bkerby

mpdconf

Sep 1st, 2012
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. $ grep -v "^#" ~/.mpdconf
  2.  
  3.  
  4. music_directory "/mnt/wdt/music/"
  5. playlist_directory "~/.mpd/playlists"
  6. db_file "~/.mpd/database"
  7. log_file "~/.mpd/mpd.log"
  8. pid_file "~/.mpd/mpd.pid"
  9. state_file "~/.mpd/state"
  10. sticker_file "~/.mpd/sticker.sql"
  11.  
  12.  
  13. bind_to_address "localhost"
  14. port "6600"
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. input {
  25. plugin "curl"
  26. }
  27.  
  28.  
  29. audio_output {
  30. type "alsa"
  31. name "My ALSA Device"
  32. device "hw:0,0" # optional
  33. format "44100:16:2" # optional
  34. }
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. filesystem_charset "UTF-8"
  47. id3v1_encoding "UTF-8"
  48.  
  49.  
  50.  
  51. audio_output {
  52. type "httpd"
  53. name "smpcln_stream"
  54. encoder "vorbis" # optional, vorbis or lame
  55. port "8008"
  56. quality "10.0" # do not define if bitrate is defined
  57. format "44100:16:1"
  58. }
Advertisement
Add Comment
Please, Sign In to add comment