Advertisement
martadinata

ncmpcpp

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