2015-09-01, 01:14
Nope, it doesn't. try modifying addon.xml
if two <provides> tags are given, the add-on may show up under both. In addon.xml of the zip file, change it to
if two <provides> tags are given, the add-on may show up under both. In addon.xml of the zip file, change it to
Code:
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
<provides>game</provides>
</extension>