Jump to content

Leia API changes: Difference between revisions

From Official Kodi Wiki
Gamester17 (talk | contribs)
No edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{notice|Kodi v17 (Krypton) final have not even been recently been released yet, so please keep in mind that a final non-alpha/beta v18 (Leia) release is still far far away into the future. As such, these new features/functions and API changes is a placeholder containing changes to the current Kodi mainline (the git master tree repository on GitHub). It is a very much a work in progress, this is only listing changes commited to the master branch after Jatvis branching, and many many many features/functions and API additions or removals are subject to future change.}}
{|class="infobox" style="width:210px"
{{incomplete}}
! v19 (Matrix) Development
{{future|18}}
|-
|
* '''[[Releases]]'''
** '''[[Kodi_v18_(Leia)_changelog|v18 Changelog]]'''
** '''[[Leia_API_changes|v18 API Changes]]'''
** '''[[Kodi_v18_(Leia)_FAQ|v18 FAQs]]'''
|}


{{see also|Kodi v18 (Leia) FAQ|Kodi v18 (Leia) changelog|Releases}}


=Addons=
= API Changes =
The following sections provide links to the Github Pull Requests related to API changes. Where available, a link to the Kodi forum thread, which summarises the changes, is also provided


== PVR ==
* ?
==== PVR API ====
* ?


== Python ==
== Binary Add-ons API Changes ==
See forum thread http://forum.kodi.tv/showthread.php?tid=303073
{|
* ?
|-
| style="vertical-align: middle;" | [[File:Github Logo.png|40px|link=]]
| style="vertical-align: middle;" | <big>'''[https://github.com/xbmc/xbmc/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22API+change%3A+Binary+add-ons%22+label%3A%22v18+Leia%22 Binary Add-ons API Changes]'''</big>
|}


=Skins=
See related skinning forum thread: http://forum.kodi.tv/showthread.php?tid=298565
*


== References ==
<references/>


==See also==
== GUI API Changes ==
* [[Kodi v18 (Leia) FAQ]]
{|
* [[Kodi v18 (Leia) changelog]]
|-
* [[Development]]
| style="vertical-align: middle;" | [[File:Github Logo.png|40px|link=]]
| style="vertical-align: middle;" | <big>'''[https://github.com/xbmc/xbmc/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22API+change%3A+GUI%22+label%3A%22v18+Leia%22 GUI API Changes]'''</big>
|}


[[Category:Development|*]]
 
[[Category:Add-on development]]
== JSON-RPC API Changes ==
[[Category:Leia|*]]
{|
|-
| style="vertical-align: middle;" | [[File:Github Logo.png|40px|link=]]
| style="vertical-align: middle;" | <big>'''[https://github.com/xbmc/xbmc/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22API+change%3A+JSON-RPC%22+label%3A%22v18+Leia%22 JSON-RPC API Changes]'''</big>
|}
 
 
{{Github_link|[https://github.com/xbmc/xbmc/commits/master/xbmc/interfaces/json-rpc/schema/version.txt JSON-RPC version.txt]}}
 
 
{{Forum_link2|[[forum:324598|JSON-RPC API Changes]]}}
 
 
 
== PVR API Changes ==
{|
|-
| style="vertical-align: middle;" | [[File:Github Logo.png|40px|link=]]
| style="vertical-align: middle;" | <big>'''[https://github.com/xbmc/xbmc/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22API+change%3A+PVR%22+-label%3A%22v19+Matrix%22+label%3A%22v18+Leia%22 PVR API Changes]'''</big>
|}
 
 
== Python API Changes ==
{|
|-
| style="vertical-align: middle;" | [[File:Github Logo.png|40px|link=]]
| style="vertical-align: middle;" | <big>'''[https://github.com/xbmc/xbmc/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22API+change%3A+Python%22+label%3A%22v18+Leia%22 Python API Changes]'''</big>
|}
 
 
 
== Skinning Engine Changes ==
{{Forum_link2|[[forum:298565|Changes to the skinning engine]]}}
 
 
{{top}}
{{updated|18}}
[[Category:Releases|Leia]]

Latest revision as of 00:34, 15 December 2020

v19 (Matrix) Development


API Changes

The following sections provide links to the Github Pull Requests related to API changes. Where available, a link to the Kodi forum thread, which summarises the changes, is also provided


Binary Add-ons API Changes

Binary Add-ons API Changes


GUI API Changes

GUI API Changes


JSON-RPC API Changes

JSON-RPC API Changes


JSON-RPC version.txt


JSON-RPC API Changes


PVR API Changes

PVR API Changes


Python API Changes

Python API Changes


Skinning Engine Changes

Changes to the skinning engine


Return to top