# An example configuration file for MPD can be found at:
# /usr/share/doc/mpd/
+bind_to_address "any"
music_directory "~/music"
playlist_directory "~/.local/share/mpd/playlists"
db_file "~/.local/share/mpd/database"
pid_file "~/.local/share/mpd/pid"
state_file "~/.local/share/mpd/state"
sticker_file "~/.local/share/mpd/sticker.sql"
+max_output_buffer_size "16384"
-input {
- plugin "curl"
+playlist_plugin {
+ name "extm3u"
+ enabled "true"
+ as_directory "true"
}
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"
}