2023-05-05 04:09:10 +00:00
|
|
|
music_directory "~/Music"
|
2022-08-13 05:26:11 +00:00
|
|
|
playlist_directory "~/.config/mpd/playlists/"
|
|
|
|
|
|
|
|
auto_update "yes"
|
|
|
|
bind_to_address "127.0.0.1"
|
|
|
|
restore_paused "yes"
|
|
|
|
max_output_buffer_size "16384"
|
|
|
|
|
|
|
|
audio_output {
|
|
|
|
type "pulse"
|
|
|
|
name "pulse audio"
|
|
|
|
#device "pulse"
|
|
|
|
#mixer_type "hardware"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
audio_output {
|
|
|
|
type "fifo"
|
|
|
|
name "Visualizer feed"
|
|
|
|
path "/tmp/mpd.fifo"
|
|
|
|
format "44100:16:2"
|
|
|
|
}
|