dotfiles/.config/mpd/mpd.conf
2022-12-12 14:07:59 +01:00

23 lines
440 B
Text

# See man mpd.conf
state_file "~/.local/state/mpd/state"
pid_file "~/.local/state/mpd/mpd.pid"
db_file "~/.local/state/mpd/mpd.db"
music_directory "/home/janekf/data/4-media/music"
playlist_directory "/home/janekf/data/4-media/music/Playlists"
playlist_plugin {
name "m3u"
enabled "true"
}
playlist_plugin {
name "extm3u"
enabled "true"
}
replaygain "track"
auto_update "yes"
restore_paused "yes"
follow_outside_symlinks "yes"