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.

54 lines
1.8 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. # Latencies
  27. option latencies_default '' # 88200
  28. option latencies_itunes '' # 99400
  29. option latencies_airplay '' # 88200
  30. option latencies_forked_daapd '' # 99400
  31. # Metadata
  32. option metadata_enabled '' # no/yes
  33. option metadata_cover_art '' # no/yes
  34. option metadata_pipe_name '' # /tmp/shairport-sync-metadata
  35. # Session Control
  36. option sesctl_run_before_play_begins '' # /etc/shairport-sync-start.sh
  37. option sesctl_run_after_play_ends '' # /etc/shairport-sync-stop.sh
  38. option sesctl_wait_for_completion '' # no/yes
  39. option sesctl_session_interruption '' # no/yes
  40. option sesctl_session_timeout '' # 120
  41. # ALSA
  42. option alsa_output_device '' # default
  43. option alsa_mixer_control_name '' # PCM
  44. option alsa_mixer_device '' # default
  45. option alsa_latency_offset '' # 0
  46. option alsa_buffer_length '' # 6615
  47. # Pipe
  48. option pipe_name '' # /tmp/shairport-sync-audio
  49. option pipe_latency_offset '' # 0
  50. option pipe_buffer_length '' # 44100
  51. # Stdout
  52. option stdout_latency_offset '' # 0
  53. option stdout_buffer_length '' # 44100