2021-09-27 11:18:45 +02:00
|
|
|
# See man mpd.conf
|
|
|
|
|
|
|
|
state_file "~/.local/state/mpd/state"
|
|
|
|
pid_file "~/.local/state/mpd/mpd.pid"
|
|
|
|
db_file "~/.local/state/mpd/mpd.db"
|
|
|
|
|
2022-12-12 14:07:59 +01:00
|
|
|
|
|
|
|
music_directory "{{ env.MUSIC }}"
|
|
|
|
playlist_directory "{{ env.MUSIC }}/Playlists"
|
2021-09-29 18:38:57 +02:00
|
|
|
playlist_plugin {
|
|
|
|
name "m3u"
|
|
|
|
enabled "true"
|
|
|
|
}
|
|
|
|
playlist_plugin {
|
|
|
|
name "extm3u"
|
|
|
|
enabled "true"
|
|
|
|
}
|
2021-09-27 11:18:45 +02:00
|
|
|
|
|
|
|
replaygain "track"
|
|
|
|
auto_update "yes"
|
2021-11-23 13:03:43 +01:00
|
|
|
restore_paused "yes"
|
2021-10-15 12:05:29 +02:00
|
|
|
|
|
|
|
follow_outside_symlinks "yes"
|