2021-09-27 09:18:45 +00: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 13:07:59 +00:00
|
|
|
|
|
|
|
music_directory "{{ env.MUSIC }}"
|
|
|
|
playlist_directory "{{ env.MUSIC }}/Playlists"
|
2021-09-29 16:38:57 +00:00
|
|
|
playlist_plugin {
|
|
|
|
name "m3u"
|
|
|
|
enabled "true"
|
|
|
|
}
|
|
|
|
playlist_plugin {
|
|
|
|
name "extm3u"
|
|
|
|
enabled "true"
|
|
|
|
}
|
2021-09-27 09:18:45 +00:00
|
|
|
|
|
|
|
replaygain "track"
|
|
|
|
auto_update "yes"
|
2021-11-23 12:03:43 +00:00
|
|
|
restore_paused "yes"
|
2021-10-15 10:05:29 +00:00
|
|
|
|
|
|
|
follow_outside_symlinks "yes"
|