Archive:XBMC v12 (Frodo) API changes: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Montellese
No edit summary
>Montellese
No edit summary
Line 24: Line 24:
=== Miscallaneous ===
=== Miscallaneous ===
* [[JSON-RPC_API#WebSocket|WebSocket]] transport
* [[JSON-RPC_API#WebSocket|WebSocket]] transport


== Webserver ==
== Webserver ==

Revision as of 06:43, 4 October 2012

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

The Frodo-pre repository will be created soon, while the APIs may still change somewhat. When the APIs are frozen, the final Frodo repository will open and final API compatibility will be enforced.

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

Scripts and Plugins

Skins

  • ?

JSON-RPC

API

Changed Methods

  • ?

New Methods

  • ?

Miscallaneous

Webserver

  • /image handler to provide access to cached images (thumbnails, fanart, ...) of media items. The image URL (image://) returned by JSON-RPC needs to be URL encoded before appending it like a path to
http://<your-ip>:<configured port>/image/<url-encoded image:// path>

Scrapers

  • ?

Screensavers and visualizations

  • ?

See also