2020-04-12 09:17:20 -04:00
|
|
|
music_directory "~/Music"
|
|
|
|
playlist_directory "~/.config/mpd/playlists"
|
2018-01-21 18:29:48 -07:00
|
|
|
|
2018-11-01 13:50:09 -04:00
|
|
|
auto_update "yes"
|
2018-02-09 17:08:30 -07:00
|
|
|
bind_to_address "127.0.0.1"
|
|
|
|
restore_paused "yes"
|
2018-01-21 18:29:48 -07:00
|
|
|
max_output_buffer_size "16384"
|
|
|
|
|
2018-02-09 17:08:30 -07:00
|
|
|
audio_output {
|
2020-01-05 19:32:51 +01:00
|
|
|
type "alsa"
|
2020-04-12 09:17:20 -04:00
|
|
|
name "ALSA"
|
2020-05-04 14:59:25 +03:00
|
|
|
# type "pulse" # uncomment for pulseaudio
|
|
|
|
# name "pulse" # uncomment for pulseaudio
|
2018-01-21 18:29:48 -07:00
|
|
|
}
|
|
|
|
|
2018-02-09 17:08:30 -07:00
|
|
|
audio_output {
|
2020-04-12 09:17:20 -04:00
|
|
|
type "fifo"
|
|
|
|
name "Visualizer feed"
|
|
|
|
path "/tmp/mpd.fifo"
|
|
|
|
format "44100:16:2"
|
2018-01-21 18:29:48 -07:00
|
|
|
}
|