First setup of ncmpcpp.

This commit is contained in:
2013-10-02 18:09:47 +02:00
parent 92451d87e0
commit d9e35e4afb

View File

@@ -254,7 +254,7 @@ mpd_music_dir = "~/Musik"
## not available. ## 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 ##### ##### various settings #####
# #
@@ -301,7 +301,7 @@ mpd_music_dir = "~/Musik"
# #
#user_interface = "classic" (classic/alternative) #user_interface = "classic" (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)
# #
@@ -409,7 +409,7 @@ mpd_music_dir = "~/Musik"
# #
#block_search_constraints_change_if_items_found = "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"
# #
@@ -437,7 +437,7 @@ mpd_music_dir = "~/Musik"
## in database and local one for searching in current playlist) ## in database and local one for searching in current playlist)
## ##
# #
#search_engine_default_search_mode = "1" search_engine_default_search_mode = "2"
# #
## ##
## Note: Below variables can allow you to physically ## Note: Below variables can allow you to physically
@@ -445,17 +445,18 @@ mpd_music_dir = "~/Musik"
## ncmpcpp's browser screen. ## 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 = "" external_editor = "vim"
# #
#use_console_editor = "no" (set to yes, if your editor is console app) # set to yes, if your editor is console app
use_console_editor = "yes"
# #
##### colors definitions ##### ##### colors definitions #####
# #
#colors_enabled = "yes" colors_enabled = "yes"
# #
#empty_tag_color = "cyan" #empty_tag_color = "cyan"
# #