Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
421 B

  1. music_directory "~/Music"
  2. playlist_directory "~/.config/mpd/playlists"
  3. db_file "~/.config/mpd/database"
  4. auto_update "yes"
  5. bind_to_address "127.0.0.1"
  6. restore_paused "yes"
  7. max_output_buffer_size "16384"
  8. audio_output {
  9. type "pulse"
  10. name "pulse"
  11. }
  12. audio_output {
  13. type "fifo"
  14. name "Visualizer feed"
  15. path "/tmp/mpd.fifo"
  16. format "44100:16:2"
  17. }
  18. input_cache {
  19. size "128 MB"
  20. }