Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 670 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 670 Bytes

MPD-Notification: Display a notification each time MPD's state changes

Dependencies

* libmpdclient
* libnotify

Installation

Install dependencies (on Debian)

sudo aptitude install libnotify-dev libmpdclient-dev

If needed, you should install a notification daemon:

sudo aptitude install xfce4-notifyd

Then install the program in your $HOME (see Makefile)

make install distclean

Hope you'll like it; I enjoy feedbacks (bugs, suggestions, etc) :-)

Build Status