Skip to content

Commit

Permalink
Upgrade LMS to 8.5.2, Squeezelite to 2.0.0-1488+git20240509.0e85ddf-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Jun 11, 2024
1 parent c116f48 commit 29e44b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Add ability to display status on eink display
* Better logging around failed upgrades
* Make upgrades more stable
* Upgrade LMS (Lyrion Media Server, formerly Logitech Media Server)
* Display
* Add serial number
* Add status code field
Expand All @@ -25,6 +26,7 @@
* Add support for browsing Pandora stations
* Make Pandora like work and pass tests without metadata race condition
* Handle LMS client cleanup better
* Upgrade LMS client, squeezelite
* API
* Fix: Zones playing audio on source used for announcement are not muted while announcement is playing
* Log firmware version for main and expansion units
Expand Down
8 changes: 4 additions & 4 deletions scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@
'copy' : [{'from': 'bin/ARCH/find_lms_server', 'to': 'streams/find_lms_server'}],
'script' : [
'if [ ! $(dpkg-query --show --showformat=\'${Status}\' logitechmediaserver | grep -q installed) ]; then '
' wget https://storage.googleapis.com/amplipi-deb/pool/main/l/logitechmediaserver/logitechmediaserver_8.5.1_all.deb -O /tmp/logitechmediaserver_8.5.1.deb',
' sudo dpkg -i /tmp/logitechmediaserver_8.5.1.deb',
' wget -nv https://storage.googleapis.com/amplipi-deb/pool/main/l/logitechmediaserver/logitechmediaserver_8.5.2_all.deb -O /tmp/logitechmediaserver_8.5.2.deb',
' sudo dpkg -i /tmp/logitechmediaserver_8.5.2.deb',
' if [ ! -e /home/pi/.config/amplipi/lms_mode ] ; then sudo systemctl disable logitechmediaserver; fi',
' if [ ! -e /home/pi/.config/amplipi/lms_mode ] ; then sudo systemctl stop logitechmediaserver; fi',
'fi',
'wget https://storage.googleapis.com/amplipi-deb/pool/main/s/squeezelite/squeezelite_1.9.9-1449_armhf.deb -O /tmp/squeezelite_1.9.9-1449_armhf.deb',
'sudo dpkg -i /tmp/squeezelite_1.9.9-1449_armhf.deb',
'wget -nv https://storage.googleapis.com/amplipi-deb/pool/main/s/squeezelite/squeezelite_2.0.0-1488+git20240509.0e85ddf-1.1_armhf.deb -O /tmp/squeezelite_2.0.0-1488+git20240509.0e85ddf-1.1_armhf.deb',
'sudo dpkg -i /tmp/squeezelite_2.0.0-1488+git20240509.0e85ddf-1.1_armhf.deb',
'sudo systemctl stop squeezelite',
'sudo systemctl disable squeezelite',

Expand Down

0 comments on commit 29e44b6

Please sign in to comment.