mpd.conf 449 B

123456789101112131415161718
  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. log_file "~/.mpd/log"
  7. error_file "~/.mpd/error-log"
  8. # An example of an ALSA output
  9. audio_output {
  10. type "alsa"
  11. name "My ALSA Device"
  12. device "hw:0,0" # optional
  13. format "44100:16:2" # optional
  14. }
  15. # Volume control mixer
  16. mixer_type "alsa"
  17. mixer_device "default"
  18. mixer_control "PCM"