Guest User

ncmpcpp config

a guest
Oct 23rd, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. mpd_host = "localhost"
  2. mpd_port = "6600"
  3. mpd_music_dir = "~/music"
  4. mpd_connection_timeout = "5"
  5. mpd_crossfade_time = "3"
  6.  
  7. visualizer_in_stereo = "yes"
  8. visualizer_fifo_path = "/tmp/mpd.fifo"
  9. visualizer_output_name = "FIFO"
  10. visualizer_sync_interval = "15"
  11. visualizer_type = "spectrum" (spectrum/wave)
  12. #visualizer_look = "◆▋"
  13. visualizer_look = "•░"
  14.  
  15. message_delay_time = "4"
  16. seek_time = "4"
  17. playlist_disable_highlight_delay = "3"
  18. display_screens_numbers_on_start = "no"
  19.  
  20. #--Left Align Title - Artist | Right Align Album
  21. #song_list_format = "$9{$5 %a $1▶$7 %t}|{$5 %a $1▶$8 <untitled>}|{$8 <unknown artist> $1▶$6 %t}|{$8 %f} $1 $1$R{$8 %b} $9"
  22. #--Left Align Artist - Title
  23. song_list_format = "$9{$8 %a $1▶$5 %t}|{$8 %a $1▶$8 <untitled>}|{$8 <unknown artist> $1▶$2 %t}|{$8 %f} $9"
  24. #--Right Align Title - Artist
  25. #song_list_format = "$9{$R$5 %t $1▶$7 %a}|{$R$8 <untitled> $1▶$5 %a}|{$R$5 %t $1▶$8 <unknown artist>}|{$R$8 %f} $9"
  26. song_columns_list_format = "(4)[white]{n}(5)[white]{l}(20)[blue]{a}(30)[magenta]{t}(38)[white]{b}(4)[white]{y}"
  27. #song_status_format = "{(%l) }{%a - }{%t}"
  28. song_status_format = "$b$8{%a - }{%t}$/b"
  29. song_library_format = "{%n - }{%t}|{%f}"
  30. tag_editor_album_format = "{(%y) }%b"
  31. song_window_title_format = "{⮕ %a - %t}"
  32. media_library_album_format = "{(%y} }%b"
  33. media_library_left_column = "a"
  34. browser_playlist_prefix = "$2playlist$9» "
  35. #now_playing_prefix = "$3▶$b"
  36. now_playing_prefix = "$b"
  37. now_playing_suffix = "$/b"
  38. alternative_header_first_line_format = "$8$aqqu$/a$b {%t}|{%f} $/b$8$atqq$/a$9"
  39. alternative_header_second_line_format = "{{$8%a}{$8 - %b$9}{$8 (%y)$8}}|{%D$9}"
  40.  
  41. use_console_editor = "yes"
  42. external_editor = "/usr/bin/vim"
  43. default_tag_editor_left_col = "artists"
  44. default_tag_editor_pattern = "%n - %t"
  45. default_find_mode = "wrapped"
  46. default_space_mode = "add"
  47. default_place_to_search_in = "database"
  48. ncmpc_like_songs_adding = "yes"
  49. show_hidden_files_in_local_browser = "no"
  50.  
  51. colors_enabled = "yes"
  52. mouse_support = "no"
  53. header_text_scrolling = "yes"
  54. fancy_scrolling = "yes"
  55. cyclic_scrolling = "no"
  56. lines_scrolled = "2"
  57.  
  58. user_interface = "classic"
  59. browser_display_mode = "columns"
  60. search_engine_display_mode = "columns"
  61. playlist_display_mode = "classic"
  62. playlist_show_remaining_time = "no"
  63.  
  64. enable_window_title = "yes"
  65. header_visibility = "no"
  66. statusbar_visibility = "yes"
  67. #progressbar_look = "─- "
  68. #progressbar_look = "██░"
  69. #progressbar_look = "┅┅┄"
  70. #progressbar_look = "─⊙┄"
  71. progressbar_look = "───"
  72. #progressbar_look = "▁▁▁"
  73. autocenter_mode = "yes"
  74. incremental_seeking = "yes"
  75. display_screens_numbers_on_start = "no"
  76. jump_to_now_playing_song_at_start = "yes"
  77. ask_before_clearing_main_playlist = "yes"
  78.  
  79. clock_display_seconds = "yes"
  80. display_bitrate = "no"
  81. display_remaining_time = "no"
  82.  
  83. follow_now_playing_lyrics = "no"
  84. ignore_leading_the = "no"
  85. block_search_constraints_change_if_items_found = "no"
  86. allow_physical_files_deletion = "no"
  87. allow_physical_directories_deletion = "no"
  88. regular_expressions = "extended"
  89. display_volume_level = "yes"
  90. volume_change_step = "3"
  91.  
  92. active_column_color = "grey"
  93. active_window_border = "white"
  94. alternative_ui_separator_color = "black"
  95. empty_tag_marker = "<null>"
  96. empty_tag_color = "white"
  97. header_window_color = "white"
  98. main_window_color = "white"
  99. main_window_highlight_color = "black"
  100. progressbar_color = "black"
  101. progressbar_elapsed_color = "grey"
  102. state_line_color = "black"
  103. state_flags_color = "white"
  104. statusbar_color = "white"
  105. volume_color = "white"
  106. visualizer_color = "blue"
  107. color1 = "blue"
  108. color2 = "magenta"
  109. window_border_color = "white"
  110. active_window_border = "white"
Advertisement
Add Comment
Please, Sign In to add comment