Try with
Posts by vpeter
-
-
I have usbreset binary if you really need it.
-
The problem was with old gpiozero version which requires setuptools on LE. And new version can work without. Will send PR so it can be fixed.
QuoteThis is what you get with bumping packages blindly
Just because there is newer version it doesn't mean it works the same way as before. And of course no one actually do a test with new version. This was broken for more than 6 months. -
My zip file virtual.rpi-tools-9.0.105.RPi2.zip contains gpiozero 1.5.0 which should not needed setuptools from Python. But it needs colorzero package (which is included in addon).
Uninstalling addon virtual.rpi-tools and install my version from ZIP should also work. Or just installing. So many options

-
But colorzero folder is missing.
-
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?