Advertisement
Guest User

mpd.conf

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