1. port "6600"
  2. music_directory "/home/garry/.music/"
  3. playlist_directory "/home/garry/.mpd/playlists"
  4. db_file "/home/garry/.mpd/mpd.db"
  5. log_file "/home/garry/.mpd/mpd.log"
  6. pid_file "/home/garry/.mpd/mpd.pid"
  7. state_file "/home/garry/.mpd/mpdstate"
  8. audio_buffer_size "4096"
  9. #user "garry"
  10. mixer_type "software"
  11. #bind_to_address "0.0.0.0"
  12. #bind_to_address "127.0.0.1"
  13. bind_to_address "localhost"
  14. audio_output {
  15. type "pulse"
  16. name "pulse audio"
  17. format "48000:32:2"
  18. }
  19. samplerate_converter "0"
  20. #audio_output_format "44100:16:2"