Archive:Jarvis API changes
|
NOTICE: The Kodi wiki is written by the community. Please help us fill out this page. |
|
INCOMPLETE: This page or section is incomplete. Please add information or correct uncertain data which is marked with a ? |
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

