You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.1 KiB

  1. # Use your own config file
  2. config shairport-sync 'shairport_sync_file'
  3. option enabled '0'
  4. option respawn '1'
  5. option conf_custom '1'
  6. option conf_file '/etc/shairport-sync.conf'
  7. # Use OpenWrt UCI config
  8. config shairport-sync 'shairport_sync'
  9. option enabled '0'
  10. option respawn '1'
  11. # General
  12. option name 'Shairport-Sync-%v-%h'
  13. option password ''
  14. option interpolation '' # basic/soxr
  15. option output_backend '' # alsa/pipe/stdout/ao/dummy/pulse/sndio
  16. option mdns_backend '' # avahi/external-avahi/dns-sd/external-dns-sd/tinysvcmdns
  17. option port '' # 5000
  18. option udp_port_base '' # 6001
  19. option udp_port_range '' # 100
  20. option statistics '' # no/yes
  21. option drift '' # 88
  22. option resync_threshold '' # 2205
  23. option log_verbosity '' # 0/1/2/3
  24. option ignore_volume_control '' # no/yes
  25. option volume_range_db '' # 30 to 150
  26. option regtype '' # _raop._tcp
  27. option playback_mode '' # stereo/mono
  28. # Metadata
  29. option metadata_enabled '' # no/yes
  30. option metadata_cover_art '' # no/yes
  31. option metadata_pipe_name '' # /tmp/shairport-sync-metadata
  32. option metadata_pipe_timeout '' # 5000
  33. option metadata_socket_address '' # 226.0.0.1
  34. option metadata_socket_port '' # 5555
  35. option metadata_socket_msglength # 65000
  36. # Session Control
  37. option sesctl_run_before_play_begins '' # /etc/shairport-sync-start.sh
  38. option sesctl_run_after_play_ends '' # /etc/shairport-sync-stop.sh
  39. option sesctl_wait_for_completion '' # no/yes
  40. option sesctl_session_interruption '' # no/yes
  41. option sesctl_session_timeout '' # 120
  42. # ALSA
  43. option alsa_output_device '' # default
  44. option alsa_mixer_control_name '' # PCM
  45. option alsa_mixer_device '' # default
  46. option alsa_latency_offset '' # 0
  47. option alsa_buffer_length '' # 6615
  48. option alsa_disable_synchronization '' # no/yes
  49. option alsa_period_size '' # number
  50. option alsa_buffer_size '' # number
  51. # Pipe
  52. option pipe_name '' # /tmp/shairport-sync-audio
  53. option pipe_latency_offset '' # 0
  54. option pipe_buffer_length '' # 44100
  55. # Stdout
  56. option stdout_latency_offset '' # 0
  57. option stdout_buffer_length '' # 44100
  58. # AO
  59. option ao_latency_offset '' # 0
  60. option ao_buffer_length '' # 44100