Mopidy extension for displaying the Trackinfo (Song, Artist and Album) in notifications in either the Notification Center of Mac OS X 10.8 and higher, using the command-line tool terminal-notifier , or via libnotify on Linux systems, using notify-send (usually bundled with libnotify).
Install the mopidy-notifier
package from the
mopidy/mopidy Homebrew tap:
brew install mopidy-notifier
Now you should be all set up!
Alternatively, first install terminal-notifier via Homebrew:
brew install terminal-notifier
Then install mopidy-notifier
from PyPI:
pip install mopidy-notifier
No configuration is needed. The extension is enabled by default when it is installed. To disable it, add the following to your Mopidy config file:
[notifier] enabled = false
- Fixes a bug with displaying the songname on Linux
- Now displays the songname
- Support for Linux/libnotify.
- Require Mopidy >= 0.18.
- Initial release.