Advertisement
Guest User

ncmpcpp.config

a guest
May 25th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ##### connection settings #####
  2. mpd_host = "localhost"
  3. mpd_port = "6600"
  4. mpd_music_dir = "/home/legowo/Music"
  5. mpd_connection_timeout = "5"
  6. mpd_crossfade_time = "5"
  7. ##### delays #####
  8. playlist_disable_highlight_delay = "5"
  9. message_delay_time = "4"
  10. ##### song format #####
  11. #song_list_format = "{%a - %t}|{$8%f$9}%r{$3(%l)$9}"
  12. song_library_format = "{%n - }{%t}|{%f}"
  13. media_library_album_format = "{(%y) }%b"
  14. tag_editor_album_format = "{(%y) }%b"
  15. browser_playlist_prefix = "$2playlist$9 "
  16. selected_item_prefix = "$6"
  17. selected_item_suffix = "$9"
  18. song_status_format = "{(%l) }{%a - }{%t}|{%f}"
  19. song_window_title_format = "{%a - }{%t}|{%f}"
  20. song_columns_list_format = "(5)[magenta]{l} (28)[cyan]{a} (30)[blue]{b} (50)[white]{t}"
  21. alternative_header_first_line_format = "{%t}"
  22. alternative_header_second_line_format = "$7{%a} - $5{%b} $8{(%y)}"
  23. ##### various settings #####
  24. playlist_display_mode = "columns"
  25. incremental_seeking = "yes"
  26. seek_time = "1"
  27. autocenter_mode = "yes"
  28. repeat_one_mode = "no"
  29. default_place_to_search_in = "database"
  30. media_library_left_column = "a"
  31. default_find_mode = "wrapped"
  32. default_space_mode = "add"
  33. default_tag_editor_left_col = "albums"
  34. default_tag_editor_pattern = "%n - %t"
  35. header_visibility = "yes"
  36. header_text_scrolling = "yes"
  37. cyclic_scrolling = "yes"
  38. statusbar_visibility = "yes"
  39. fancy_scrolling = "yes"
  40. follow_now_playing_lyrics = "no"
  41. ncmpc_like_songs_adding = "yes"
  42. display_screens_numbers_on_start = "yes"
  43. clock_display_seconds = "yes"
  44. enable_window_title = "yes"
  45. user_interface = "alternative"
  46. progressbar_look = "+>"
  47.  
  48. ##### colors definitions #####
  49. colors_enabled = "yes"
  50. empty_tag_color = "cyan"
  51. header_window_color = "default"
  52. volume_color = "default"
  53. state_line_color = "default"
  54. state_flags_color = "default"
  55. main_window_color = "cyan"
  56. color1 = "white"
  57. color2 = "green"
  58. main_window_highlight_color = "blue"
  59. progressbar_color = "default"
  60. statusbar_color = "default"
  61. active_column_color = "red"
  62. window_border_color = "green"
  63. active_window_border = "red"
  64. alternative_ui_separator_color = "black"
  65.  
  66. visualizer_in_stereo = "yes"
  67. visualizer_fifo_path = "/tmp/mpd.fifo"
  68. visualizer_output_name = "my_fifo"
  69. visualizer_sync_interval = "30"
  70. visualizer_type = "spectrum" (spectrum/wave)
  71. visualizer_look = "●▉"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement