Kodi Community Forum
How to test addons - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: How to test addons (/showthread.php?tid=203151)



How to test addons - saleemrashid1 - 2014-08-28

Hi XBMC,

I cannot find out how to test addons? I'm making a program launcher but I don't know how to test it! Please help...

Thank you.


RE: How to test addons - pkscout - 2014-08-29

This would probably be better handled in the add-on developers forum:

http://forum.xbmc.org/forumdisplay.php?fid=26

Maybe one of the moderators can move it.

What I do is create the add-on on a development machine where I can just drop the code into the add ons directory for the XBMC I have installed on that machine. You don't have to "install" an addon for XBMC to see it, you just have to get the code and directories structured so that XBMC recognizes it as an addon. When XBMC launches, it will find all the things that look like add ons that are in the right place and try and load them.

There are some guides and tutorials for getting started with addon development in the forum to which I linked above.