Changes to the python API (and addon structure) for Kodi Matrix (v19)
#9
2020-03-16 Changed built-in commands

not a python api change, but it might affect addons as well:
the use of an XBMC. prefix for built-in commands is no longer supported.

for example, this is no longer supported:
python:
xbmc.executebuiltin('XBMC.ActivateWindow(Videos)')
you'll have to use this instead:
python:
xbmc.executebuiltin('ActivateWindow(Videos)')

pull-request: https://github.com/xbmc/xbmc/pull/17457
commit: https://github.com/xbmc/xbmc/commit/3b35...b7736704fb
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply


Messages In This Thread
RE: Changes to the python API (and addon structure) for Kodi Matrix (v19) - by ronie - 2020-03-29, 15:28
Logout Mark Read Team Forum Stats Members Help
Changes to the python API (and addon structure) for Kodi Matrix (v19)0