Hi

I check the latest nightly release using the method on the wiki "URL to
check for the latest nightly build available"

I get the URL from this line


Code:
--------------------
    latest_lms=$(wget -q -O - 
"http://www.mysqueezebox.com/update/?version=8.0&revision=1&geturl=1&os=rpm";)
--------------------


However this returns
"http://downloads.slimdevices.com/LogitechMediaServer_v8.0.0/logitechmediaserver-8.0.0-1.noarch.rpm";
which is not the latest NIGHTLY

I Also check the revision by 


Code:
--------------------
    latest_release=$(echo $latest_lms | awk -F "logitechmediaserver" {'print 
$2'} | awk -F "." {'print $5'})
--------------------


and only update if the returned release is higher than that installed

But the return no longer has the release version, I did some looking
around and found that the nightlys do still have the release version in
the filename.

What is the new way to get the URL of the latest nightly ?

Thanks

Jeff



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X&p=903953&viewfull=1#post903953
------------------------------------------------------------------------
Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=113359

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to