There is this sticky message in the LMS section of the forum that has a link to the current stable nightly branch (which at this moment in time is 8.3.2).
Announcement
Collapse
No announcement yet.
Boom alarm behaviour changed
Collapse
X
-
Originally posted by CJS View PostThere is this sticky message in the LMS section of the forum that has a link to the current stable nightly branch (which at this moment in time is 8.3.2).
Andy
Comment
-
Hmmm...did the wrong thing again this morning.
It's either intermittent, or perhaps related to the actual alarm configuration? I'm pretty sure I've had it happen on my weekday morning alarm though.
Might take a backup of the config, delete all the alarms, and recreate them. See if that helps? Any other suggestions?
Andy
Comment
-
Originally posted by adhawkins View PostIf I want to track 8.3.x nightlies, what URL should I check?
is currently just returning 8.3.1.
I've downloaded 8.3.2 manually and updated to that.
Andy
ronnie
Comment
-
Originally posted by Man in a van View Post
I just want to know what that 'index' URL is for the 8.3.x series nightlies.
Thanks
Andy
Comment
-
Originally posted by adhawkins View PostThanks, but I have a script that runs every night and checks for new versions. The URL I quoted is the first thing it downloads, and that is supposed to include the filename of the latest nightly, which I then download.
I just want to know what that 'index' URL is for the 8.3.x series nightlies.
Thanks
Andy
I sometimes used a similar approach for new installs
I clicked on the link, which gave me this
I posted that in a browser search bar and was given the oppurtunity to download the file.
So I don't know what is wrong
ronnie
Comment
-
I have just had a little play;
I don't have a "big" linux powered up at the moment so used a rpi4b running the Bulleseye 64 bit desktop
Running the following gives me v8.3.1 which does not receive any further updates (as I understand things)
Code:64bitdesktop:~ $ wget -O logitechmediaserver_arm.deb $(wget -q -O - "https://www.mysqueezebox.com/update/?version=8.3&revision=1&geturl=1&os=debarm") --2023-03-27 12:29:19-- [COLOR=#2980b9][B]https://downloads.slimdevices.com/LogitechMediaServer_v8.3.1/logitechmediaserver_8.3.1_arm.deb[/B][/COLOR] Resolving downloads.slimdevices.com (downloads.slimdevices.com)... 18.165.242.68, 18.165.242.50, 18.165.242.57, ... Connecting to downloads.slimdevices.com (downloads.slimdevices.com)|18.165.242.68|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 31083156 (30M) [application/x-troff-man] Saving to: ‘logitechmediaserver_arm.deb’ logitechmediaserver 100%[===================>] 29.64M 3.93MB/s in 7.5s 2023-03-27 12:29:27 (3.93 MB/s) - ‘logitechmediaserver_arm.deb’ saved [31083156/31083156]
Code:[email protected]:~ $ wget -O logitechmediaserver_arm.deb $(wget -q -O - "https://www.mysqueezebox.com/update/?version=8.3.*&revision=1&geturl=1&os=debarm") URL transformed to HTTPS due to an HSTS policy --2023-03-27 12:33:41-- [COLOR=#2980b9][B]https://downloads.slimdevices.com/nightly/8.3/lms/3738a364ecff34e4246d5603b811370b81139b29/logitechmediaserver_8.3.2~1679892799_arm.deb[/B][/COLOR] Resolving downloads.slimdevices.com (downloads.slimdevices.com)... 18.165.242.68, 18.165.242.50, 18.165.242.21, ... Connecting to downloads.slimdevices.com (downloads.slimdevices.com)|18.165.242.68|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 31078616 (30M) [application/x-troff-man] Saving to: ‘logitechmediaserver_arm.deb’ logitechmediaserver_arm.deb 100%[================================================== ===========>] 29.64M 3.85MB/s in 7.7s 2023-03-27 12:33:49 (3.84 MB/s) - ‘logitechmediaserver_arm.deb’ saved [31078616/31078616]
On a personal aside, I would not make any "unattended" upgrades to LMS, just incase some thing was wrong, but thatis me, all belt and braces
ronnie
Last edited by Man in a van; 2023-03-27, 12:48. Reason: Added bild to text as hightlight clour not appearing
Comment
Comment