]> git.rmz.io Git - dotfiles.git/blobdiff - mpd/mpd.conf
xdg: add user-dirs.dirs
[dotfiles.git] / mpd / mpd.conf
index 7e1d3038ad76af1fc3db7aec43938fb4bb3723c8..eaa611bb8f91bd7f9f09643c11ada639f93b38f8 100644 (file)
@@ -1,6 +1,7 @@
 # An example configuration file for MPD can be found at:
 # /usr/share/doc/mpd/
 
 # 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"
 music_directory     "~/music"
 playlist_directory  "~/.local/share/mpd/playlists"
 db_file             "~/.local/share/mpd/database"
@@ -10,10 +11,17 @@ state_file          "~/.local/share/mpd/state"
 sticker_file        "~/.local/share/mpd/sticker.sql"
 
 input {
 sticker_file        "~/.local/share/mpd/sticker.sql"
 
 input {
-        plugin "curl"
+    plugin "curl"
 }
 
 audio_output {
 }
 
 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"
 }
 }