shairport-sync: update to v2.6
Closes https://github.com/openwrt/packages/pull/1869 Signed-off-by: Mike Brady <mikebrady@eircom.net> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
6cb3979f21
commit
dcb74ef849
3 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=shairport-sync
|
||||
PKG_VERSION:=2.4.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://github.com/mikebrady/shairport-sync.git
|
||||
|
|
|
@ -23,6 +23,7 @@ config shairport-sync 'shairport_sync'
|
|||
option resync_threshold '' # 2205
|
||||
option log_verbosity '' # 0/1/2/3
|
||||
option ignore_volume_control '' # no/yes
|
||||
option volume_range_db '' # 30 to 150
|
||||
# Latencies
|
||||
option latencies_default '' # 88200
|
||||
option latencies_itunes '' # 99400
|
||||
|
|
|
@ -58,6 +58,7 @@ start_instance() {
|
|||
append_num "$cfg" "$conf_file" resync_threshold "resync_threshold"
|
||||
append_num "$cfg" "$conf_file" log_verbosity "log_verbosity"
|
||||
append_str "$cfg" "$conf_file" ignore_volume_control "ignore_volume_control"
|
||||
append_num "$cfg" "$conf_file" volume_range_db "volume_range_db"
|
||||
echo -e "};\n" >> $conf_file
|
||||
|
||||
# Latencies
|
||||
|
|
Loading…
Reference in a new issue