Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. music_directory "~/Music"
  2. playlist_directory "~/.mpd/playlists"
  3. db_file "~/.mpd/mpd.db"
  4. log_file "~/.mpd/mpd.log"
  5. pid_file "~/.mpd/mpd.pid"
  6. state_file "~/.mpd/mpdstate"
  7. auto_update "yes"
  8. auto_update_depth "5"
  9. follow_outside_symlinks "yes"
  10. follow_inside_symlinks "yes"
  11.  
  12. audio_output {
  13. type "osx"
  14. name "CoreAudio"
  15. mixer_type "software"
  16. }
  17.  
  18. decoder {
  19. plugin "mp4ff"
  20. enabled "no"
  21. }
  22.  
  23. bind_to_address "127.0.0.1"
  24. port "6600"
  25.  
  26. user "smplnerd"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement