Advertisement
hu6

.mpdconf

hu6
Dec 2nd, 2012
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. music_directory "~/Music/"
  2. playlist_directory "~/.mpd/playlists"
  3. db_file "~/.mpd/database"
  4. pid_file "~/.mpd/pid"
  5. state_file "~/.mpd/state"
  6. sticker_file "~/.mpd/sticker.sql"
  7. user "John"
  8. port "6600"
  9. auto_update "yes"
  10.  
  11. audio_output {
  12. type "fifo"
  13. name "Visualizer"
  14. path "/tmp/mpd.fifo"
  15. format "44100:16:1"
  16. }
  17.  
  18. audio_output {
  19. type "osx"
  20. name "OS X"
  21. mixer_type "software"
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement