Hi,
I'd like to install a PVR client from the LibreElec Add-ons repository included in my Kodi but when I try to access this repository it says it is "unreachable".
So I searched for the configuration of this repository in the filesystem and I found the /usr/share/kodi/addons/http://repository.libreelec.tv/addon.xml file which contains :
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.libreelec.tv"
name="LibreELEC Add-ons"
version="9.0.1"
provider-name="Team LibreELEC">
<extension point="xbmc.addon.repository"
name="LibreELEC Add-ons">
<info>https://addons.libreelec.tv/9.1.901/H3/arm/addons.xml.gz</info>
<checksum verify="sha256">https://addons.libreelec.tv/9.1.901/H3/arm/addons.xml.gz.sha256</checksum>
<datadir zip="true">https://addons.libreelec.tv/9.1.901/H3/arm</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>LibreELEC Add-ons</summary>
<description>The LibreELEC add-on repository contains Kodi PVR Clients and Servers, Screensavers, Visualisations, and more. Add-ons in this repository are maintained and supported by LibreELEC staff and YOU the community. If you find a broken or non-working add-on please report it via the forums, or help by submitting fixes via GitHub.</description>
<platform>all</platform>
</extension>
</addon>
Display More
Can you tell me if the url of this repository is working for you ? Or is there something I am missing ?
Thank you in advance