mpd.conf 1018 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Recommended location for database
  2. db_file "~/.config/mpd/database"
  3. # Logs to systemd journal
  4. log_file "syslog"
  5. # The music directory is by default the XDG directory, uncomment to amend and choose a different directory
  6. # music_directory "~/Music"
  7. music_directory "/run/media/user/MyStor/_muz/lossless"
  8. # Uncomment to refresh the database whenever files in the music_directory are changed
  9. #auto_update "yes"
  10. # Uncomment to enable the functionalities
  11. playlist_directory "~/.config/mpd/playlists"
  12. pid_file "~/.config/mpd/pid"
  13. state_file "~/.config/mpd/state"
  14. sticker_file "~/.config/mpd/sticker.sql"
  15. audio_output {
  16. type "alsa"
  17. name "ALSA sound card"
  18. # Optional
  19. #device "iec958:CARD=Intel,DEV=0"
  20. #mixer_control "PCM"
  21. }
  22. audio_output {
  23. type "pulse"
  24. name "pulse audio"
  25. # Optional
  26. #device "iec958:CARD=Intel,DEV=0"
  27. #mixer_control "PCM"
  28. }