Kodi Community Forum
Question About Submitting a Kodi AddOn - 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: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Question About Submitting a Kodi AddOn (/showthread.php?tid=292365)



Question About Submitting a Kodi AddOn - hekuran_kastrati - 2016-09-28

Hello guys

Im new to Kodi development
I have develeoped a Video AddOn for Kodi, and I want this AddOn to be in the list of VideoAddOn-s so users can find this one easily
So my question is: Should i submit the zip file of my video addOn or the zip file of my wizard installer to the AddOns Mailing List

Hope that I can get help from you


RE: Question About Submitting a Kodi AddOn - learningit - 2016-09-29

Please see Submitting_Add-ons (wiki)

Submit through github, not the mailing list.


RE: Question About Submitting a Kodi AddOn - hekuran_kastrati - 2016-09-29

Should I submit the add On Build, or the Wizard?


RE: Question About Submitting a Kodi AddOn - learningit - 2016-09-29

(2016-09-29, 16:05)hekuran_kastrati Wrote: Should I submit the add On Build, or the Wizard?

I have no idea what you mean by wizard. Submit as per the add-on submission guidelines. If it's no good, you'll know soon enough.


RE: Question About Submitting a Kodi AddOn - hekuran_kastrati - 2016-09-29

Sorry if I'm not clear, it is because I'm new to KODI.
With wizard I mean the installer


RE: Question About Submitting a Kodi AddOn - learningit - 2016-09-29

Just the add-on.


RE: Question About Submitting a Kodi AddOn - hekuran_kastrati - 2016-09-29

One last question.
In which repository of Git should I upload my Video AddOn


RE: Question About Submitting a Kodi AddOn - learningit - 2016-09-29

(2016-09-29, 16:19)hekuran_kastrati Wrote: One last question.
In which repository of Git should I upload my Video AddOn

If you mean which repo it's : xbmc/repo-plugins if it's an add-on, xbmc/repo-scripts if it's a program script
If you mean which branch, that's up to you so long as you follow the add-on submission rules