Maintain a dynamic mpd playlist. mpdyn enables the consume mode and add songs from your library automatically
Go to file
Julien Rabier 2a610965a1 some fixed, thanks clippy 2022-01-02 16:33:03 +01:00
src some fixed, thanks clippy 2022-01-02 16:33:03 +01:00
.gitignore add .gitignore, license and readme 2020-07-22 10:58:41 +02:00
Cargo.toml some fixed, thanks clippy 2022-01-02 16:33:03 +01:00
LICENSE add .gitignore, license and readme 2020-07-22 10:58:41 +02:00
README.md improve README 2020-07-22 11:09:35 +02:00

README.md

mpdyn

Maintain a dynamic mpd playlist. mpdyn enables the consume mode and add songs from your library automatically

Every 20s, mpdyn will check the playlist. If it's made of less than 10 tracks, it will then add as many random tracks as needed to refill it.

It can be started manually or through a systemd user service.

Systemd

Here is a service example:

# cat ~/.config/systemd/user/mpdyn.service
[Unit]
Description=mpdyn

[Service]
ExecStart=/home/taziden/.cargo/bin/mpdyn

[Install]
WantedBy=default.target