Advertisement
mrkutux

config mpd

Dec 31st, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. music_directory "/home/helmy/Music"
  2.  
  3. playlist_directory "/home/helmy/Music"
  4.  
  5. db_file "/home/helmy/.mpd/mpd.db"
  6.  
  7. log_file "/home/helmy/.mpd/mpd.log"
  8.  
  9. pid_file "/home/helmy/.mpd/mpd.pid"
  10.  
  11. state_file "/home/helmy/.mpd/mpdstate"
  12.  
  13. audio_output {
  14.  
  15. type "pulse"
  16.  
  17. name "pulse audio"
  18.  
  19. }
  20.  
  21. audio_output {
  22.  
  23. type "fifo"
  24.  
  25. name "my_fifo"
  26.  
  27. path "/tmp/mpd.fifo"
  28.  
  29. format "44100:16:2"
  30.  
  31. }
  32.  
  33.  
  34.  
  35. bind_to_address "127.0.0.1"
  36.  
  37. port "6601"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement