06-15-2019, 07:18 PM
(06-15-2019, 07:12 PM)Just to clarify, h ere\s the output of the wget from the pi: Wrote: pi@moode:~ $ wget http://moodeaudio.org/test/lazyload-update.zip
--2019-06-15 12:15:29-- http://moodeaudio.org/test/lazyload-update.zip
Resolving moodeaudio.org (moodeaudio.org)... 23.235.199.139
Connecting to moodeaudio.org (moodeaudio.org)|23.235.199.139|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-06-15 12:15:29 ERROR 404: Not Found.
nosferatu_cat
(06-07-2019, 04:13 PM)Just tried to apply the patches. The wget failed with a 404 error. I tried it with ssh on a pi and also tried the http portion from a browser on my desktop machine. Tim Curtis Wrote: Here are the lazyload patches :-)
Code:wget http://moodeaudio.org/test/lazyload-update.zip
unzip -q ./lazyload-update.zip
sudo mv ./playerlib.js /var/www/js
sudo mv ./scripts-panels.js /var/www/js
sudo rm ./lazyload*
-Tim