Advertisement
cirrus

(ncmpcpp)config

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