Advertisement
cirrus

mpd.conf (with ncmpcpp viz)

Jan 24th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. music_directory "/mnt/INT2/music"
  2. playlist_directory "/home/cirrus/.mpd/playlists"
  3. db_file "~/.mpd/database"
  4. log_file "~/.mpd/log"
  5. pid_file "~/.mpd/pid"
  6. state_file "~/.mpd/state"
  7. #bind_to_address "Arch"
  8. #user "cirrus"
  9.  
  10. gapless_mp3_playback "yes"
  11. input {
  12. plugin "curl"
  13. }
  14. #
  15. audio_output {
  16. type "alsa"
  17. name "My ALSA Device"
  18. }
  19. #
  20. audio_output {
  21. type "fifo"
  22. name "my_fifo"
  23. path "/tmp/mpd.fifo"
  24. bitrate "128"
  25. }
  26. #audio_output {
  27. # type "httpd"
  28. # name "worxed"
  29. # encoder "lame"
  30. # port "8000"
  31. # bitrate "128"
  32. # format "44100:16:1"
  33. #}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement