Advertisement
okubax

ncmpcpp.config

Nov 11th, 2013
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. #
  2. # MPD
  3. #
  4.  
  5. # Use DBus.
  6. mpd_communication_mode = "notifications"
  7.  
  8. #
  9. # Interface
  10. #
  11.  
  12. # Use the 'alternative' interface.
  13. user_interface = "alternative"
  14.  
  15. # Center the cursor.
  16. autocenter_mode = "yes"
  17. centered_cursor = "yes"
  18.  
  19. # Use a prettier progress bar.
  20. progressbar_look = "=]-"
  21.  
  22. # Unclutter!
  23. titles_visibility = "no"
  24. header_visibility = "yes"
  25. display_volume_level = "yes"
  26. display_bitrate = "yes"
  27. display_remaining_time = "yes"
  28.  
  29. # Display the songs in columns.
  30. playlist_display_mode = "columns"
  31. browser_display_mode = "columns"
  32.  
  33.  
  34. #
  35. # Tag Editor
  36. #
  37.  
  38. mpd_music_dir = "~/Music"
  39.  
  40. #
  41. # Visualizer
  42. #
  43.  
  44. # Visualizer
  45. visualizer_in_stereo = "yes
  46. visualizer_fifo_path = "/tmp/mpd.fifo"
  47. visualizer_output_name = "my_fifo"
  48. visualizer_sync_interval = "1"
  49. visualizer_type = "spectrum"
  50. visualizer_look = "◆▋"
  51.  
  52. #
  53. # Search
  54. #
  55.  
  56. # Ignore 'the' when sorting.
  57. ignore_leading_the = "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement