mpdnd is a notification daemon for MPD.
Run cargo install mpdnd
.
A configuration file at $XDG_CONFIG_HOME/mpdnd/config.toml
must be created to
look like this:
toml
[mpd]
host = "localhost"
port = 6600
library = "~/music"
See etc/default.toml
for options and default values.
See mpdnd --help
.