Advertisement
Dobbie03

ncmpcpp

Apr 6th, 2024
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1.  
  2. #███╗ ██╗ ██████╗███╗ ███╗██████╗ ██████╗ ██████╗ ██████╗
  3. #████╗ ██║██╔════╝████╗ ████║██╔══██╗██╔════╝ ██╔══██╗██╔══██╗
  4. #██╔██╗ ██║██║ ██╔████╔██║██████╔╝██║ ██████╔╝██████╔╝
  5. #██║╚██╗██║██║ ██║╚██╔╝██║██╔═══╝ ██║ ██╔═══╝ ██╔═══╝
  6. #██║ ╚████║╚██████╗██║ ╚═╝ ██║██║ ╚███████╗██║ ██║
  7. #╚═╝ ╚═══╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═════╝╚═╝ ╚═╝
  8.  
  9. # MPD Settings ..
  10. mpd_music_dir = "/opt/Music/"
  11.  
  12. # Display ..
  13.  
  14. alternative_header_first_line_format = "$5{$b%t$/b}$9"
  15. #alternative_header_first_line_format = "{$5%t$/b}"
  16. alternative_header_second_line_format = "$3by $7{$b%a$/b}$9 $3from $7{$b%b$/b}$9 $5{(%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. ## - i - italic text
  50. ## - r - reverse colors
  51. ## - a - use alternative character set
  52.  
  53. # Items
  54. ## %l - length
  55. ## %f - filename
  56. ## %D - directory
  57. ## %a - artist
  58. ## %A - album artist
  59. ## %t - title
  60. ## %b - album
  61. ## %y - date
  62. ## %n - track number (01/12 -> 01)
  63. ## %N - full track info (01/12 -> 01/12)
  64. ## %g - genre
  65. ## %c - composer
  66. ## %p - performer
  67. ## %d - disc
  68. ## %C - comment
  69. ## %P - priority
  70. ## $R - begin right alignment
  71.  
  72. # Now Playing ..
  73.  
  74. #now_playing_prefix = "$b$8»$2»$4»$3» "
  75. #now_playing_prefix =♫
  76. #now_playing_suffix = "$8$/b"
  77. #now_playing_prefix = "$b$2⟩$3⟩ "
  78. #now_playing_suffix = "$8$/b"
  79. #now_playing_prefix = $b$(white)
  80. #now_playing_suffix = $/r$/b$(end)
  81. now_playing_prefix = $b
  82. now_playing_suffix = $/b
  83.  
  84. # Playlist ..
  85.  
  86. browser_playlist_prefix = "$2 ♥ $5 "
  87.  
  88.  
  89. # Delays ..
  90.  
  91. playlist_disable_highlight_delay = "1"
  92. #playlist_disable_highlight_delay = "0"
  93. message_delay_time= "1"
  94.  
  95.  
  96. # Progress Bar ..
  97.  
  98. #progressbar_look = "─╼"
  99. #progressbar_look = "▒▓░"
  100. #progressbar_look ="─⊙┄"
  101. #progressbar_look = "┅┅┄"
  102. #progressbar_look = "─➞─"
  103. #progressbar_look = "─┅─"
  104. progressbar_look = "━━━"
  105. #progressbar_look = "≈►·"
  106. #progressbar_look = "→→"
  107.  
  108.  
  109. # Colors ..
  110.  
  111. colors_enabled = yes
  112. empty_tag_color = red
  113. statusbar_color = blue
  114. state_line_color = black
  115. state_flags_color = default
  116. main_window_color = blue
  117. header_window_color = white
  118. alternative_ui_separator_color = black
  119. window_border_color = green
  120. active_window_border = red
  121. volume_color = default
  122. progressbar_color = black
  123. progressbar_elapsed_color = blue
  124. statusbar_time_color = blue
  125. player_state_color = default
  126.  
  127. display_bitrate = "yes"
  128. autocenter_mode = "yes"
  129. centered_cursor = "yes"
  130. titles_visibility = "no"
  131. enable_window_title = "yes"
  132. statusbar_visibility = "yes"
  133. #empty_tag_marker=" -- ‼ -- "
  134. empty_tag_marker=""
  135. mouse_support = "yes"
  136. header_visibility = "no"
  137. display_remaining_time = "no"
  138. ask_before_clearing_playlists = "yes"
  139. discard_colors_if_item_is_selected = "yes"
  140.  
  141. user_interface = "alternative" (classic/alternative)
  142.  
  143. default_find_mode = "wrapped"
  144. lyrics_directory = "~/.lyrics"
  145. lyrics_fetchers = azlyrics, genius, musixmatch, sing365, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, zeneszoveg, internet
  146. follow_now_playing_lyrics = "yes"
  147. store_lyrics_in_song_dir = "no"
  148. ignore_leading_the = "yes"
  149. lines_scrolled = 1
  150. mouse_list_scroll_whole_page = no
  151. show_hidden_files_in_local_browser = no
  152. startup_screen = playlist
  153. execute_on_song_change="/usr/bin/np"
  154. connected_message_on_startup = no
  155. playlist_separate_albums = no
  156. allow_for_physical_item_deletion = no
  157. #current_item_prefix = "$/b$b[ $7$8 ]$/b "
  158.  
  159. #now_playing_prefix = "$b$8 "
  160. #now_playing_suffix = "$/b$8 $b[ $3$8 ]$/b"
  161.  
  162.  
  163. # Visualizer ..
  164.  
  165. visualizer_in_stereo = "yes"
  166. #buffer_time = "100000"
  167. #visualizer_output_name = "Pipe"
  168. visualizer_data_source = /tmp/mpd.fifo
  169. #visualizer_type = ellipse
  170. visualizer_type = "wave_filled"
  171. #visualizer_type = "spectrum"
  172.  
  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. #visualizer_look = "☰⛆"
  192. #visualizer_look = "☰▓"
  193.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement