summaryrefslogtreecommitdiff
path: root/.config/ncmpcpp/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/ncmpcpp/config')
-rw-r--r--.config/ncmpcpp/config72
1 files changed, 51 insertions, 21 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config
index 1732c4d..791f208 100644
--- a/.config/ncmpcpp/config
+++ b/.config/ncmpcpp/config
@@ -19,20 +19,22 @@
## MPD clients (eg. ncmpc) also use that location.
##
#
-lyrics_directory = ~/.cache/ncmpcpp/lyrics
+#lyrics_directory = ~/.lyrics
#
##### connection settings #####
#
-mpd_host = "localhost"
-
-mpd_port = "6600"
-
-# mpd_connection_timeout = "5"
-
+#mpd_host = localhost
+#
+#mpd_port = 6600
+#
+#mpd_password = ""
+#
+#mpd_connection_timeout = 5
+#
## Needed for tag editor and file operations to work.
-
-mpd_music_dir = "/media/share/media_files/audio/music"
-
+##
+#mpd_music_dir = ~/music
+#
#mpd_crossfade_time = 5
#
# Exclude pattern for random song action
@@ -69,7 +71,7 @@ mpd_music_dir = "/media/share/media_files/audio/music"
## visualizer.
##
#
-visualizer_data_source = /tmp/mpd.fifo
+#visualizer_data_source = /tmp/mpd.fifo
#
##
## Note: Below parameter is needed for ncmpcpp to determine which output
@@ -77,19 +79,19 @@ visualizer_data_source = /tmp/mpd.fifo
## to synchronize with audio.
##
#
-visualizer_output_name = "my_fifo"
+#visualizer_output_name = Visualizer feed
#
##
## If you set format to 44100:16:2, make it 'yes'.
##
-visualizer_in_stereo = yes
+#visualizer_in_stereo = yes
#
##
## Note: set below to >=10 only if you have synchronization issues with
## visualization and audio.
##
#
-visualizer_sync_interval = 30
+#visualizer_sync_interval = 0
#
##
## Note: To enable spectrum frequency visualization you need to compile ncmpcpp
@@ -98,15 +100,15 @@ visualizer_sync_interval = 30
#
## Available values: spectrum, wave, wave_filled, ellipse.
##
-visualizer_type = "spectrum"
+#visualizer_type = spectrum
#
#visualizer_fps = 60
#
#visualizer_autoscale = no
#
-visualizer_look = "||"
+#visualizer_look = ●▮
#
-visualizer_color = white
+#visualizer_color = blue, cyan, green, yellow, magenta, red
#
## Alternative subset of 256 colors for terminals that support it.
##
@@ -121,7 +123,15 @@ visualizer_color = white
## and visualizer_in_stereo set, artifacts may be visible on the bottom half of
## the visualization.
#
-visualizer_spectrum_smooth_look = yes
+#visualizer_spectrum_smooth_look = yes
+#
+## Use unicode block characters from "symbols for legacy computing". This
+## improves the smooth look on transparent terminals by using special unicode
+## chars instead of reversing the background and foreground color on the bottom
+## edge of the spectrum. If it leads to a garbled output on the bottom edge of
+## the spectrum, you can either change the font or disable this option.
+#
+#visualizer_spectrum_smooth_look_legacy_chars = 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
@@ -129,7 +139,7 @@ visualizer_spectrum_smooth_look = yes
#
#visualizer_spectrum_dft_size = 2
#
-visualizer_spectrum_gain = 10
+#visualizer_spectrum_gain = 10
#
## Left-most frequency of visualizer in Hz, must be less than HZ MAX
#
@@ -139,6 +149,11 @@ visualizer_spectrum_gain = 10
#
#visualizer_spectrum_hz_max = 20000
#
+## Use log scaling for the frequency spectrum axes
+#
+#visualizer_spectrum_log_scale_x = yes
+#visualizer_spectrum_log_scale_y = yes
+#
##### system encoding #####
##
## ncmpcpp should detect your charset encoding but if it failed to do so, you
@@ -170,6 +185,7 @@ visualizer_spectrum_gain = 10
##
## %l - length
## %f - filename
+## %F - full filepath
## %D - directory
## %a - artist
## %A - album artist
@@ -213,6 +229,7 @@ visualizer_spectrum_gain = 10
## - 9 - end of current color
## - b - bold text
## - u - underline text
+## - i - italic text
## - r - reverse colors
## - a - use alternative character set
##
@@ -405,7 +422,7 @@ visualizer_spectrum_gain = 10
#
#cyclic_scrolling = no
#
-#lyrics_fetchers = azlyrics, genius, musixmatch, sing365, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, zeneszoveg, internet
+#lyrics_fetchers = tags, genius, tekstowo, plyrics, justsomelyrics, jahlyrics, zeneszoveg, internet
#
#follow_now_playing_lyrics = no
#
@@ -463,6 +480,20 @@ visualizer_spectrum_gain = 10
#
#ask_for_locked_screen_width_part = yes
#
+##
+## Width of media_library screen columns
+##
+#
+#media_library_column_width_ratio_two = 1:1
+#
+#media_library_column_width_ratio_three = 1:1:1
+#
+##
+## Width of playlist_editor screen columns
+##
+#
+#playlist_editor_column_width_ratio = 1:2
+#
#jump_to_now_playing_song_at_start = yes
#
#ask_before_clearing_playlists = yes
@@ -596,4 +627,3 @@ visualizer_spectrum_gain = 10
#
#active_window_border = red
#
-