mpd autoupdate and overt switch to pulse

This commit is contained in:
Luke Smith 2018-11-01 13:50:09 -04:00
parent 0c0669eaab
commit 2572ae89d8

View file

@ -6,13 +6,15 @@ pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state" state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql" sticker_file "~/.config/mpd/sticker.sql"
auto_update "yes"
bind_to_address "127.0.0.1" bind_to_address "127.0.0.1"
restore_paused "yes" restore_paused "yes"
max_output_buffer_size "16384" max_output_buffer_size "16384"
audio_output { audio_output {
type "alsa" type "pulse"
name "mpd alsamixer-output" name "pulse audio"
mixer_type "software" mixer_type "software"
} }