Advertisement
Guest User

ncmpcpp config

a guest
Oct 31st, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.01 KB | None | 0 0
  1. lyrics_directory = "~/.ncmpcpp/lyrics"
  2. mpd_host = "localhost"
  3. mpd_port = "6600"
  4. mpd_music_dir = "~/Music"
  5. mpd_connection_timeout = "10"
  6. mpd_crossfade_time = "5"
  7. visualizer_in_stereo = "no"
  8. visualizer_fifo_path = "/tmp/mpd.fifo"
  9. visualizer_output_name = "FIFO"
  10. visualizer_type = "spectrum"
  11. visualizer_look = "●▋"
  12. visualizer_sync_interval = "30"
  13. playlist_disable_highlight_delay = "3"
  14. message_delay_time = "2"
  15. #song_list_format = "{$5%a$9  }{$6%b$9  }{$7%t$9  }{$R$2%l$9}"
  16. song_list_format = "{$5%a$9  }{$7%b$9  }{$2%t$9  }{$R$6%l$9}"
  17. song_status_format = "{$1%a$9  }{$8%b$9  }{$1%t$9  }{($8%g$9)}"
  18. song_library_format = "{%n - }{%t}|{%f}"
  19. tag_editor_album_format = "{%a} - {%b}"
  20. alternative_header_first_line_format = "{$7%a$9} $8-$9 {$6%b$9}"
  21. alternative_header_second_line_format ="{$5%t$9}  ({$2%g$9})"
  22. now_playing_prefix = "$b"
  23. now_playing_suffix = "$/b"
  24. playlist_display_mode = "classic" (classic/columns)
  25. browser_display_mode = "classic" (classic/columns)
  26. search_engine_display_mode = "classic" (classic/columns)
  27. incremental_seeking = "yes"
  28. seek_time = "1"
  29. autocenter_mode = "yes"
  30. centered_cursor = "no"
  31. progressbar_color = "black"
  32. progressbar_elapsed_color = "black"
  33. progressbar_look = "─╼ "
  34. user_interface = "alternative"
  35. header_visibility = "no"
  36. lines_scrolled = "1"
  37. fetch_lyrics_for_current_song_in_background = "no"
  38. ask_before_clearing_main_playlist = "yes"
  39. display_bitrate = "yes"
  40. regular_expressions = "extended"
  41. mouse_list_scroll_whole_page = "no"
  42. search_engine_default_search_mode = "2"
  43. external_editor = "/usr/bin/vim"
  44. use_console_editor = "yes"
  45. colors_enabled = "yes"
  46. empty_tag_color = "red"
  47. header_window_color = "white"
  48. volume_color = "white"
  49. state_line_color = "white"
  50. state_flags_color = "white"
  51. main_window_color = "white"
  52. main_window_highlight_color = "white"
  53. statusbar_color = "white"
  54. alternative_ui_separator_color = "white"
  55. active_column_color = "blue"
  56. visualizer_color = "blue"
  57. window_border_color = "green"
  58. active_window_border = "red"
  59. regular_expressions = "extended"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement