add fastdial html page
[cinan.git] / .ncmpcpp / config
blob94b0bac08d140a9f54d82961e6d85b73606f2c1f
1 ####################################################
2 ## this is example configuration file, copy it to ##
3 ## ~/.ncmpcpp/config and set up your preferences  ##
4 ####################################################
6 ##### connection settings #####
8 ## set it in order to make tag editor and renaming files work properly
10 mpd_music_dir = "/media/data/hudba/"
12 #mpd_connection_timeout = "5"
14 #mpd_crossfade_time = "5"
16 ##### delays #####
18 ## delay after playlist highlighting will be disabled (0 = don't disable)
20 #playlist_disable_highlight_delay = "5"
22 ## defines how long various messages are supposed to be visible
24 #message_delay_time = "4"
26 ##### song format #####
28 ## for song format you can use:
30 ## %l - length
31 ## %f - short filename
32 ## %F - full filename
33 ## %a - artist
34 ## %t - title
35 ## %b - album
36 ## %y - year
37 ## %n - track number
38 ## %g - genre
39 ## %c - composer
40 ## %p - performer
41 ## %d - disc
42 ## %C - comment
43 ## %r - begin right align
45 ## you can also put them in { } and then it will be displayed
46 ## only if all requested values are available and/or define alternate
47 ## value with { }|{ } eg. {%a - %t}|{%f}
49 ## text can also have different color than the main window has,
50 ## eg. if you want length to have other color, write [.color]%t[/color]
52 ## available colors:
54 ## - black
55 ## - red
56 ## - green
57 ## - yellow
58 ## - blue
59 ## - magenta
60 ## - cyan
61 ## - white
64 #song_list_format = "{[.green](%l)[/green] }{%a - }{%t}|{[.white]%f[/white]}"
66 #song_library_format = "{%n - }{%t}|{%f}"
68 #media_library_album_format = "{(%y) }%b"
70 #tag_editor_album_format = "{(%y) }%b"
72 #browser_playlist_prefix = "[.red]playlist[/red] "
74 #selected_item_prefix = "[.magenta]"
76 #selected_item_suffix = "[/magenta]"
78 ## colors are not supported for below veriables
80 #song_status_format = "{(%l) }{%a - }{%t}|{%f}"
82 #song_window_title_format = "{%a - }{%t}|{%f}"
84 ##### columns settings #####
86 ## syntax of song columns list format is "column column etc."
88 ## - syntax for each column is:
90 ## (width of column in %)[column's color]{displayed tag}
92 ## - color is optional (if it's not present, default window color will be used)
95 #song_columns_list_format = "(8)[green]{l} (28)[cyan]{a} (28){b} (50)[red]{t}"
96 song_columns_list_format = "(28)[cyan]{a} (28)[white]{b} (50)[cyan]{t}"
98 ##### various settings #####
100 playlist_display_mode = "columns" (classic/columns)
102 #incremental_seeking = "yes"
104 #seek_time = "1"
106 autocenter_mode = "yes"
108 #repeat_one_mode = "no"
110 #media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
112 #default_find_mode = "wrapped" (wrapped/normal)
114 #default_space_mode = "add" (add/select)
116 #default_tag_editor_left_col = "albums" (albums/dirs)
118 #default_tag_editor_pattern = "%n - %t"
120 header_visibility = "no"
122 #statusbar_visibility = "yes"
124 #fancy_scrolling = "yes"
126 cyclic_scrolling = "yes"
127 #follow_now_playing_lyrics = "no"
129 #ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
131 #show_hidden_files_in_local_browser = "no"
133 #display_screens_numbers_on_start = "yes"
135 #clock_display_seconds = "no"
137 #regular_expressions = "basic" (basic/extended)
140 ## Note: If below is enabled, ncmpcpp will ignore leading
141 ## "The" word while sorting items in browser, tags in
142 ## media library, etc.
144 #ignore_leading_the = "no"
146 #block_search_constraints_change_if_items_found = "yes"
148 #mouse_support = "yes"
150 #enable_window_title = "yes"
153 ## Note: These triggers will allow you to phisically remove
154 ## files and directories from your hdd in using ncmpcpp's
155 ## browser screen.
158 allow_physical_files_deletion = "yes"
160 allow_physical_directories_deletion = "yes"
162 ##### lyrics support #####
164 ## supported lyrics databases:
166 ## - 1 - lyricwiki.org
167 ## - 2 - lyricsplugin.com
170 lyrics_database = "2"
172 external_editor = "vim"
174 use_console_editor = "yes" (set to yes, if your editor is console app)
176 ##### colors definitions #####
178 colors_enabled = "yes"
180 #empty_tag_color = "cyan"
182 #header_window_color = "default"
184 #volume_color = "default"
186 #state_line_color = "default"
188 #state_flags_color = "default"
190 #main_window_color = "yellow"
192 #color1 = "white"
194 #color2 = "green"
196 #main_window_highlight_color = "yellow"
198 #progressbar_color = "default"
200 #statusbar_color = "default"
202 #active_column_color = "red"
204 #window_border_color = "green"
206 #active_window_border = "red"