23 lines
402 B
Plaintext
23 lines
402 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 "~/data/music"
|
|
playlist_directory "~/.config/mpd/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"
|