Advertisement
Dobbie03

ncmpcpp

Jan 2nd, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1.  
  2. #███╗ ██╗ ██████╗███╗ ███╗██████╗ ██████╗ ██████╗ ██████╗
  3. #████╗ ██║██╔════╝████╗ ████║██╔══██╗██╔════╝ ██╔══██╗██╔══██╗
  4. #██╔██╗ ██║██║ ██╔████╔██║██████╔╝██║ ██████╔╝██████╔╝
  5. #██║╚██╗██║██║ ██║╚██╔╝██║██╔═══╝ ██║ ██╔═══╝ ██╔═══╝
  6. #██║ ╚████║╚██████╗██║ ╚═╝ ██║██║ ╚███████╗██║ ██║
  7. #╚═╝ ╚═══╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═════╝╚═╝ ╚═╝
  8.  
  9. # MPD Settings ..
  10. mpd_music_dir = "MUSIC DIRECTORY"
  11.  
  12. # Display ..
  13.  
  14. alternative_header_first_line_format = "{$3%t$/b}"
  15. #alternative_header_first_line_format = "{$5%t$/b}"
  16. alternative_header_second_line_format = "$7{$b%a$/b}$9 - $5{%b}$9 $2{(%y)}"
  17.  
  18. song_list_format = "♫ $2%n$(end) $9 $3%a$(end) $(245)-$9 $(246)%t$9 $R{ $5%y$9}$(end) $(246)%lq$(end)"
  19.  
  20. #song_columns_list_format ="(4)[red]{n} (20)[cyan]{a} (45)[blue]{t} (20)[white]{b} (5)[cyan]{y} (7)[magenta]{l}"
  21. song_columns_list_format ="(3f)[red]{n} (3f)[246]{} (35)[white]{t} (18)[blue]{a} (30)[green]{b} (5f)[yellow]{d} (5f)[red]{y} (7f)[magenta]{l}"
  22.  
  23. song_status_format = "$b $8%A $8•$3• $3%t $3•$5• $5%b $5•$2• $2%y $2•$8• %g" (bold)
  24. #song_status_format = "$8%A $8•$3• $3%t $3•$5• $5%b $5•$2• $2%y $2•$8• $8•%g" (regular)
  25. #song_status_format = "{$b$7# $2 $7$8 %b $7 $8}|{$b$7[$8      $7] $2 $7$8 %f $7 $8}"
  26.  
  27. #song_list_format = " $2%n $5%a $8%t $R$5%b $7%y $6%l"
  28.  
  29. visualizer_color = blue, cyan, green, yellow, magenta, red
  30.  
  31. #playlist_display_mode = "classic" (classic/columns)
  32. playlist_display_mode = "columns" (classic/columns)
  33. browser_display_mode = "columns" (classic/columns)
  34. search_engine_display_mode = "columns" (classic/columns)
  35.  
  36. # Colours
  37. ## - 0 - default window color (discards all other colors)
  38. ## - 1 - black
  39. ## - 2 - red
  40. ## - 3 - green
  41. ## - 4 - yellow
  42. ## - 5 - blue
  43. ## - 6 - magenta
  44. ## - 7 - cyan
  45. ## - 8 - white
  46. ## - 9 - end of current color
  47. ## - b - bold text
  48. ## - u - underline text
  49.  
  50. # Items
  51. ## %l - length
  52. ## %f - filename
  53. ## %D - directory
  54. ## %a - artist
  55. ## %A - album artist
  56. ## %t - title
  57. ## %b - album
  58. ## %y - date
  59. ## %n - track number (01/12 -> 01)
  60. ## %N - full track info (01/12 -> 01/12)
  61. ## %g - genre
  62. ## %c - composer
  63. ## %p - performer
  64. ## %d - disc
  65. ## %C - comment
  66. ## %P - priority
  67. ## $R - begin right alignment
  68.  
  69. # Now Playing ..
  70.  
  71. #now_playing_prefix = "$b$8»$2»$4»$3» "
  72. #now_playing_prefix =♫
  73. #now_playing_suffix = "$8$/b"
  74. #now_playing_prefix = "$b$2⟩$3⟩ "
  75. #now_playing_suffix = "$8$/b"
  76. #now_playing_prefix = $b$(white)
  77. #now_playing_suffix = $/r$/b$(end)
  78.  
  79. # Playlist ..
  80.  
  81. browser_playlist_prefix = "$2 ♥ $5 "
  82.  
  83.  
  84. # Delays ..
  85.  
  86. playlist_disable_highlight_delay = "1"
  87. #playlist_disable_highlight_delay = "0"
  88. message_delay_time= "1"
  89.  
  90.  
  91. # Progress Bar ..
  92.  
  93. progressbar_look = "─╼"
  94. #progressbar_look ="─⊙┄"
  95. #progressbar_look = "┅┅┄"
  96. #progressbar_look = "─➞─"
  97. #progressbar_look = "─┅─"
  98. #progressbar_look = "━━━"
  99. #progressbar_look = "≈►·"
  100. #progressbar_look = "→→"
  101. progressbar_color = "black"
  102. progressbar_elapsed_color = "blue"
  103.  
  104.  
  105. # Colors ..
  106.  
  107. colors_enabled = "yes"
  108. empty_tag_color = "red"
  109. statusbar_color = "blue"
  110. state_line_color = "black"
  111. state_flags_color = "blue"
  112. main_window_color = "blue"
  113. header_window_color = "white"
  114. #main_window_highlight_color = "blue"
  115. alternative_ui_separator_color = "black"
  116. window_border_color = green
  117. active_window_border = red
  118.  
  119.  
  120. # Misc ..
  121.  
  122. display_bitrate = "yes"
  123. autocenter_mode = "yes"
  124. centered_cursor = "yes"
  125. titles_visibility = "no"
  126. enable_window_title = "yes"
  127. statusbar_visibility = "yes"
  128. #empty_tag_marker=" -- ‼ -- "
  129. empty_tag_marker=""
  130. mouse_support = "yes"
  131. header_visibility = "no"
  132. display_remaining_time = "no"
  133. ask_before_clearing_playlists = "yes"
  134. discard_colors_if_item_is_selected = "yes"
  135.  
  136. user_interface = "alternative" (classic/alternative)
  137.  
  138. default_find_mode = "wrapped"
  139. lyrics_directory = "~/.lyrics"
  140. follow_now_playing_lyrics = "yes"
  141. store_lyrics_in_song_dir = "no"
  142. ignore_leading_the = "yes"
  143. lines_scrolled = 1
  144. mouse_list_scroll_whole_page = no
  145. show_hidden_files_in_local_browser = no
  146. startup_screen = playlist
  147. #execute_on_song_change="/usr/bin/np"
  148. #execute_on_song_change="song-notify"
  149. #execute_on_song_change="mpdnotify"
  150. execute_on_song_change="/usr/bin/np"
  151.  
  152. #current_item_prefix = "$/b$b[ $7$8 ]$/b "
  153.  
  154. #now_playing_prefix = "$b$8 "
  155. #now_playing_suffix = "$/b$8 $b[ $3$8 ]$/b"
  156.  
  157.  
  158. # Visualizer ..
  159.  
  160. visualizer_in_stereo = "yes"
  161. #visualizer_sync_interval = "30"
  162. #buffer_time = "100000"
  163. visualizer_output_name = "Pipe"
  164. #visualizer_fifo_path = "/tmp/mpd.fifo"
  165. visualizer_data_source = /tmp/mpd.fifo
  166.  
  167. #visualizer_type = ellipse
  168. visualizer_type = "wave_filled"
  169. #visualizer_type = "spectrum"
  170.  
  171. #visualizer_look = ●▮
  172. visualizer_look = "▉▋"
  173. #visualizer_look = "▋▋"
  174. #visualizer_look = "◆▋"
  175. #visualizer_look = "◈░"
  176. #visualizer_look = "││"
  177. #visualizer_look = "▀▋"
  178. #visualizer_look = "▀○"
  179. #visualizer_look = "█▋"
  180. #visualizer_look = "██"
  181. #visualizer_look = "º|"
  182. #visualizer_look = "▒░"
  183. #visualizer_look = "▋▍"
  184. #visualizer_look = "▋█"
  185. #visualizer_look = "▋█"
  186. #visualizer_look = "▋░"
  187. #visualizer_look = "▋▓"
  188. #visualizer_look = "▋☰"
  189. #visualizer_look = "☰⛆"
  190. #visualizer_look = "☰▓"
  191.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement