Guest User

ArcamA20

a guest
Mar 18th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. ###################################
  2. # Auto generated mpd.conf file
  3. # please DO NOT edit it manually!
  4. # Use RuneUI MPD config section
  5. ###################################
  6.  
  7. zeroconf_enabled        "yes"
  8. zeroconf_name   "RuneAudio"
  9. bind_to_address "/run/mpd.sock"
  10. bind_to_address         "any"
  11. port    "6600"
  12. max_connections         "20"
  13. user    "mpd"
  14. group   "audio"
  15. db_file         "/var/lib/mpd/mpd.db"
  16. sticker_file    "/var/lib/mpd/sticker.sql"
  17. pid_file        "/var/run/mpd/pid"
  18. music_directory         "/mnt/MPD"
  19. playlist_directory      "/var/lib/mpd/playlists"
  20. follow_outside_symlinks         "yes"
  21. follow_inside_symlinks  "yes"
  22. auto_update     "no"
  23. filesystem_charset      "UTF-8"
  24. id3v1_encoding  "UTF-8"
  25. volume_normalization    "no"
  26. audio_buffer_size       "2048"
  27. buffer_before_play      "10%"
  28. gapless_mp3_playback    "yes"
  29. mixer_type      "software"
  30.  
  31. input {
  32. plugin  "curl"
  33. }
  34.  
  35. decoder {
  36. plugin  "ffmpeg"
  37. enabled "yes"
  38. }
  39. state_file      "/var/lib/mpd/mpdstate"
  40.  
  41. audio_output {
  42. name            "ARCAM USB Audio 2.0"
  43. type            "alsa"
  44. device          "hw:1,0"
  45. dsd_usb         "yes"
  46. auto_resample   "no"
  47. auto_format     "no"
  48. enabled         "yes"
  49. }
  50.  
  51. audio_output {
  52. name            "bcm2835 ALSA"
  53. type            "alsa"
  54. device          "hw:0,0"
  55. dsd_usb         "yes"
  56. auto_resample   "no"
  57. auto_format     "no"
  58. }
Advertisement
Add Comment
Please, Sign In to add comment