Kodi Community Forum
Restrict add-on to a particular platform. - 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)
+--- Thread: Restrict add-on to a particular platform. (/showthread.php?tid=193739)



Restrict add-on to a particular platform. - ayaz - 2014-05-02

Hullo

I am dipping my toes in the waters of XBMC Python add-on development. I have a simple question. Since XBMC runs across various platforms (such as Windows, Linux, etc), is it possible to write an add-on such that it is only available on a particular platform, and not all?

If this question has been addressed before, please be so kind as to link me to it.

Thank you.


RE: Restrict add-on to a particular platform. - amet - 2014-05-02

read wiki -> http://wiki.xbmc.org/index.php?title=Addon.xml

specifically 2.4.2.1.3 <platform> part