I'm using an RPi4 running a custom LibreELEC (ST): RR-20230215-6a5ed68 11.0 build.
The LibreELEC Add-on is v10.80.12. (repository.libreelec.tv v10.80.12)
This no longer exists on https://addons.libreelect.tv
So any attempt to install from the repo or update the repo fails.
I can't figure out how to update/install the LibreELEC addon repo to point to the latest https://addons.libreelec.tv/11.80.2/ARMv8/arm/
Any guidance?
Thanks.
Update:
I think I've worked around the problem by manually updating a copy of the repo addon based on info from here
Code
Code
cp -a /usr/share/kodi/addons/repository.libreelec.tv/ /storage/.kodi/addons/
sed -i 's|10.80.12|11.80.2|g' /storage/.kodi/addons/repository.libreelec.tv/addon.xml
systemctl restart kodi
I guess until I get an updated custom build that's the best way?