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.

19 lines
339 B

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