#6252 -- Update to latest LS RR for protocol resolving fixes (#7044)

* #6252 -- Update to LS rolling release for AutoCue improvements

https://github.com/savonet/liquidsoap/pull/3811

* Update liquidsoap.sh

* #6252 -- Update to latest LS rolling release for protocol resolving fixes

Fixes an issue with missing metadata id using custom protocols and `metadata.decoder.add`. With this, autocue will respect cue/cross/fade values set manually in Azuracast.

* #6252 -- Update to latest LS RR for autocue fix

---------

Co-authored-by: Buster Neece <buster@busterneece.com>
This commit is contained in:
RM-FM 2024-04-05 18:58:32 +02:00 committed by GitHub
parent 5fe95f4dce
commit b37e793588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ if [[ "$(uname -m)" = "aarch64" ]]; then
ARCHITECTURE=arm64
fi
# wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.2.4/liquidsoap_2.2.4-debian-bookworm-2_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.2.x/liquidsoap-cadd055_2.2.5-debian-bookworm-1_${ARCHITECTURE}.deb"
# wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.2.x/liquidsoap-cadd055_2.2.5-debian-bookworm-1_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.2.x/liquidsoap-5f6dad4_2.2.5-debian-bookworm-1_${ARCHITECTURE}.deb"
dpkg -i /tmp/liquidsoap.deb
apt-get install -y -f --no-install-recommends