mpdnd

Crates.iompdnd
lib.rsmpdnd
version1.0.3
sourcesrc
created_at2020-11-11 01:12:35.054881
updated_at2021-05-19 23:13:20.616366
descriptionA notification daemon for MPD.
homepagehttps://github.com/Dophin2009/mpdnd
repositoryhttps://github.com/Dophin2009/mpdnd.git
max_upload_size
id311038
size66,137
Eric Zhao (mirryi)

documentation

README

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.

Commit count: 54

cargo fmt