mpdnd 1.0.3

A notification daemon for MPD.
mpdnd-1.0.3 is not a library.

mpdnd

mpdnd is a notification daemon for MPD.

An example notification

Installation

Run cargo install mpdnd.

A configuration file at $XDG_CONFIG_HOME/mpdnd/config.toml must be created to look like this:

[mpd]
host = "localhost"
port = 6600
library = "~/music"

See etc/default.toml for options and default values.

Usage

See mpdnd --help.