Music Player Daemon
mpdMusic Player Daemon (MPD) is a flexible, powerful, server-side application for playing music.
Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music.
music_directoryplaylist_directorydb_filelog_filepid_filestate_filesticker_fileOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write.
music_directory, playlist_directory, db_file, log_file, pid_file, state_file, sticker_file# Music Player Daemon configuration music_directory "~/Music"machine-localplaylist_directory "~/.config/mpd/playlists"machine-localdb_file "~/.local/share/mpd/database"machine-locallog_file "~/.local/state/mpd/log"machine-localpid_file "~/.local/state/mpd/pid"machine-localstate_file "~/.local/state/mpd/state"machine-localsticker_file "~/.local/share/mpd/sticker.sql"machine-local auto_update "yes"restore_paused "yes"Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
music_directory, playlist_directory, db_file, log_file, pid_file, state_file, sticker_file# Music Player Daemon configuration music_directory "~/Music"machine-localplaylist_directory "~/.config/mpd/playlists"machine-localdb_file "~/.local/share/mpd/database"machine-locallog_file "~/.local/state/mpd/log"machine-localpid_file "~/.local/state/mpd/pid"machine-localstate_file "~/.local/state/mpd/state"machine-localsticker_file "~/.local/share/mpd/sticker.sql"machine-local auto_update "yes"restore_paused "yes"Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. Music Player Daemon writes no caches or state in your home directory.
music_directoryplaylist_directorydb_filelog_filepid_filestate_filesticker_fileEach machine keeps its own copy of these.
music_directoryplaylist_directorydb_filelog_filepid_filestate_filesticker_file# Music Player Daemon configuration music_directory "~/Music"machine-localplaylist_directory "~/.config/mpd/playlists"machine-localdb_file "~/.local/share/mpd/database"machine-locallog_file "~/.local/state/mpd/log"machine-localpid_file "~/.local/state/mpd/pid"machine-localstate_file "~/.local/state/mpd/state"machine-localsticker_file "~/.local/share/mpd/sticker.sql"machine-local auto_update "yes"restore_paused "yes"Each machine keeps its own copy of these.
music_directoryplaylist_directorydb_filelog_filepid_filestate_filesticker_file# Music Player Daemon configuration music_directory "~/Music"machine-localplaylist_directory "~/.config/mpd/playlists"machine-localdb_file "~/.local/share/mpd/database"machine-locallog_file "~/.local/state/mpd/log"machine-localpid_file "~/.local/state/mpd/pid"machine-localstate_file "~/.local/state/mpd/state"machine-localsticker_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.
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.