This little program creates a notification everytime mpd
plays a
track. A lot of inspiration has been taken from mpd-notify
Example notification displayed by dunst:
Before bulding feel free to tweak some default settings in
config.def.h
and copy the file afterwards to config.h
. Simply build
mpd-notification
with:
make
and for installation, just run:
make install
One might want to adjust the PREFIX
directory:
make install PREFIX=/usr
- libnotify
- libmpdclient
- glib2
mpd-notification
is licensed under a MIT license. For more details
please see the LICENSE
file.