]> git.rmz.io Git - dotfiles.git/blobdiff - mpd/mpd.conf
ncmpcpp: enable visualizations
[dotfiles.git] / mpd / mpd.conf
index 7e1d3038ad76af1fc3db7aec43938fb4bb3723c8..38f2a3d5095399457ff9a8674eb72c1efc78bde4 100644 (file)
@@ -10,10 +10,17 @@ state_file          "~/.local/share/mpd/state"
 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"
 }