summaryrefslogtreecommitdiffstats
path: root/.config/ncmpcpp/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/ncmpcpp/config')
-rw-r--r--.config/ncmpcpp/config22
1 files changed, 11 insertions, 11 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config
index 5e9cf38..b55c758 100644
--- a/.config/ncmpcpp/config
+++ b/.config/ncmpcpp/config
@@ -11,14 +11,14 @@
11## ncmpcpp. 11## ncmpcpp.
12## 12##
13# 13#
14#ncmpcpp_directory = ~/.ncmpcpp 14ncmpcpp_directory = ~/.config/ncmpcpp
15# 15#
16## 16##
17## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other 17## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other
18## MPD clients (eg. ncmpc) also use that location. 18## MPD clients (eg. ncmpc) also use that location.
19## 19##
20# 20#
21#lyrics_directory = ~/.lyrics 21lyrics_directory = ~/.local/share/lyrics
22# 22#
23##### connection settings ##### 23##### connection settings #####
24# 24#
@@ -30,7 +30,7 @@
30# 30#
31## Needed for tag editor and file operations to work. 31## Needed for tag editor and file operations to work.
32## 32##
33mpd_music_dir = ~/Music 33mpd_music_dir = ~/music
34# 34#
35#mpd_crossfade_time = 5 35#mpd_crossfade_time = 5
36# 36#
@@ -80,7 +80,7 @@ mpd_music_dir = ~/Music
80# 80#
81## Available values: spectrum, wave, wave_filled, ellipse. 81## Available values: spectrum, wave, wave_filled, ellipse.
82## 82##
83#visualizer_type = wave 83visualizer_type = spectrum
84# 84#
85#visualizer_look = ●▮ 85#visualizer_look = ●▮
86# 86#
@@ -113,7 +113,7 @@ mpd_music_dir = ~/Music
113# 113#
114## Defines how long messages are supposed to be visible. 114## Defines how long messages are supposed to be visible.
115## 115##
116#message_delay_time = 5 116message_delay_time = 1
117# 117#
118##### song format ##### 118##### song format #####
119## 119##
@@ -182,7 +182,7 @@ mpd_music_dir = ~/Music
182## Note: colors can be nested. 182## Note: colors can be nested.
183## 183##
184# 184#
185#song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} 185song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
186# 186#
187#song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f} 187#song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f}
188# 188#
@@ -293,7 +293,7 @@ execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --ico
293## 293##
294#playlist_display_mode = columns 294#playlist_display_mode = columns
295# 295#
296#browser_display_mode = classic 296browser_display_mode = columns
297# 297#
298#search_engine_display_mode = classic 298#search_engine_display_mode = classic
299# 299#
@@ -317,7 +317,7 @@ execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --ico
317## Note: You can specify third character which will be used to build 'empty' 317## Note: You can specify third character which will be used to build 'empty'
318## part of progressbar. 318## part of progressbar.
319## 319##
320#progressbar_look = => 320progressbar_look = ->
321# 321#
322## Available values: database, playlist. 322## Available values: database, playlist.
323## 323##
@@ -333,7 +333,7 @@ user_interface = alternative
333## 333##
334#media_library_primary_tag = artist 334#media_library_primary_tag = artist
335# 335#
336#media_library_albums_split_by_date = yes 336media_library_albums_split_by_date = no
337# 337#
338## Available values: wrapped, normal. 338## Available values: wrapped, normal.
339## 339##
@@ -431,7 +431,7 @@ user_interface = alternative
431## Note: if below is enabled, ncmpcpp will ignore leading "The" word while 431## Note: if below is enabled, ncmpcpp will ignore leading "The" word while
432## sorting items in browser, tags in media library, etc. 432## sorting items in browser, tags in media library, etc.
433## 433##
434#ignore_leading_the = no 434ignore_leading_the = yes
435# 435#
436## 436##
437## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and 437## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and
@@ -472,7 +472,7 @@ user_interface = alternative
472# 472#
473#search_engine_default_search_mode = 1 473#search_engine_default_search_mode = 1
474# 474#
475#external_editor = nano 475external_editor = nvim
476# 476#
477## Note: set to yes if external editor is a console application. 477## Note: set to yes if external editor is a console application.
478## 478##