Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.79 KB

README.rst

File metadata and controls

67 lines (44 loc) · 1.79 KB

Mopidy-libNotify

Latest PyPI version Travis CI build status Test coverage

Adds notifications using libnotify. Supports artist, track title and album cover in notification.

Installation

Unfortunately, this extentions isn't available over pip, yet. To install it on your system, clone the repository and switch into the direcotry. Run the install script with:

python setup.py install

This should install the extention globally on your system and integrate in mopidy.

Configuration

Currently, no further configuration is necessary. Like every other extention it can be disabled by setting:

[libnotify]
enabled = false

Project resources

Credits

Changelog

v0.2.0 (UNRELEASED)

  • added image support
  • downloads the image to the /tmp/ folder, if it is an URL

v0.1.0 (UNRELEASED)

  • Initial release.