Advertisement
Guest User

Untitled

a guest
Nov 29th, 2018
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. #ncmpcpp_directory = ~/.ncmpcpp
  2. #
  3. #lyrics_directory = ~/.lyrics
  4. #
  5. ##### connection settings #####
  6. #
  7. #mpd_host = localhost
  8. #
  9. #mpd_port = 6600
  10. #
  11. #mpd_connection_timeout = 5
  12. #
  13. ## Needed for tag editor and file operations to work.
  14. ##
  15. mpd_music_dir = "~/Music"
  16. #
  17. #mpd_crossfade_time = 5
  18. #
  19. ##### music visualizer #####
  20. ##
  21. ## audio_output {
  22. ## type "fifo"
  23. ## name "Visualizer feed"
  24. ## path "/tmp/mpd.fifo"
  25. ## format "44100:16:2"
  26. ## }
  27. ##
  28. #
  29. #visualizer_fifo_path = /tmp/mpd.fifo
  30. #
  31. #
  32. #visualizer_output_name = Visualizer feed
  33. #
  34. ##
  35. ## If you set format to 44100:16:2, make it 'yes'.
  36. ##
  37. #visualizer_in_stereo = yes
  38. #
  39. #visualizer_sync_interval = 30
  40. #
  41. ##
  42. ## Available values: spectrum, wave, wave_filled, ellipse.
  43. ##
  44. visualizer_type = spectrum
  45. #
  46. #visualizer_look = ●
  47. visualizer_look = ●▮
  48. #
  49. #visualizer_color = blue, cyan, green, yellow, magenta, red
  50. #
  51. ## Alternative subset of 256 colors for terminals that support it.
  52. ##
  53. #visualizer_color = 41, 83, 119, 155, 185, 215, 209, 203, 197, 161
  54. #
  55. #system_encoding = ""
  56. #
  57. #playlist_disable_highlight_delay = 5
  58. #
  59. ## Defines how long messages are supposed to be visible.
  60. ##
  61. message_delay_time = 1
  62. #
  63. # song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
  64. #song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
  65. #song_list_format = "$9{$8%a $1►$3 %t}|{$8%a $1►$8 <untitled>}|{$8<unknown artist> $1►$3 %t}|{$1►$2 %f} $9 $R{$1%l}"
  66. song_list_format = "{$5 $5 %t}|{$2►$2 <untitled>}|{$5►$8 %f} $5$R{$5 %a}|{$8 <unknown artist>} {$5 %l} "
  67. #(Kori list below)
  68. #song_list_format = "$2%t$7 $1by$6 %a$1 on %b$9"
  69. #
  70. # song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f}
  71. #song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f}
  72. song_status_format = {$8%t}{$8 "%b"}|{$8 "%a"}$8
  73. #
  74. song_library_format = {%n - }{%t}|{%f}
  75. #
  76. # alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b
  77. #
  78. # alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}
  79. #alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b
  80. #
  81. #alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}
  82. alternative_header_first_line_format = "$8$aqqu$/a$b {%t}|{%f} $/b$8$atqq$/a$9"
  83. alternative_header_second_line_format = "{{$8%a}{$8 - %b$9}{$8 (%y)$8}}|{%D$9}"
  84. #
  85. #current_item_prefix = $(cyan)$r$b
  86. #
  87. #current_item_suffix = $/r$(end)$/b
  88. #
  89. #current_item_inactive_column_prefix = $(magenta)$r
  90. #
  91. #current_item_inactive_column_suffix = $/r$(end)
  92. #
  93. #now_playing_prefix = $b
  94. #
  95. #now_playing_suffix = $/b
  96. now_playing_prefix = "$b"
  97. now_playing_suffix = "$/b"
  98. #
  99. #browser_playlist_prefix = "$2playlist$9 "
  100. #
  101. #selected_item_prefix = $6
  102. #
  103. #selected_item_suffix = $9
  104. #
  105. #modified_item_prefix = $3> $9
  106. #
  107. ##
  108. ## Note: attributes are not supported for the following variables.
  109. ##
  110. #song_window_title_format = {%a - }{%t}|{%f}
  111. ##
  112. #browser_sort_mode = name
  113. #
  114. #browser_sort_format = {%a - }{%t}|{%f} {(%l)}
  115. #
  116. #song_columns_list_format = (20)[]{a} (6f)[green]{NE} (50)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l}
  117. #
  118. #execute_on_player_state_change = ""
  119. #
  120. #playlist_show_mpd_host = no
  121. #
  122. #playlist_show_remaining_time = no
  123. #
  124. #playlist_shorten_total_times = no
  125. #
  126. #playlist_separate_albums = no
  127. #
  128. ##
  129. ## Note: Possible display modes: classic, columns.
  130. ##
  131. #playlist_display_mode = columns
  132. playlist_display_mode = classic
  133. #
  134. browser_display_mode = columns
  135. #
  136. #search_engine_display_mode = classic
  137. #
  138. #playlist_editor_display_mode = classic
  139. #
  140. #discard_colors_if_item_is_selected = yes
  141. #
  142. #show_duplicate_tags = true
  143. #
  144. #incremental_seeking = yes
  145. #
  146. seek_time = 4
  147. #
  148. volume_change_step = 3
  149. #
  150. autocenter_mode = yes
  151. #
  152. #centered_cursor = no
  153. #
  154. ##
  155. ## Note: You can specify third character which will be used to build 'empty'
  156. ## part of progressbar.
  157. ##
  158. #progressbar_look = "=>"
  159. #progressbar_look = "─- "
  160. #progressbar_look = "▒▒░"
  161. #progressbar_look = "┅┅┄"
  162. #progressbar_look = "─⊙┄"
  163. #progressbar_look = "─➞─"
  164. #progressbar_look = "─┅─"
  165. #progressbar_look = "▪▪▪"
  166. #progressbar_look = "▪▪▫"
  167. #progressbar_look = "───"
  168. #progressbar_look = "▁▁▁"
  169. #progressbar_look = "‒‒‒"
  170. progressbar_look = "■◣ "
  171. #progressbar_look = "◈◆◇"
  172. #
  173. #
  174. ## Available values: database, playlist.
  175. ##
  176. #default_place_to_search_in = database
  177. #
  178. ## Available values: classic, alternative.
  179. ##
  180. user_interface = classic
  181. #
  182. #data_fetching_delay = yes
  183. #
  184. ## Available values: artist, album_artist, date, genre, composer, performer.
  185. ##
  186. media_library_primary_tag = album_artist
  187. #
  188. media_library_albums_split_by_date = no
  189. #
  190. ## Available values: wrapped, normal.
  191. ##
  192. #default_find_mode = wrapped
  193. #
  194. #default_tag_editor_pattern = %n - %t
  195. #
  196. header_visibility = no
  197. #
  198. statusbar_visibility = no
  199. #
  200. #titles_visibility = yes
  201. #
  202. #header_text_scrolling = yes
  203. #
  204. #cyclic_scrolling = no
  205. #
  206. #lines_scrolled = 2
  207. #
  208. #lyrics_fetchers = lyricwiki, azlyrics, genius, sing365, lyricsmania, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, internet
  209. #
  210. #follow_now_playing_lyrics = no
  211. #
  212. #fetch_lyrics_for_current_song_in_background = no
  213. #
  214. #store_lyrics_in_song_dir = no
  215. #
  216. #generate_win32_compatible_filenames = yes
  217. #
  218. #allow_for_physical_item_deletion = no
  219. #
  220. startup_screen = playlist
  221. #
  222. ##
  223. ## Note: You can define startup slave screen by choosing screen from the list
  224. ## above or an empty value for no slave screen.
  225. ##
  226. #startup_slave_screen = ""
  227. #
  228. #startup_slave_screen_focus = no
  229. #
  230. ##
  231. ## Default width of locked screen (in %). Acceptable values are from 20 to 80.
  232. ##
  233. #
  234. #locked_screen_width_part = 50
  235. #
  236. #ask_for_locked_screen_width_part = yes
  237. #
  238. #jump_to_now_playing_song_at_start = yes
  239. #
  240. #ask_before_clearing_playlists = yes
  241. #
  242. #clock_display_seconds = no
  243. #
  244. display_volume_level = no
  245. #
  246. #display_bitrate = no
  247. #
  248. display_remaining_time = no
  249. #
  250. ## Available values: none, basic, extended, perl.
  251. ##
  252. #regular_expressions = perl
  253. #
  254. ##
  255. ## Note: if below is enabled, ncmpcpp will ignore leading "The" word while
  256. ## sorting items in browser, tags in media library, etc.
  257. ##
  258. ignore_leading_the = yes
  259. #
  260. ##
  261. ## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and
  262. ## filtering lists. This takes an effect only if boost was compiled with ICU
  263. ## support.
  264. ##
  265. #ignore_diacritics = no
  266. #
  267. #block_search_constraints_change_if_items_found = yes
  268. #
  269. #mouse_support = yes
  270. #
  271. #mouse_list_scroll_whole_page = yes
  272. #
  273. #empty_tag_marker = <empty>
  274. #
  275. #tags_separator = " | "
  276. #
  277. #tag_editor_extended_numeration = no
  278. #
  279. #media_library_sort_by_mtime = no
  280. #
  281. #enable_window_title = yes
  282. #
  283. #search_engine_default_search_mode = 1
  284. #
  285. external_editor = vim
  286. #
  287. ## Note: set to yes if external editor is a console application.
  288. ##
  289. use_console_editor = yes
  290. #
  291. #colors_enabled = yes
  292. #
  293. empty_tag_color = magenta
  294. #
  295. #header_window_color = magenta
  296. #
  297. #volume_color = default
  298. #
  299. #state_line_color = default
  300. #
  301. #state_flags_color = default:b
  302. #
  303. #main_window_color = white
  304. #
  305. #color1 = white
  306. #
  307. #color2 = green
  308. #
  309. progressbar_color = black:b
  310. #
  311. progressbar_elapsed_color = blue:b
  312. #
  313. statusbar_color = red
  314. #
  315. statusbar_time_color = cyan:b
  316. #
  317. #player_state_color = default:b
  318. #
  319. #alternative_ui_separator_color = black:b
  320. #
  321. #window_border_color = green
  322. #
  323. #active_window_border = red
  324. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement