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

29 lines
504 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"
audio_output {
type "pipewire"
name "Pipewire"
command "paplay -f cd 2>/dev/null"
}