Advertisement
ariyasa

ncmpcpp

Jan 23rd, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. #The best config
  2. ##### connection settings #####
  3. #
  4. ## set it in order to make tag editor and renaming files work properly
  5. #
  6. mpd_host = "localhost"
  7. #
  8. mpd_port = "6600"
  9. #
  10. mpd_music_dir = "/home/ariyasa/Music/"
  11.  
  12. mpd_connection_timeout = "5"
  13.  
  14. mpd_crossfade_time = "5"
  15. #
  16. ##### delays #####
  17. #
  18. ## delay after playlist highlighting will be disabled (0 = don't disable)
  19. #
  20. playlist_disable_highlight_delay = "0"
  21. #
  22. ## defines how long various messages are supposed to be visible
  23. #
  24. #message_delay_time = "4"
  25. #
  26. ##### song format #####
  27. ##
  28. ## for song format you can use:
  29. ##
  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
  44. ##
  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}
  48. ##
  49. ## text can also have different color than the main window has,
  50. ## eg. if you want length to be green, write $3%l$9
  51. ##
  52. ## available values:
  53. ##
  54. ## - 0 - default window color
  55. ## - 1 - black
  56. ## - 2 - red
  57. ## - 4 - green
  58. ## - 4 - yellow
  59. ## - 5 - yellow
  60. ## - 6 - magenta
  61. ## - 7 - cyan
  62. ## - 8 - white
  63. ## - 9 - end of current color
  64. ##
  65. ## Note: colors can be nested.
  66. ##
  67.  
  68. song_list_format = "{$8(%l)$9 }{%a - }{%t}|{$8%f$9}"
  69.  
  70. song_library_format = "{%n - }{%t}|{%f}"
  71.  
  72. media_library_album_format = "{(%y) }%b"
  73.  
  74. tag_editor_album_format = "{(%y) }%b"
  75.  
  76. browser_playlist_prefix = "$7playlist$9 "
  77.  
  78. selected_item_prefix = "$8"
  79.  
  80. selected_item_suffix = "$9"
  81. #
  82. ## colors are not supported for below veriables
  83. #
  84. #song_status_format = "{(%l) }{%a - }{%t}|{%f}"
  85. #
  86. #song_window_title_format = "{%a - }{%t}|{%f}"
  87. #
  88. ##### columns settings #####
  89. ##
  90. ## syntax of song columns list format is "column column etc."
  91. ##
  92. ## - syntax for each column is:
  93. ##
  94. ## (width of column in %)[column's color]{displayed tag}
  95. ##
  96. ## - color is optional (if you want the default one, type [])
  97. ##
  98. #
  99. song_columns_list_format = "(6)[white]{l} (15)[yellow]{a} (35)[white]{b} (53)[yellow]{t}"
  100. #
  101. ##### various settings #####
  102. #
  103. playlist_display_mode = "columns"
  104. #
  105. browser_display_mode = "columns"
  106. #
  107. #search_engine_display_mode = "classic" (classic/columns)
  108. #
  109. incremental_seeking = "yes"
  110. #
  111. #seek_time = "1"
  112. #
  113. autocenter_mode = "yes"
  114. #
  115. #repeat_one_mode = "no"
  116. #
  117. #default_place_to_search_in = "database" (database/playlist)
  118. #
  119. #media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
  120. #
  121. #default_find_mode = "wrapped" (wrapped/normal)
  122. #
  123. #default_space_mode = "add" (add/select)
  124. #
  125. #default_tag_editor_left_col = "albums" (albums/dirs)
  126. #
  127. #default_tag_editor_pattern = "%n - %t"
  128. #
  129. header_visibility = "yes"
  130. #
  131. statusbar_visibility = "yes"
  132. #
  133. fancy_scrolling = "yes"
  134. #
  135. follow_now_playing_lyrics = "yes"
  136. #
  137. #ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
  138. #
  139. display_screens_numbers_on_start = "yes"
  140. #
  141. #clock_display_seconds = "no"
  142. #
  143. ##
  144. ## Note: If below is enabled, ncmpcpp will ignore leading
  145. ## "The" word while sorting items in browser, tags in
  146. ## media library, etc.
  147. ##
  148. ignore_leading_the = "yes"
  149. #
  150. #enable_window_title = "yes"
  151. #
  152. ##### lyrics support #####
  153. ##
  154. ## supported lyrics databases:
  155. ##
  156. ## - 1 - lyricwiki.org
  157. ## - 2 - lyricsplugin.com
  158. ##
  159. #
  160. #lyrics_database = "1"
  161. lyrics_database = "2"
  162. #
  163. ##### colors definitions #####
  164. #
  165. colors_enabled = "yes"
  166. #
  167. empty_tag_color = "white"
  168. #
  169. header_window_color = "white"
  170. #
  171. volume_color = "white"
  172. #
  173. state_line_color = "yellow"
  174. #
  175. state_flags_color = "yellow"
  176. #
  177. main_window_color = "yellow"
  178. #
  179. color1 = "yellow"
  180. #
  181. color2 = "cyan"
  182. #
  183. main_window_highlight_color = "white"
  184. #
  185. progressbar_color = "yellow"
  186. progressbar_look = ">>"
  187. #
  188. statusbar_color = "white"
  189. #
  190. active_column_color = "white"
  191. #
  192. window_border_color = "white"
  193. #
  194. active_window_border = "magenta"
  195. # Mouse Support
  196. mouse_support = "yes"
  197. header_text_scrolling = "yes"
  198. fancy_scrolling = "yes"
  199. cyclic_scrolling = "no"
  200. lines_scrolled = "1"
  201.  
  202. #visualizer
  203. visualizer_fifo_path = "/tmp/mpd.fifo"
  204. visualizer_output_name = "my_fifo" # Ikut seperti .mpdconf
  205. visualizer_sync_interval = "1"
  206. #visualizer_type = "wave" (spectrum/wave)
  207. visualizer_type = "spectrum" (spectrum/wave)
  208. visualizer_look = "=="
  209. display_bitrate = "yes"
  210. visualizer_in_stereo = "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement