Crates.io | mpdnd |
lib.rs | mpdnd |
version | 1.0.3 |
source | src |
created_at | 2020-11-11 01:12:35.054881 |
updated_at | 2021-05-19 23:13:20.616366 |
description | A notification daemon for MPD. |
homepage | https://github.com/Dophin2009/mpdnd |
repository | https://github.com/Dophin2009/mpdnd.git |
max_upload_size | |
id | 311038 |
size | 66,137 |
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:
[mpd]
host = "localhost"
port = 6600
library = "~/music"
See etc/default.toml
for options and default values.
See mpdnd --help
.