Advertisement
ariyasa

mpd.conf

Jan 23rd, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. music_directory "/home/ariyasa/Music" # where you store your music
  2. playlist_directory "~/.mpd/playlists"
  3. db_file "~/.mpd/database"
  4. log_file "~/.mpd/log"
  5. #error_file "~/.mpd/state"
  6. pid_file "~/.mpd/pid"
  7.  
  8. user "ariyasa"
  9.  
  10.  
  11. audio_output {
  12. type "alsa" # kalau pakai ubuntu "alsa" di ganti dengan "pulse"
  13. name "myalsa"
  14. mixer_type "software" # optional
  15. mixer_device "default" # optional
  16. mixer_control "PCM" # optional
  17. mixer_index "0" # optional
  18. }
  19.  
  20. audio_output {
  21. type "fifo"
  22. name "my_fifo"
  23. path "/tmp/mpd.fifo"
  24. format "44100:16:2"
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement