v18 Using pvr.iptvsimple in addon for kodi 16/17/18
#1
Hello,

From Kodi 18 pvr.iptvsimple isn't installed in kodi and user need to install it.

I try to add it in addon.xml:
xml:

<requires>
        <import addon="pvr.iptvsimple"/>
</requires>
That work on Kodi 18, but break Kodi 16/17.

I try to add it in addon.xml:
xml:

<requires>
        <import addon="pvr.iptvsimple" optional="true"/>
</requires>
Didn't work for Kodi 18 (didn't install addon) and work for 16/17.

I don't want to creat new addon just for 18 version. This is the only think that change between version.

Thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Using pvr.iptvsimple in addon for kodi 16/17/180