Solved repo structure for multiple Kodi versions of the same addon?
#11
That's a great idea.

Remember:
Code:
<requires>
    <import addon="xbmc.addon" version="12.0.0"/>
</requires>

Maybe write the complete addon.xml file?

And would it be helpful with a directory example? Something like:

/jarvis/addons.xml
/jarvis/addons.xml.md5
/jarvis/my.cool.addon/addon.xml
/jarvis/my.cool.addon/my.cool.addon-1.0.0.zip
/krypton/addons.xml
/krypton/addons.xml.md5
/krypton/my.cool.addon/addon.xml
/krypton/my.cool.addon/my.cool.addon-2.0.0.zip
Reply


Messages In This Thread
RE: repo structure for multiple Kodi versions of the same addon? - by Gade - 2017-03-26, 10:30
Logout Mark Read Team Forum Stats Members Help
repo structure for multiple Kodi versions of the same addon?1