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.

56 lines
1.9 KiB

  1. # Use your own config file
  2. config shairport-sync 'shairport_sync_file'
  3. option disabled '1'
  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 disabled '1'
  10. option respawn '1'
  11. # General
  12. option name 'Shairport-Sync'
  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. # Metadata
  28. option metadata_enabled '' # no/yes
  29. option metadata_cover_art '' # no/yes
  30. option metadata_pipe_name '' # /tmp/shairport-sync-metadata
  31. # Session Control
  32. option sesctl_run_before_play_begins '' # /etc/shairport-sync-start.sh
  33. option sesctl_run_after_play_ends '' # /etc/shairport-sync-stop.sh
  34. option sesctl_wait_for_completion '' # no/yes
  35. option sesctl_session_interruption '' # no/yes
  36. option sesctl_session_timeout '' # 120
  37. # ALSA
  38. option alsa_output_device '' # default
  39. option alsa_mixer_control_name '' # PCM
  40. option alsa_mixer_device '' # default
  41. option alsa_latency_offset '' # 0
  42. option alsa_buffer_length '' # 6615
  43. option alsa_disable_synchronization '' # no/yes
  44. option alsa_period_size '' # number
  45. option alsa_buffer_size '' # number
  46. # Pipe
  47. option pipe_name '' # /tmp/shairport-sync-audio
  48. option pipe_latency_offset '' # 0
  49. option pipe_buffer_length '' # 44100
  50. # Stdout
  51. option stdout_latency_offset '' # 0
  52. option stdout_buffer_length '' # 44100
  53. # AO
  54. option ao_latency_offset '' # 0
  55. option ao_buffer_length '' # 44100