Dotfiles for different machines on different branches.
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.

26 lines
624 B

  1. db_file "~/.config/mpd/database"
  2. log_file "~/.config/mpd/log"
  3. music_directory "/media/music"
  4. playlist_directory "/media/playlists"
  5. pid_file "~/.config/mpd/pid"
  6. state_file "~/.config/mpd/state"
  7. sticker_file "~/.config/mpd/sticker.sql"
  8. auto_update "yes"
  9. bind_to_address "127.0.0.1"
  10. restore_paused "yes"
  11. max_output_buffer_size "16384"
  12. audio_output {
  13. type "pulse"
  14. name "pulse audio"
  15. mixer_type "software"
  16. }
  17. audio_output {
  18. type "fifo"
  19. name "toggle_visualizer"
  20. path "/tmp/mpd.fifo"
  21. format "44100:16:2"
  22. }