Guest User

Untitled

a guest
May 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. music_directory "/mnt/seagate/multi/mp3"
  2. playlist_directory "~/.mpd/playlists"
  3. db_file "~/.mpd/mpd.db"
  4. log_file "~/.mpd/mpd.log"
  5.  
  6. #pid_file "/var/run/mpd/mpd.pid"
  7. pid_file "~/.mpd/mpd.pid"
  8. #state_file "/var/lib/mpd/mpdstate"
  9. state_file "~/.mpd/mpdstate"
  10.  
  11. # Audio output
  12. ## select w/ F8
  13. audio_output {
  14. type "alsa"
  15. name "USB Audio DAC"
  16. device "hw:0,0"
  17. }
  18.  
  19. ## select w/ F8
  20. audio_output {
  21. type "alsa"
  22. name "HDA Intel PCH"
  23. device "hw:1,0"
  24. }
  25.  
  26. #sticker_file "~/.mpd/sticker.sql"
  27.  
  28. user "jeff"
  29.  
  30. #group "nogroup"
  31.  
  32. #bind_to_address "any"
  33.  
  34. # And for Unix Socket
  35. #bind_to_address "~/.mpd/socket"
  36.  
  37. #port "6600"
  38. #
Add Comment
Please, Sign In to add comment