#notifications #mpd #daemon

app mpdnd

A notification daemon for MPD

3 stable releases

1.0.3 May 19, 2021
1.0.2 Dec 19, 2020
1.0.1 Nov 11, 2020

#28 in #mpd

MIT license

31KB
393 lines

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.

Dependencies

~10–44MB
~618K SLoC