Send desktop notifications for MPD events
 
 
 
 
 
Go to file
Dustin 5b3555fb92 mpdnotify: Add host/port options
To support connecting to MPD instances on other hosts, or if the socket
is in a different location, the host and/or port can be specified using
either command-line arguments or environment variables. The behavior is
similar to that of `mpc` in that the password can be specified in the
host value using `password@host` syntax. The command-line arguments
override the environment variables. If neither are specified, the
default of `localhost:6600` is used.
2014-08-30 21:59:26 -05:00
src mpdnotify: Add host/port options 2014-08-30 21:59:26 -05:00
vapi Alternative implementation in Vala 2014-08-14 00:17:54 -05:00
.gitignore Update .gitignore for Vala project 2014-08-30 21:37:44 -05:00
Makefile.am Alternative implementation in Vala 2014-08-14 00:17:54 -05:00
autogen.sh Alternative implementation in Vala 2014-08-14 00:17:54 -05:00
configure.ac Alternative implementation in Vala 2014-08-14 00:17:54 -05:00
setup.py Initial commit 2014-08-05 13:45:51 -05:00