sticker_file "~/.local/share/mpd/sticker.sql"
input {
- plugin "curl"
+ plugin "curl"
}
audio_output {
- type "pulse"
- name "My Pulse Output"
+ type "pulse"
+ name "My Pulse Output"
+}
+
+audio_output {
+ type "fifo"
+ name "fifo"
+ path "/tmp/mpd.fifo"
+ format "44100:16:2"
}