Archive:Jarvis API changes: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(wrapped python API calls with <code>)
No edit summary
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{notice|1=The Kodi wiki is written by the community. Please help us fill out this page.}}
{{outdated}}
{{incomplete}}
 
{{see also|Kodi v16 (Jarvis) FAQ|Kodi v16 (Jarvis) changelog|Releases}}
{{see also|Kodi v16 (Jarvis) FAQ|Kodi v16 (Jarvis) changelog|Releases}}



Revision as of 05:57, 31 August 2019

Time.png THIS PAGE IS OUTDATED:

This page or section has not been updated in a long time, no longer applies, refers to features that have been replaced/removed, and/or may not be reliable.

This page is only kept for historical reasons, or in case someone wants to try updating it.

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