Archive:Helix API changes

From Official Kodi Wiki
Revision as of 13:41, 11 November 2014 by Takoi (talk | contribs)
Jump to navigation Jump to search

Template:Helix

Python

New Methods

  • xbmc.Monitor.onCleanStarted
  • xbmc.Monitor.onCleanFinished
  • xbmc.Monitor.onDPMSActivated
  • xbmc.Monitor.onDPMSDeactivated
  • xbmc.Monitor.abortRequested
  • xbmc.Monitor.waitForAbort
  • xbmcgui.ListItem.setSubtitles


Deprecated Methods

  • xbmc.abortRequested, use Monitor.waitForAbort
  • xbmc.Monitor.onDatabaseScanStarted, renamed onScanStarted
  • xbmc.Monitor.onDatabaseUpdated, renamed onScanFinished


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

Window IDs

See Window IDs

Changes to the skinning engine

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