Growl notifier for MPD (Music Player Daemon) written in Python. Also supports D-Bus based notifiers.
General:
- MPD
- Python (tested on 2.6, 2.7, and 3.3)
- Python 2.6 users will also need to install argparse, which is part of the standard library since 2.7.
- python-mpd2
- Optional: Pillow or PIL for album art and icon scaling support
On Mac OS X:
- Growl
- Python support for Growl (for Growl 1.2.2) or GNTP (for Growl 1.3+)
On other platforms:
- dbus-python (and a notification daemon)