Archive:Jarvis API changes: Difference between revisions
Jump to navigation
Jump to search
WineSoaked (talk | contribs) wrapped python API calls with <code> |
m Karellen moved page Jarvis API changes to Archive:Jarvis API changes without leaving a redirect: Outdated |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{outdated}} | ||
=Addons= | =Addons= | ||
| Line 32: | Line 30: | ||
<references/> | <references/> | ||
[[Category:Releases|Jarvis]] | |||
[[Category: | |||
Latest revision as of 03:47, 31 July 2020
|
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
PVR API
- ?
Python
- Changed:
ListItemno longer sets media type based on "tvshowtitle", "episode" and "season" provided viaListItem::setInfo. May affect appearance of info dialog. Use the new "mediatype" info label instead. [4] - Removed depricated
xbmcgui.lock()andxbmcgui.unlock() - Deprecated
ListItem.setIconImage, usesetArt - Deprecated
ListItem.setThumbnailImage, usesetArt - Deprecated "iconImage" and "thumbnailImage" parameters for
ListItem, usesetArt - 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
