Archive:Jarvis 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:
{{future|16}}
{{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}}
{{incomplete}}



Revision as of 10:36, 22 February 2016

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

Addons

PVR

  • Update the PVR Addon API version to 4.0.0 for Kodi v16 (Jarvis)[1][2][3]

PVR API

  • ?

Python

  • 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. [4]
  • Removed depricated xbmcgui.lock() and xbmcgui.unlock()
  • Deprecated ListItem.setIconImage, use setArt
  • Deprecated ListItem.setThumbnailImage, use setArt
  • Deprecated "iconImage" and "thumbnailImage" parameters for ListItem, use setArt
  • Added xbmcgui.Dialog.textviewer [5]
  • Added xbmcgui.ControlFadeLabel.setScrolling [6]
  • Added xbmcgui.Dialog.multiselect
  • Added ListItem.setContentLookup
  • Added "mediatype" info label for videos
  • Added "userrating" info label for videos
  • Added "icon" support to ListItem.setArt

Skins

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

References

See also

Template:Changelogs