Advertisement
Guest User

mpd.conf

a guest
Jun 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. bind_to_address "127.0.0.1"
  2. #bind_to_address "~/.mpd/socket"
  3. bind_to_address "127.0.0.1"
  4. #bind_to_address "~/.mpd/socket"
  5. music_directory "~/Music"
  6. playlist_directory "~/.mpd/playlists"
  7. db_file "~/.mpd/mpd.db"
  8. log_file "~/.mpd/mpd.log"
  9. pid_file "~/.mpd/mpd.pid"
  10. state_file "~/.mpd/mpdstate"
  11. audio_output {
  12.  
  13. type "pulse"
  14. name "pulse audio"
  15. device "pulse"
  16. mixer_type "hardware"
  17. }
  18.  
  19. audio_output {
  20. type "fifo"
  21. name "my_fifo"
  22. path "/tmp/mpd.fifo"
  23. format "44100:16:2"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement