Advertisement
Guest User

mpd config sample

a guest
Jan 8th, 2014
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # See: /usr/share/doc/mpd/mpdconf.example
  2. port "6600"
  3. bind_to_address "localhost"
  4. user "mpd"
  5.  
  6. pid_file "/home/don/.mpd/pid"
  7. db_file "/home/don/.mpd/database"
  8. log_file "/home/don/.mpd/log"
  9. state_file "/home/don/.mpd/state"
  10. sticker_file "/home/don/.mpd/sticker.sql"
  11. playlist_directory "/home/don/.mpd/playlists"
  12. music_directory "/home/don/music"
  13.  
  14. mixer_type "software"
  15. audio_output {
  16. type "alsa"
  17. name "My Sound Card"
  18. mixer_type "software" # optional
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement