]> git.rmz.io Git - dotfiles.git/commitdiff
ncmpcpp: enable visualizations
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 16 Dec 2014 14:31:44 +0000 (14:31 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 16 Dec 2014 14:31:44 +0000 (14:31 +0000)
mpd/mpd.conf
ncmpcpp/config

index 7e1d3038ad76af1fc3db7aec43938fb4bb3723c8..38f2a3d5095399457ff9a8674eb72c1efc78bde4 100644 (file)
@@ -10,10 +10,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"
 }
 }
index 98816822e2a69efabb6d5264a17027443e300e53..aeea0b6598d833ac69d7a3d40d12ef000b628071 100644 (file)
@@ -16,3 +16,9 @@ playlist_editor_display_mode = "columns"
 autocenter_mode = "yes"
 user_interface  = "alternative"
 media_library_primary_tag = "album_artist"
 autocenter_mode = "yes"
 user_interface  = "alternative"
 media_library_primary_tag = "album_artist"
+
+visualizer_fifo_path = "/tmp/mpd.fifo"
+visualizer_output_name = "fifo"
+visualizer_sync_interval = "30"
+visualizer_in_stereo = "yes"
+visualizer_type = "spectrum" (spectrum/wave)