Archive:Gotham API changes: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{mininav|[[Releases]]{{l2|[[Development]]}}}}
{{notice|Gotham has not been released yet. As such, this page is a work in progress, and many things are subject to change.}}
{{wiki revamp}}


== Gotham changelog ==
== Gotham changelog ==

Revision as of 19:51, 31 August 2013

Home icon grey.png   ▶ Releases
▶ Development
▶ Gotham API changes
Emblem-important-yellow.png NOTICE:
Gotham has not been released yet. As such, this page is a work in progress, and many things are subject to change.
Wiki logo.png Wiki revamp:
This page or section of the wiki undergoing a revamp. Content is still being added and organized. Please pardon the dust and anything that might not be working.

Gotham changelog


Addons

Any add-ons that are submitted for inclusion in Gotham repository will require compatibility with the new APIs. If the addon does not use new APIs that are only available in Gotham the same version can be submitted to Frodo repository. If it does rely on new API features you need to submit two separate versions, one for Frodo only compatible and one for Gotham. The addon version for Gotham needs to be higher than the one for Frodo.

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

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