Advertisement
Dobbie03

ncmpcpp

Aug 14th, 2024
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 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.  
  24. #song_status_format = "$b $8%A $8•$4• $4%n $4•$3• %t $3•$5• $5%b $5•$7• $7%l $5•$2• $2%y $2•$8• %g" (bold)
  25. song_status_format = "$8%A $8•$4• $4%n $4•$3• %t $3•$5• $5%b $5•$7• $7%l $5•$2• $2%y $2•$8• %g" (regular)
  26. #song_status_format = "{$b$7# $2 $7$8 %b $7 $8}|{$b$7[$8      $7] $2 $7$8 %f $7 $8}"
  27.  
  28. #song_list_format = " $2%n $5%a $8%t $R$5%b $7%y $6%l"
  29.  
  30. #visualizer_color = blue, cyan, green, yellow, magenta, red
  31.  
  32. #playlist_display_mode = "classic" (classic/columns)
  33. playlist_display_mode = "columns" (classic/columns)
  34. browser_display_mode = "columns" (classic/columns)
  35. search_engine_display_mode = "columns" (classic/columns)
  36.  
  37. # Colours
  38. ## - 0 - default window color (discards all other colors)
  39. ## - 1 - black
  40. ## - 2 - red
  41. ## - 3 - green
  42. ## - 4 - yellow
  43. ## - 5 - blue
  44. ## - 6 - magenta
  45. ## - 7 - cyan
  46. ## - 8 - white
  47. ## - 9 - end of current color
  48. ## - b - bold text
  49. ## - u - underline text
  50. ## - i - italic text
  51. ## - r - reverse colors
  52. ## - a - use alternative character set
  53.  
  54. # Items
  55. ## %l - length
  56. ## %f - filename
  57. ## %D - directory
  58. ## %a - artist
  59. ## %A - album artist
  60. ## %t - title
  61. ## %b - album
  62. ## %y - date
  63. ## %n - track number (01/12 -> 01)
  64. ## %N - full track info (01/12 -> 01/12)
  65. ## %g - genre
  66. ## %c - composer
  67. ## %p - performer
  68. ## %d - disc
  69. ## %C - comment
  70. ## %P - priority
  71. ## $R - begin right alignment
  72.  
  73. # Now Playing ..
  74.  
  75. #now_playing_prefix = "$b$8»$2»$4»$3» "
  76. #now_playing_prefix =♫
  77. #now_playing_suffix = "$8$/b"
  78. #now_playing_prefix = "$b$2⟩$3⟩ "
  79. #now_playing_suffix = "$8$/b"
  80. #now_playing_prefix = $b$(white)
  81. #now_playing_suffix = $/r$/b$(end)
  82. now_playing_prefix = $b
  83. now_playing_suffix = $/b
  84.  
  85. # Playlist ..
  86.  
  87. browser_playlist_prefix = "$2 ♥ $5 "
  88.  
  89.  
  90. # Delays ..
  91.  
  92. playlist_disable_highlight_delay = "1"
  93. #playlist_disable_highlight_delay = "0"
  94. message_delay_time= "1"
  95.  
  96.  
  97. # Progress Bar ..
  98.  
  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. #progressbar_look = "→→"
  108.  
  109.  
  110. # Colors ..
  111.  
  112. colors_enabled = yes
  113. empty_tag_color = red
  114. statusbar_color = blue
  115. state_line_color = black
  116. state_flags_color = default
  117. main_window_color = blue
  118. header_window_color = white
  119. alternative_ui_separator_color = black
  120. window_border_color = green
  121. active_window_border = red
  122. volume_color = default
  123. progressbar_color = black
  124. progressbar_elapsed_color = blue
  125. statusbar_time_color = blue
  126. player_state_color = default
  127.  
  128. display_bitrate = "yes"
  129. autocenter_mode = "yes"
  130. centered_cursor = "yes"
  131. titles_visibility = "no"
  132. enable_window_title = "yes"
  133. statusbar_visibility = "yes"
  134. #empty_tag_marker=" -- ‼ -- "
  135. empty_tag_marker=""
  136. mouse_support = "yes"
  137. header_visibility = "no"
  138. display_remaining_time = "no"
  139. ask_before_clearing_playlists = "yes"
  140. discard_colors_if_item_is_selected = "yes"
  141.  
  142. user_interface = "classic" (classic/alternative)
  143.  
  144. default_find_mode = "wrapped"
  145. lyrics_directory = "~/.lyrics"
  146. lyrics_fetchers = genius, sing365, azlyrics, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, internet
  147. follow_now_playing_lyrics = "yes"
  148. store_lyrics_in_song_dir = "no"
  149. ignore_leading_the = "yes"
  150. lines_scrolled = 1
  151. mouse_list_scroll_whole_page = no
  152. show_hidden_files_in_local_browser = no
  153. startup_screen = playlist
  154. execute_on_song_change="/usr/bin/np"
  155. connected_message_on_startup = no
  156. playlist_separate_albums = no
  157. allow_for_physical_item_deletion = no
  158. #current_item_prefix = "$/b$b[ $7$8 ]$/b "
  159.  
  160. #now_playing_prefix = "$b$8 "
  161. #now_playing_suffix = "$/b$8 $b[ $3$8 ]$/b"
  162.  
  163.  
  164. # Visualizer ..
  165.  
  166. visualizer_in_stereo = "yes"
  167. #buffer_time = "100000"
  168. #visualizer_output_name = "Pipe"
  169. visualizer_data_source = /tmp/mpd.fifo
  170. #visualizer_type = ellipse
  171. visualizer_type = "wave_filled"
  172. #visualizer_type = "spectrum"
  173.  
  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. #visualizer_look = "☰▓"
  194.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement