Archive:Helix API changes: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
{{incomplete}}
{{incomplete}}
* ?
* ?
== Window IDs ==
See [[Window IDs]]
== Changes to the skinning engine ==
See http://forum.kodi.tv/showthread.php?tid=194515

Revision as of 13:41, 11 November 2014

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