All tools/Music Player Daemon

Music Player Daemon

mpd

Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music.

Detected by mpd | macOS, Linux, Windows |www.musicpd.org

Sync rules

What travels, what stays, what never leaves
Music Player Daemon in your home directory Every rule on this page, by file
music_directoryplaylist_directorydb_filelog_filepid_filestate_filesticker_file

Each machine keeps its own copy of these.

# Music Player Daemon configuration
music_directory "~/Music"machine-local
playlist_directory "~/.config/mpd/playlists"machine-local
db_file "~/.local/share/mpd/database"machine-local
log_file "~/.local/state/mpd/log"machine-local
pid_file "~/.local/state/mpd/pid"machine-local
state_file "~/.local/state/mpd/state"machine-local
sticker_file "~/.local/share/mpd/sticker.sql"machine-local
auto_update "yes"
restore_paused "yes"

Each machine keeps its own copy of these.

# Music Player Daemon configuration
music_directory "~/Music"machine-local
playlist_directory "~/.config/mpd/playlists"machine-local
db_file "~/.local/share/mpd/database"machine-local
log_file "~/.local/state/mpd/log"machine-local
pid_file "~/.local/state/mpd/pid"machine-local
state_file "~/.local/state/mpd/state"machine-local
sticker_file "~/.local/share/mpd/sticker.sql"machine-local
auto_update "yes"
restore_paused "yes"

Each machine keeps its own copy of these.

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/mpd. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits music_directory and playlist_directory for you — that part is Otty’s own sync, or a template you write by hand.