Advertisement
Guest User

ncmpcpp config sample

a guest
Jan 8th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ncmpcpp_directory = "~/.ncmpcpp"
  2. lyrics_directory = "~/.ncmpcpp/lyrics"
  3. mpd_host = "127.0.0.1"
  4. mpd_port = "6600"
  5. mpd_music_dir = "~/music"
  6. mpd_connection_timeout = "5"
  7. mpd_crossfade_time = "5"
  8. mpd_communication_mode = "notifications" (polling/notifications)
  9. playlist_disable_highlight_delay = "0"
  10. playlist_display_mode = "columns"
  11. browser_display_mode = "columns"
  12. incremental_seeking = "yes"
  13. autocenter_mode = "yes"
  14. header_visibility = "yes"
  15. statusbar_visibility = "yes"
  16. fancy_scrolling = "yes"
  17. follow_now_playing_lyrics = "yes"
  18. display_screens_numbers_on_start = "yes"
  19. ignore_leading_the = "yes"
  20. lyrics_database = "1"
  21. song_columns_list_format = "(10)[blue]{l} (30)[green]{a} (30)[magenta]{b} (50)[yellow]{t}"
  22. colors_enabled = "yes"
  23. main_window_color = "white"
  24. header_window_color = "cyan"
  25. volume_color = "red"
  26. progressbar_color = "cyan"
  27. statusbar_color = "white"
  28. color1 = "cyan"
  29. color2 = "cyan"
  30. active_column_color = "cyan"
  31. active_window_border = "blue"
  32. song_list_format = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}"
  33. song_status_format = "{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}"
  34. song_library_format = "{%n - }{%t}|{%f}"
  35. tag_editor_album_format = "{(%y) }%b"
  36. now_playing_prefix = "$b"
  37. now_playing_suffix = "$/b"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement