dotfiles/.config/mpd/mpd.conf##template

23 lines
407 B
Plaintext

# 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 "{{ env.MUSIC }}"
playlist_directory "{{ env.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"