3 stable releases
1.0.3 | May 19, 2021 |
---|---|
1.0.2 | Dec 19, 2020 |
1.0.1 | Nov 11, 2020 |
#29 in #mpd
31KB
393 lines
mpdnd
mpdnd is a notification daemon for MPD.
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
~9–38MB
~565K SLoC