summaryrefslogtreecommitdiff
path: root/ncmpcpp-config
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-05-20 19:51:26 +0100
committerself <self@sateoki.xyz>2022-05-20 19:51:26 +0100
commit32d0be48876353d92fa66ca4ca6c5c601c286f7e (patch)
treeb2ad625e2411f96bd3d29655d7f7fecd6104bb25 /ncmpcpp-config
parent8e05051cce14a3c237fd8d55b47e55443815b4d6 (diff)
nothing of value here, just mpd/ncmpcpp minor changes
Diffstat (limited to 'ncmpcpp-config')
-rwxr-xr-xncmpcpp-config62
1 files changed, 0 insertions, 62 deletions
diff --git a/ncmpcpp-config b/ncmpcpp-config
index 64e9a0f..bea3255 100755
--- a/ncmpcpp-config
+++ b/ncmpcpp-config
@@ -6,68 +6,6 @@ mpd_port = 6600
mpd_music_dir = /var/lib/mpd/music
#mpd_crossfade_time = 5
-
-# [visualizer]
-# visualizer_data_source = /tmp/mpd.fifo
-# visualizer_output_name = Visualizer feed
-# visualizer_in_stereo = yes
-#
-##
-## Note: set below to >=10 only if you have synchronization issues with
-## visualization and audio.
-##
-#
-#visualizer_sync_interval = 0
-#
-##
-## Note: To enable spectrum frequency visualization you need to compile ncmpcpp
-## with fftw3 support.
-##
-#
-## Available values: spectrum, wave, wave_filled, ellipse.
-##
-#visualizer_type = spectrum
-#
-# visualizer_fps = 60
-#
-#visualizer_autoscale = no
-#
-#visualizer_look = ●▮
-#
-#visualizer_color = blue, cyan, green, yellow, magenta, red
-#
-## Alternative subset of 256 colors for terminals that support it.
-##
-#visualizer_color = 47, 83, 119, 155, 191, 227, 221, 215, 209, 203, 197, 161
-#
-##
-## Note: The next few visualization options apply to the spectrum visualizer.
-##
-#
-## Use unicode block characters for a smoother, more continuous look.
-## This will override the visualizer_look option. With transparent terminals
-## and visualizer_in_stereo set, artifacts may be visible on the bottom half of
-## the visualization.
-#
-#visualizer_spectrum_smooth_look = yes
-#
-## A value between 1 and 5 inclusive. Specifying a larger value makes the
-## visualizer look at a larger slice of time, which results in less jumpy
-## visualizer output.
-#
-#visualizer_spectrum_dft_size = 2
-#
-#visualizer_spectrum_gain = 10
-#
-## Left-most frequency of visualizer in Hz, must be less than HZ MAX
-#
-#visualizer_spectrum_hz_min = 20
-#
-## Right-most frequency of visualizer in Hz, must be greater than HZ MIN
-#
-#visualizer_spectrum_hz_max = 20000
-#
-
[delays]
#
## Time of inactivity (in seconds) after playlist highlighting will be disabled