More changes.

This commit is contained in:
2014-08-19 13:49:19 +02:00
parent 46c9c6de47
commit 00c8fe6f61
10 changed files with 114 additions and 114 deletions

View File

@@ -32,9 +32,9 @@ mpd_port = "6600"
#
mpd_music_dir = "~/music/library"
#
#mpd_connection_timeout = "5"
mpd_connection_timeout = "5"
#
#mpd_crossfade_time = "5"
mpd_crossfade_time = "5"
#
#(polling/notifications)
mpd_communication_mode = "notifications"
@@ -59,7 +59,7 @@ mpd_communication_mode = "notifications"
## If you set format to 44100:16:2, make it 'yes'.
##
#
visualizer_in_stereo = "no"
visualizer_in_stereo = "yes"
#
visualizer_fifo_path = "/tmp/mpd.fifo"
#
@@ -90,7 +90,7 @@ visualizer_sync_interval = "30"
#
visualizer_type = "spectrum" (spectrum/wave)
#
visualizer_look = "◆"
visualizer_look = "◆#"
#
##### system encoding #####
##
@@ -113,11 +113,11 @@ visualizer_look = "◆│"
#
## delay after playlist highlighting will be disabled (0 = don't disable)
#
#playlist_disable_highlight_delay = "5"
playlist_disable_highlight_delay = "5"
#
## defines how long various messages are supposed to be visible
#
#message_delay_time = "4"
message_delay_time = "4"
#
##### song format #####
##
@@ -173,11 +173,11 @@ visualizer_look = "◆│"
#
song_list_format = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}"
#
#song_status_format = "{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}"
song_status_format = "{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}"
#
#song_library_format = "{%n - }{%t}|{%f}"
song_library_format = "{%n - }{%t}|{%f}"
#
#tag_editor_album_format = "{(%y) }%b"
tag_editor_album_format = "{(%y) }%b"
#
##
## Note: Below variables are for alternative version of user's interface.
@@ -196,28 +196,28 @@ song_list_format = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}"
## with reversed colors.
##
#
#alternative_header_first_line_format = "$b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b"
alternative_header_first_line_format = "$b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b"
#
#alternative_header_second_line_format = "{{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}"
alternative_header_second_line_format = "{{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}"
#
##
## Note: Below variables also supports
## text attributes listed above.
##
#
#now_playing_prefix = "$b"
now_playing_prefix = "$b"
#
#now_playing_suffix = "$/b"
now_playing_suffix = "$/b"
#
#browser_playlist_prefix = "$2playlist$9 "
browser_playlist_prefix = "$2playlist$9 "
#
#selected_item_prefix = "$6"
selected_item_prefix = "$6"
#
#selected_item_suffix = "$9"
selected_item_suffix = "$9"
#
## colors are not supported for below variable
#
#song_window_title_format = "{%a - }{%t}|{%f}"
song_window_title_format = "{%a - }{%t}|{%f}"
#
##### columns settings #####
##
@@ -255,7 +255,7 @@ song_list_format = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}"
## not available.
##
#
#song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t|f} (30)[red]{b}"
song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t|f} (30)[red]{b}"
#
##### various settings #####
#
@@ -268,69 +268,69 @@ song_list_format = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}"
##
#execute_on_song_change = ""
#
#playlist_show_remaining_time = "no"
playlist_show_remaining_time = "no"
#
#playlist_shorten_total_times = "no"
playlist_shorten_total_times = "no"
#
#playlist_separate_albums = "no"
playlist_separate_albums = "no"
#
#playlist_display_mode = "classic" (classic/columns)
playlist_display_mode = "columns" (classic/columns)
#
#browser_display_mode = "classic" (classic/columns)
browser_display_mode = "columns" (classic/columns)
#
#search_engine_display_mode = "classic" (classic/columns)
search_engine_display_mode = "columns" (classic/columns)
#
#playlist_editor_display_mode = "classic" (classic/columns)
playlist_editor_display_mode = "columns" (classic/columns)
#
#discard_colors_if_item_is_selected = "yes"
discard_colors_if_item_is_selected = "yes"
#
#incremental_seeking = "yes"
incremental_seeking = "yes"
#
#seek_time = "1"
seek_time = "1"
#
#autocenter_mode = "no"
autocenter_mode = "no"
#
#centered_cursor = "no"
centered_cursor = "no"
#
##
## Note: You can specify third character which will
## be used to build 'empty' part of progressbar.
##
progressbar_look = "=="
progressbar_look = "=|"
#
#default_place_to_search_in = "database" (database/playlist)
#
#user_interface = "classic" (classic/alternative)
user_interface = "alternative" (classic/alternative)
#
#media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
#
#default_find_mode = "wrapped" (wrapped/normal)
default_find_mode = "wrapped" (wrapped/normal)
#
#default_space_mode = "add" (add/select)
default_space_mode = "add" (add/select)
#
#default_tag_editor_left_col = "albums" (albums/dirs)
default_tag_editor_left_col = "albums" (albums/dirs)
#
#default_tag_editor_pattern = "%n - %t"
default_tag_editor_pattern = "%n - %t"
#
#header_visibility = "yes"
header_visibility = "yes"
#
#statusbar_visibility = "yes"
statusbar_visibility = "yes"
#
#titles_visibility = "yes"
titles_visibility = "yes"
#
#header_text_scrolling = "yes"
header_text_scrolling = "yes"
#
#fancy_scrolling = "yes"
fancy_scrolling = "yes"
#
#cyclic_scrolling = "no"
cyclic_scrolling = "no"
#
#lines_scrolled = "2"
lines_scrolled = "2"
#
#follow_now_playing_lyrics = "no"
follow_now_playing_lyrics = "no"
#
#fetch_lyrics_for_current_song_in_background = "no"
fetch_lyrics_for_current_song_in_background = "no"
#
#store_lyrics_in_song_dir = "no"
store_lyrics_in_song_dir = "no"
#
##
## Note: If you set this variable, ncmpcpp will try to
@@ -385,46 +385,46 @@ progressbar_look = "=="
## Note: You can define startup screen for ncmpcpp
## by choosing screen number from the list above.
##
#startup_screen = "2"
startup_screen = "2"
#
#jump_to_now_playing_song_at_start = "yes"
jump_to_now_playing_song_at_start = "yes"
#
#ask_before_clearing_main_playlist = "no"
ask_before_clearing_main_playlist = "no"
#
#clock_display_seconds = "no"
clock_display_seconds = "no"
#
#display_volume_level = "yes"
display_volume_level = "yes"
#
#display_bitrate = "no"
display_bitrate = "no"
#
#display_remaining_time = "no"
display_remaining_time = "no"
#
#regular_expressions = "basic" (basic/extended)
regular_expressions = "basic" (basic/extended)
#
##
## Note: If below is enabled, ncmpcpp will ignore leading
## "The" word while sorting items in browser, tags in
## media library, etc.
##
#ignore_leading_the = "no"
ignore_leading_the = "yes"
#
#block_search_constraints_change_if_items_found = "yes"
#
#mouse_support = "yes"
mouse_support = "yes"
#
#mouse_list_scroll_whole_page = "yes"
mouse_list_scroll_whole_page = "yes"
#
#empty_tag_marker = "<empty>"
empty_tag_marker = "<empty>"
#
#tag_editor_extended_numeration = "no"
tag_editor_extended_numeration = "no"
#
#media_library_display_date = "yes"
media_library_display_date = "yes"
#
#media_library_display_empty_tag = "yes"
media_library_display_empty_tag = "yes"
#
#media_library_disable_two_column_mode = "no"
media_library_disable_two_column_mode = "no"
#
#enable_window_title = "yes"
enable_window_title = "yes"
#
##
## Note: You can choose default search mode for search
@@ -438,7 +438,7 @@ progressbar_look = "=="
## in database and local one for searching in current playlist)
##
#
#search_engine_default_search_mode = "1"
search_engine_default_search_mode = "1"
#
##
## Note: Below variables can allow you to physically
@@ -446,9 +446,9 @@ progressbar_look = "=="
## ncmpcpp's browser screen.
##
#
#allow_physical_files_deletion = "no"
allow_physical_files_deletion = "no"
#
#allow_physical_directories_deletion = "no"
allow_physical_directories_deletion = "no"
#
#external_editor = ""
#
@@ -456,37 +456,37 @@ progressbar_look = "=="
#
##### colors definitions #####
#
#colors_enabled = "yes"
colors_enabled = "yes"
#
#empty_tag_color = "cyan"
empty_tag_color = "cyan"
#
#header_window_color = "default"
header_window_color = "default"
#
#volume_color = "default"
volume_color = "default"
#
#state_line_color = "default"
state_line_color = "default"
#
#state_flags_color = "default"
state_flags_color = "default"
#
#main_window_color = "yellow"
main_window_color = "yellow"
#
#color1 = "white"
color1 = "white"
#
#color2 = "green"
color2 = "green"
#
#main_window_highlight_color = "yellow"
main_window_highlight_color = "yellow"
#
#progressbar_color = "default"
progressbar_color = "default"
#
#statusbar_color = "default"
statusbar_color = "default"
#
#alternative_ui_separator_color = "black"
alternative_ui_separator_color = "black"
#
#active_column_color = "red"
active_column_color = "red"
#
#visualizer_color = "yellow"
visualizer_color = "yellow"
#
#window_border_color = "green"
window_border_color = "green"
#
#active_window_border = "red"
active_window_border = "red"
#