Submitting Add-ons: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 69: Line 69:
|}
|}


Note: Please locate you add-on in the root of the git repository. This to make sure we can easily pull the add-on into our repository.
After you have send it to the mailing list please keep an eye out for any reply from our repository maintainers if there are any remarks or changes needed or a simple confirmation it has been added. Do note it might take some time to process the request.
Example: https://github.com/XBMC-Addons/service.xbmc.versioncheck
 
{{Note|Please locate you add-on in the root of the git repository. This to make sure we can easily pull the add-on into our repository.
Example: https://github.com/XBMC-Addons/service.xbmc.versioncheck}}


=== Example e-mail ===
=== Example e-mail ===

Revision as of 13:03, 26 December 2013

Home icon grey.png   ▶ Development ▶ Add-on development ▶ Submitting Add-ons


Submitting a Compliant Add-on to the XBMC.org Repo

After you have read the repository guidelines and made sure your addon is compliant with them, you may begin the submission process using the following steps.


Allowed submissions

We have restricted the allowed submissions of add-ons to past XBMC versions. Several reasons:

  • XBMC code improvements
  • Reduce support load for add-on developers
  • Reduce workload for repository maintainers

Below is a table of on which submissions are allowed to official XBMC.org repository.

Allowed add-on submissions
XBMC version update new
Dharma 10.1 no no
Eden 11.0 yes no
Frodo 12.0 & 12.1 & 12.2 & 12.3 yes yes
Gotham 13.0 yes yes

The mailing list

We ask that all Add-on authors subscribe to the Add-ons Mailing List. This is done for several reasons.

  • This is where all updates and important information will be announced.
  • This way we can contact you regarding your add-ons if necessary.
  • You can see what other devs are requesting to be added so you know if possibly you need to check compatibility of the add-on you depend on.
  • You may find new and interesting add-ons this way on which you can get inspiration from or may depend on.

After you have subscribed to the Add-ons Mailing List you will be send a conformation e-mail. Be sure to accept this before you can submit to the Mailing List.

All pull requests should be sent to this list so that repository maintainers will be notified that you want to add of update your add-on. They will do a sanity check if all seems ok and you are following the XBMC guidelines for add-ons. If any issues or questions arise they will contact you through the e-mail you registered with. Once all checks out fine your add-on is added to repository and you will receive a confirmation e-mail that it is added.


Tip Tip: To un-subscribe from the mailinglist follow the same link as Add-ons Mailing List and there's the option to unsubscribe at the bottom

How to submit your add-on and subsequent updates

In order to submit your addon, you must send a request that we add or update your add-on to the Add-ons Mailing List (We call this a "pull request."). Each request will require a version bump in the addon.xml. We ask that you also keep a changelog.txt up to date so that users may easily see what has changed.

Note that .xbt files will be generated automatically for skins so you do not include this in your pull request.

There are several ways to request that we add or update your add-on. Please preface threads using the following conventions:

Type Description
[Git Pull] Submit a request that we pull from your repo. This should include a url, branch/tag/revision, and the addon to pull. HEAD is NOT a revision.
[SVN Pull] Same as [Git Pull]
[Zip Pull] By far the least used but still a valid way. Submit a link where the add-on zip can be downloaded from.

For example you can just give us the link to .zip in your dropbox account. We do not want to download it from a public download site that holds questionable content or is filled with ads.

[Patch] Sometimes you may wish to submit a patch to the author for review.

Under most circumstances we will not merge this directly, it should go to the upstream maintainer first.

After you have send it to the mailing list please keep an eye out for any reply from our repository maintainers if there are any remarks or changes needed or a simple confirmation it has been added. Do note it might take some time to process the request.

Note: Please locate you add-on in the root of the git repository. This to make sure we can easily pull the add-on into our repository. Example: https://github.com/XBMC-Addons/service.xbmc.versioncheck

Example e-mail

Subject:

 [Git Pull] my cool plugin

Body:

 *addon -   my.cool.plugin
 *version - 1.1.0
 *url - git://some.where.git
 *revision - a241345a
 *branch - master
 *xbmc version - frodo


Note: If you want to request multiple add-ons to be added you can just do this in one e-mail as long as you provide the "Body" part each time for every add-on and every XBMC version you want it to be included to. In this case the subject field doesn't need to contain the add-on name. Do provide the "[Git Pull]" part at least.


Tip Tip: You have to do separate pull requests for each repository (Eden, Frodo/Gotham).
Tip Tip: At this moment Frodo and Gotham share the same repo so doing one request for Frodo/Gotham is enough.