randalltux

mpd.conf

Feb 23rd, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. music_directory "/home/rndtx/Music" # Your Music Directory
  2. playlist_directory "/home/rndtx/.mpd/playlists"
  3. db_file "/home/rndtx/.mpd/tag_cache"
  4. log_file "/home/rndtx/.mpd/mpd.log"
  5. pid_file "/home/rndtx/.mpd/mpd.pid"
  6. state_file "/home/rndtx/.mpd/mpdstate"
  7. bind_to_address "127.0.0.1"
  8. audio_output {
  9. type "alsa"
  10. name "My ALSA Device"
  11. device "hw:1" # optional # Your default soundcard ( default is hw:0 )
  12. format "44100:16:2" # optional
  13. mixer_device "default" # optional
  14. mixer_control "PCM" # optional
  15. mixer_index "0" # optional
  16. mixer_type "software"
  17. }
  18. audio_output {
  19. type "fifo"
  20. name "My FIFO"
  21. path "/tmp/mpd.fifo"
  22. format "44100:16:2"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment