Archive:Gotham API changes

From Official Kodi Wiki
Revision as of 19:20, 31 August 2013 by Martijn (talk | contribs) (Created page with "{{Frodo updated}} Frodo will represent the second repository update. Any add-ons that are submitted for inclusion in Frodo will require compatibility with the new APIs. Be s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Frodo will represent the second repository update. Any add-ons that are submitted for inclusion in Frodo will require compatibility with the new APIs.

Be sure to read the Official Repository Guidlines before submitting a pull request.

Frodo changelog

Scripts and Plugins

For a long time XBMC has been using a major.minor.build (x.y.z) version scheme for all addons. The only exception have been XBMC's internal addons.

With Frodo it was ensured that all of internal XBMC addons comply with this x.y.z version scheme as well. With Gotham we will continue this set course.

If you are going to submit your addon to the Gotham addon repo and your addon depends on any of internal xbmc addons, please make sure you depend on a x.y.z version.

The current versions for Frodo are as listed below:

  • xbmc.addon : 12.0.0
  • xbmc.core : 0.1.0
  • xbmc.gui : 4.0.0 (will be changed to 5.0.0 when releases)
  • xbmc.json : 6.0.0
  • xbmc.metadata : 2.1.0
  • xbmc.python : 2.1.0


Tip Tip: See Official add-on repository

Skins

Tip Tip: See Official add-on repository

JSON-RPC

API

Changed Methods

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • ?

New Methods

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • ?

New Notifications

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • ?

Miscellaneous

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • ?

Webserver

General

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • ?

JSON-RPC Handler /jsonrpc

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • ?

Scrapers

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • ?

Screensavers and visualizations

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • ?

See also