Advertisement
alunux

ncmpcpp config

Nov 7th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. # Setup
  2. ncmpcpp_directory = "/home/alunux/.ncmpcpp"
  3. #lyrics_directory = /home/alunux/.lyrics
  4. mpd_music_dir = "~/Music"
  5. external_editor = "/usr/bin/nano"
  6.  
  7. # Playlist
  8. #song_list_format =
  9. song_columns_list_format = "(6f)[blue]{l} (25)[red]{a} (40)[green]{t|f}"
  10. song_status_format = "$2%a $9• $3%n. %t $9• $4%b {(Disc %d) }$9• $5%y$9"
  11. #song_library_format =
  12. #tag_editor_album_format =
  13. now_playing_prefix = "$b"
  14. now_playing_suffix = "$/b"
  15. #selected_item_prefix = "$3"
  16. #selected_item_suffix = "$9"
  17. header_text_scrolling = "yes"
  18. fancy_scrolling = "yes"
  19. playlist_separate_albums = "no"
  20. playlist_display_mode = "columns" (classic/columns)
  21. browser_display_mode = "columns" (classic/columns)
  22. search_engine_display_mode = "columns" (classic/columns)
  23. playlist_editor_display_mode = "columns" (classic/columns)
  24. discard_colors_if_item_is_selected = "yes"
  25. header_visibility = "yes"
  26. statusbar_visibility = "yes"
  27. titles_visibility = "no"
  28. autocenter_mode = "yes"
  29. centered_cursor = "no"
  30. progressbar_look = "─╼ "
  31. store_lyrics_in_song_dir = "yes"
  32. default_place_to_search_in = "database"
  33. jump_to_now_playing_song_at_start = "yes"
  34. display_volume_level = "yes"
  35. follow_now_playing_lyrics = "yes"
  36. display_screens_numbers_on_start = "yes"
  37. ignore_leading_the = "yes"
  38. use_console_editor = "yes"
  39. #user_interface = (classic/alternative)
  40. titles_visibility = "no"
  41. browser_playlist_prefix = "$9Playlist $3"
  42. song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
  43.  
  44. #Visualizer
  45. visualizer_fifo_path = "/tmp/mpd.fifo"
  46. visualizer_output_name = "my_fifo"
  47. visualizer_sync_interval = "30"
  48. visualizer_look = "||"
  49. visualizer_type = "spectrum"
  50.  
  51. # Colors
  52. colors_enabled = "yes"
  53. header_window_color = "white"
  54. volume_color = "white"
  55. state_line_color = "white"
  56. state_flags_color = "white"
  57. main_window_color = "white"
  58. color1 = "white"
  59. color2 = "green"
  60. main_window_highlight_color = "green"
  61. progressbar_color = "white"
  62. statusbar_color = "white"
  63. active_column_color = "yellow"
  64. visualizer_color = "yellow"
  65. empty_tag_color = "yellow"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement