Archive:Jarvis API changes: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
== Python ==
== Python ==
{{incomplete}}
{{incomplete}}
* ?


==== Changed ====
* Changed: ListItem no longer sets media type based on "tvshowtitle", "episode" and "season" provided via ListItem::setInfo. May affect appearance of info dialog. Use the new "mediatype" info label instead. <ref>https://github.com/xbmc/xbmc/pull/7683</ref>
{{incomplete}}
* Deprecated ListItem.setIconImage, use setArt
* ?
* Deprecated ListItem.setThumbnailImage, use setArt
 
* Deprecated "iconImage"  and "thumbnailImage" arguments for ListItem, use setArt
==== New Methods ====
* Added xbmcgui.Dialog.textviewer <ref>https://github.com/xbmc/xbmc/pull/7271</ref>
{{incomplete}}
* Added xbmcgui.ControlFadeLabel.setScrolling <ref>https://github.com/xbmc/xbmc/pull/7454</ref>
* ?
* Added ListItem.setContentLookup
* Added "mediatype" info label for videos
* Added "icon"  support to ListItem.setArt


== Builtins ==
== Builtins ==

Revision as of 11:38, 15 August 2015

Template:Isengard

Emblem-important-yellow.png NOTICE:
Kodi v15 (Isengard) final was just recently released, so please keep in mind that a v16 (Jarvis) release is still far away into the future. As such, these API changes is a placeholder containing API changes to the current Kodi mainline (the git master tree repository on GitHub). It is a very much a work in progress, this is only listing API changes commited to the master branch after Isengard branching, and many many many APIs are subject to future change.
Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

Addons

PVR

PVR API

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

Python

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?
  • Changed: ListItem no longer sets media type based on "tvshowtitle", "episode" and "season" provided via ListItem::setInfo. May affect appearance of info dialog. Use the new "mediatype" info label instead. [1]
  • Deprecated ListItem.setIconImage, use setArt
  • Deprecated ListItem.setThumbnailImage, use setArt
  • Deprecated "iconImage" and "thumbnailImage" arguments for ListItem, use setArt
  • Added xbmcgui.Dialog.textviewer [2]
  • Added xbmcgui.ControlFadeLabel.setScrolling [3]
  • Added ListItem.setContentLookup
  • Added "mediatype" info label for videos
  • Added "icon" support to ListItem.setArt

Builtins

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

New

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

Changed

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

Changes to python path

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

JSON-RPC

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 ?
  • ?

Webserver

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 ?
  • ?

Window IDs

See Window IDs

Skins

Changes to the skinning engine

See http://forum.kodi.tv/showthread.php?tid=231270

See also

Template:Changelogs