Advertisement
Guest User

Untitled

a guest
Jul 25th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. music_directory "~/music/"
  2. playlist_directory "~/music/"
  3. db_file "~/music/music.db"
  4. log_file "~/music/mpd.log"
  5. pid_file "~/music/pid"
  6. state_file "~/music/state"
  7. bind_to_address "127.0.0.1"
  8. port "6600"
  9. audio_output {
  10. type "alsa"
  11. name "My alsa Device"
  12.  
  13. mixer_device "default"
  14.  
  15. mixer_control "Master"
  16. }
  17. #mixer_type "alsa"
  18. #mixer_device "default"
  19. #mixer_control "PCM"
  20. filesystem_charset "UTF-8"
  21. id3v1_encoding "UTF-8"
  22. metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement