Advertisement
Guest User

.ncmpcpp-16-08-14

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