Adds notifications using libnotify. Supports artist, track title and album cover in notification.
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.
Currently, no further configuration is necessary. Like every other extention it can be disabled by setting:
[libnotify] enabled = false
- Original author: `Mellich <https://github.com/Mellich`__
- Current maintainer: `Mellich <https://github.com/Mellich`__
- Contributors
- added image support
- downloads the image to the
/tmp/
folder, if it is an URL
- Initial release.