Skin Repo
#1
Hello, I do not know where to write this in. That's why I'm doing this here. I've created a repo with skins for Kodi 17 and 18 in it. But now I liked that only the skins for Kodi 17 or only for 18 are displayed on the Kodi versions. Unfortunately, all skins are displayed to me. Is there a solution?
Reply
#2
I hope Google Translate translates that correctly. Wink
Reply
#3
If done correctly only compatible skins should show as that's how it was designed so something must be wrong creating your repo
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#4
Can I post my repo paths here?
Reply
#5
The addon.xml files would be better.
Reply
#6
My Repo xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.guidos.skinbase" name="[COLOR orange]G[/COLOR]UIDO[COLOR orange]S[/COLOR] [COLOR orange]S[/COLOR]KINBAS[COLOR orange]E[/COLOR]" version="3.2.00" provider-name="[COLOR orange]GUIDO[/COLOR] | [COLOR aqua]Kodiman[/COLOR] | [COLOR orange]HSK-DE[/COLOR]">
    <extension point="xbmc.addon.repository" name="GUIDOS SKINBASE REPO">
    <dir>
        <info compressed="false">https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Krypton/addons.xml</info>
        <checksum>https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Krypton/addons.xml.md5</checksum>
        <datadir zip="true">https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Krypton/</datadir>
    </dir>
    <dir>
        <info compressed="false">https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Leia/addons.xml</info>
        <checksum>https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Leia/addons.xml.md5</checksum>
        <datadir zip="true">https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Leia/</datadir>
    </dir>
    <dir>
        <info compressed="false">https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Repos/addons.xml</info>
        <checksum>https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Repos/addons.xml.md5</checksum>
        <datadir zip="true">https://raw.githubusercontent.com/kaffepausse71/guidosskinbase/master/Repos/</datadir>
    </dir>
    <dir>
        <info compressed="false">http://skin.tittytwister.cc/bigskins/addons.xml</info>
        <checksum>http://skin.tittytwister.cc/bigskins/addons.xml.md5</checksum>
        <datadir zip="true">http://skin.tittytwister.cc/bigskins/</datadir>
    </dir>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary>[COLOR orange]G[/COLOR]uido[COLOR orange]s[/COLOR] [COLOR orange]S[/COLOR]KINBAS[COLOR orange]E[/COLOR] Repo</summary>
        <description>
In Guidos SKINBASE findet ihr Skins für die Kodi Versionen von 17 bis 18 aus aller Welt.
Die Skins sind für die jeweiligen Kodi Versionen farblich und mit Nummern markiert.Des weiteren findet ihr auch weitere Repos für Skins sowie Bilder Addons für Hintergrundbilder und Addons die für die Skins benötigt werden.
Die SkinBase wird ständig erweitert und verbessert.Viel Spass wünschen euch Guido und Waller.KODI 17 Schrift [COLOR aqua]Aqua[/COLOR],KODI 18 Schrift [COLOR orange]Orange[/COLOR].

In Guido's SKINBASE you will find skins from all over the world for the Kodi versions 17 to 18.
The skins are color marked and numbered for each Kodi version. 
You will also find more repos with skins, pictures addons for wallpapers, and also addons needed for these skins. Other diverse addons are also included.
The SkinBase is constantly expanding and improving. Have fun Guido and Waller. KODI 17 font [COLOR aqua]Aqua[/COLOR], KODI 18 font [COLOR orange]Orange[/COLOR].
    </description>
        <assets>
          <icon>resources/icon.png</icon>
          <fanart>resources/fanart.jpg</fanart>
          <screenshot>resources/screenshot-01.jpg</screenshot>
          <screenshot>resources/screenshot-02.jpg</screenshot>
          <screenshot>resources/screenshot-03.jpg</screenshot>
          <screenshot>resources/screenshot-04.jpg</screenshot>
          <screenshot>resources/screenshot-05.jpg</screenshot>
          <screenshot>resources/screenshot-06.jpg</screenshot>
        </assets>
        <platform>all</platform>
        <forum>
    </extension>
</addon>
Reply
#7
Why all are displayed I do not know therefore also have a master SkinBase where all are indicated. And then again for the respective Kodi versions. So there is no problem synonymous. And the skins are provided with the respective Kodi version and color-coded. Is everything in the repo description extra.
Reply
#8
If done that way, you need to add a dir minversion:

Code:
<dir minversion="17.0.0">
for Kodi 17

Code:
<dir minversion="18.0.0">
for Kodi 18

Code:
<dir minversion="18.9.0">
for Kodi 19 nightlies
Reply

Logout Mark Read Team Forum Stats Members Help
Skin Repo0