Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. ####################################################
  2. ## this is example configuration file, copy it to ##
  3. ## ~/.ncmpcpp/config and set up your preferences ##
  4. ####################################################
  5. #
  6. ##### connection settings #####
  7. #
  8. ## set it in order to make tag editor and renaming files work properly
  9. #
  10. mpd_host = "localhost"
  11. #
  12. mpd_port = "6600"
  13. #
  14. mpd_music_dir = "/home/jberg/Music"
  15. #
  16. mpd_connection_timeout = "5"
  17. #
  18. mpd_crossfade_time = "0"
  19. #
  20. ##### system encoding #####
  21. ##
  22. ## if you use encoding other than utf8, set it in
  23. ## order to handle utf8 encoded strings properly.
  24. ##
  25. #
  26. #system_encoding = ""
  27. #
  28. ##### delays #####
  29. #
  30. ## delay after playlist highlighting will be disabled (0 = don't disable)
  31. #
  32. #playlist_disable_highlight_delay = "5"
  33. #
  34. ## defines how long various messages are supposed to be visible
  35. #
  36. #message_delay_time = "4"
  37. #
  38. ##### song format #####
  39. ##
  40. ## for song format you can use:
  41. ##
  42. ## %l - length
  43. ## %f - short filename
  44. ## %F - full filename
  45. ## %a - artist
  46. ## %t - title
  47. ## %b - album
  48. ## %y - year
  49. ## %n - track number
  50. ## %g - genre
  51. ## %c - composer
  52. ## %p - performer
  53. ## %d - disc
  54. ## %C - comment
  55. ## %r - begin right align
  56. ##
  57. ## you can also put them in { } and then it will be displayed
  58. ## only if all requested values are available and/or define alternate
  59. ## value with { }|{ } eg. {%a - %t}|{%f}
  60. ##
  61. ## text can also have different color than the main window has,
  62. ## eg. if you want length to be green, write $3%l$9
  63. ##
  64. ## available values:
  65. ##
  66. ## - 0 - default window color (discards all other colors)
  67. ## - 1 - black
  68. ## - 2 - red
  69. ## - 3 - green
  70. ## - 4 - yellow
  71. ## - 5 - blue
  72. ## - 6 - magenta
  73. ## - 7 - cyan
  74. ## - 8 - white
  75. ## - 9 - end of current color
  76. ##
  77. ## Note: colors can be nested.
  78. ##
  79. #
  80. #song_list_format = "{$8%a$9$3 - $9}{$5(%y)$9 $7[%b]$9$3 - $9}{$7%t$9}|{$8%f$9}%r{$3(%l)$9}"
  81. song_list_format = "{$8%a$9$3 - $9}{$5(%y)$9 $5%b$9$3 - $9}{$7%t$9}|{$8%f$9}%r{$3(%l)$9}"
  82. #
  83. #song_library_format = "{%n - }{%t}|{%f}"
  84. #
  85. #tag_editor_album_format = "{(%y) }%b"
  86. #
  87. #browser_playlist_prefix = "$2playlist$9 "
  88. #
  89. #selected_item_prefix = "$6"
  90. #
  91. #selected_item_suffix = "$9"
  92. #
  93. ## colors are not supported for below veriables
  94. #
  95. #song_status_format = "{(%l) }{%a - }{%t}|{%f}"
  96. #
  97. #song_window_title_format = "{%a - }{%t}|{%f}"
  98. #
  99. ##### columns settings #####
  100. ##
  101. ## syntax of song columns list format is "column column etc."
  102. ##
  103. ## - syntax for each column is:
  104. ##
  105. ## (width of column in %)[column's color]{displayed tag}
  106. ##
  107. ## - color is optional (if you want the default one, type [])
  108. ##
  109. #
  110. song_columns_list_format = "(20)[white]{a} (6)[blue]{y} (34)[cyan]{b} (6)[green]{l} (36)[cyan]{t}"
  111. #
  112. ##### various settings #####
  113. #
  114. #playlist_show_remaining_time = "no"
  115. #
  116. playlist_display_mode = "classic" (classic/columns)
  117. #
  118. #browser_display_mode = "classic" (classic/columns)
  119. #
  120. #search_engine_display_mode = "classic" (classic/columns)
  121. #
  122. #incremental_seeking = "yes"
  123. #
  124. #seek_time = "1"
  125. #
  126. #autocenter_mode = "no"
  127. #
  128. #default_place_to_search_in = "database" (database/playlist)
  129. #
  130. #media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
  131. #
  132. #default_find_mode = "wrapped" (wrapped/normal)
  133. #
  134. #default_space_mode = "add" (add/select)
  135. #
  136. #default_tag_editor_left_col = "albums" (albums/dirs)
  137. #
  138. #default_tag_editor_pattern = "%n - %t"
  139. #
  140. #header_visibility = "yes"
  141. #
  142. #statusbar_visibility = "yes"
  143. #
  144. fancy_scrolling = "yes"
  145. #
  146. cyclic_scrolling = "yes"
  147. #
  148. #follow_now_playing_lyrics = "no"
  149. #
  150. #ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
  151. #
  152. #show_hidden_files_in_local_browser = "no"
  153. #
  154. #display_screens_numbers_on_start = "yes"
  155. #
  156. #clock_display_seconds = "no"
  157. #
  158. #regular_expressions = "basic" (basic/extended)
  159. #
  160. ##
  161. ## Note: If below is enabled, ncmpcpp will ignore leading
  162. ## "The" word while sorting items in browser, tags in
  163. ## media library, etc.
  164. ##
  165. #ignore_leading_the = "no"
  166. #
  167. #block_search_constraints_change_if_items_found = "yes"
  168. #
  169. #enable_window_title = "yes"
  170. #
  171. ##### lyrics support #####
  172. ##
  173. ## supported lyrics databases:
  174. ##
  175. ## - 1 - lyricwiki.org
  176. ## - 2 - lyricsplugin.com
  177. ##
  178. #
  179. #lyrics_database = "1"
  180. #
  181. #external_editor = ""
  182. #
  183. #use_console_editor = "no" (set to yes, if your editor is console app)
  184. #
  185. ##### colors definitions #####
  186. #
  187. #colors_enabled = "yes"
  188. #
  189. #empty_tag_color = "cyan"
  190. #
  191. #header_window_color = "default"
  192. #
  193. #volume_color = "default"
  194. #
  195. #state_line_color = "default"
  196. #
  197. #state_flags_color = "default"
  198. #
  199. #main_window_color = "yellow"
  200. #
  201. #color1 = "white"
  202. #
  203. #color2 = "green"
  204. #
  205. main_window_highlight_color = "green"
  206. #
  207. progressbar_color = "cyan"
  208. #
  209. #statusbar_color = "default"
  210. #
  211. #active_column_color = "red"
  212. #
  213. #window_border_color = "green"
  214. #
  215. #active_window_border = "red"
  216. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement