But colorzero folder is missing.
Posts by vpeter
-
-
do i need to restore something after a while if i try your dirty fix?
-
Under lib folder you should have folder gpiozero and colorzero after unpacking my zip file. You should just unpack zip and overwrite old files.
I made a mistake with a command before. Sorry.
Sadly I don't own RPi to actually test it

-
Probably not correct way but it works. Run this commands in SSH console and you will be able to install addons.
Codecp -a /usr/share/kodi/addons/repository.libreelec.tv/ /storage/.kodi/addons/ sed -i 's|9.1|9.0|g' /storage/.kodi/addons/repository.libreelec.tv/addon.xml systemctl restart kodiBetter would be to set links on web server where addons are stored (9.1 -> 9.0).
-
Seems gpiozero needs setuptools package which is not present on LE.
Can you try this version with gpiozero 1.5.0? virtual.rpi-tools-9.0.105.rpi2.zip
-
Try set to on Wait for network before starting Kodi: LibreELEC Settings [LibreELEC.wiki]
-
Working fine here. Refresh addon repository from context menu and try again. If still doesn't work post kodi debug log.
-
Great.
But I think you didn't had latest addon which fixes this freeze issue. That's why reinstall work.
When addon is updated old addon is first completely removed (only addon data is preserved) and then installed. Meaning that it basically completely reinstall itself.
-
Maybe you have some old version of system tools addon installed where screen has such problems? You need version 9.0.111. Check that. Or remove system tools addon, refresh LibreELEC repozitory and install addon again.
-
There is pvr.iptvsimple PR with this functionality but you need to build it yourself

Timeshift by phunkyfish · Pull Request #217 · kodi-pvr/pvr.iptvsimple · GitHub
-
-
Sure. libreelec-rpi2.arm-9.0-set-bcdc-0.img.gz
This image should work out of the box then.
-
-
Works perfectly fine here. Maybe it is something special to your setup?
-
IPTV Simple Client works for me on pi 3b+ with 9.0.0... strange...
Why would be strange to be working?

-
Test image: libreelec-rpi2.arm-9.0-set-tos-ntp.img.gz
After it boots set tos with command below and reboot. Then time should be set with NTP.
Code
Display Morecat > /storage/.config/system.d/ntp-set-tos.service <<EOF [Unit] Description=Iptables set TOS for NTP Before=network.target Wants=network.target [Service] Type=oneshot ExecStart=/usr/sbin/iptables -w -t mangle -I POSTROUTING 1 -p udp --dport 123 -j TOS --set-tos 0x00 ExecReload=/usr/sbin/iptables -w -t mangle -I POSTROUTING 1 -p udp --dport 123 -j TOS --set-tos 0x00 RemainAfterExit=yes [Install] WantedBy=multi-user.target EOF systemctl enable ntp-set-tosWould be probably easier to patch connman to use TOS 0x00. Or run patched ntpd from http://autostart.sh/custom service. Or use curl approach.
Update: Seems there were at least one user with same problem Raspberry Pi 3 built-in WiFi SSH NTP Problem
-
I think message is clear: upgrade your wget. Or use suggested build host (Ubuntu 16.04.x (LTS)).
-