Am I missing something basic here? I just installed the GameStarter repo as pointed to from GitHub - bite-your-idols/Gamestarter: Retrogaming kodi add-on repository for LibreELEC
(This is on a RPi4 running Libreelec 9.97.1)
The repo installs. When I go to select to install the other components from the GameStarter repo - all it lists is the "Add-on repository" category pointing to the GameStarter repo .
Looking at the repo xml it appears to be correct, and the URLs are up.
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.gamestarter" name="Gamestarter add-on repository" version="3.0.0" provider-name="Bite Your Idols!">
<extension point="xbmc.addon.repository" name="Gamestarter add-on repository">
<info compressed="true">https://github.com/bite-your-idols/Gamestarter/raw/master/repository.gamestarter/addons.xml</info>
<checksum>https://github.com/bite-your-idols/Gamestarter/raw/master/repository.gamestarter/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/bite-your-idols/Gamestarter/master/repository.gamestarter/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Gamestarter add-on repository</summary>
<description lang="en">Gamestarter add-on repository</description>
<platform>all</platform>
</extension>
</addon>
Display More
Any idea why I'm not seeing the contents from the Repo to install?
Thanks.