mpd.conf 483 B

12345678910111213141516171819
  1. # An example configuration file for MPD
  2. user "mpd"
  3. music_directory "~/music"
  4. playlist_directory "~/.mpd/playlists"
  5. db_file "~/.mpd/database"
  6. pid_file "/var/run/mpd/mpd.pid"
  7. log_file "~/.mpd/log"
  8. error_file "~/.mpd/error-log"
  9. # An example of an ALSA output
  10. audio_output {
  11. type "alsa"
  12. name "My ALSA Device"
  13. device "hw:0,0" # optional
  14. format "44100:16:2" # optional
  15. }
  16. # Volume control mixer
  17. mixer_type "alsa"
  18. mixer_device "default"
  19. mixer_control "PCM"