Mopidy extension for displaying the Trackinfo (Song, Artist and Album) in the Notification Center of Mac OS X 10.8 and higher. It uses the command-line tool terminal-notifier .
First install terminal-notifier via Homebrew:
brew install terminal-notifier
Then install mopidy-notifier by running:
pip install mopidy-notifier
Now you should be all set up!
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
- Require Mopidy >= 0.18.
- Initial release.