Kodi Community Forum
v18 Using pvr.iptvsimple in addon for kodi 16/17/18 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: v18 Using pvr.iptvsimple in addon for kodi 16/17/18 (/showthread.php?tid=345888)



Using pvr.iptvsimple in addon for kodi 16/17/18 - TheWiz - 2019-08-01

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.