Advertisement
gaurav208012

(Blog post) ncmpcpp

Jul 20th, 2012
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. mpd_host = "localhost"
  2. mpd_port = "6600"
  3. mpd_connection_timeout = "30"
  4. mpd_music_dir = "/path/to/music/directory/"
  5. mpd_crossfade_time = "1"
  6. visualizer_in_stereo = "yes"
  7. now_playing_prefix = "$r"
  8. now_playing_suffix = "$/r"
  9. song_columns_list_format = "(40)[white]{t|f} (30)[cyan]{a} (30)[blue]{b}"
  10. playlist_display_mode = "columns"
  11. browser_display_mode = "columns"
  12. search_engine_display_mode = "columns"
  13. autocenter_mode = "yes"
  14. centered_cursor = "yes"
  15. progressbar_look = "=>"
  16. user_interface = "alternative"
  17. default_space_mode = "select"
  18. header_visibility = "no"
  19. statusbar_visibility = "no"
  20. titles_visibility = "no"
  21. follow_now_playing_lyrics = "yes"
  22. store_lyrics_in_song_dir = "yes"
  23. screen_switcher_mode = "sequence: 2 -> 3 -> 9"
  24. ignore_leading_the = "yes"
  25. mouse_support = "no"
  26. empty_tag_marker = "[empty]"
  27. allow_physical_files_deletion = "no"
  28. allow_physical_directories_deletion = "no"
  29. main_window_color = "default"
  30. main_window_highlight_color = "default"
  31. visualizer_color = "blue"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement