v19 Changes to the skinning engine for Kodi Matrix (v19)
#46
2020-09-20 changed infolabels

the following Player info labels now support offset() and position()
  • Player.Title
  • Player.Folderpath
  • Player.FilenameAndPath
  • Player.Filename
this allows you to display info for the next items in a playlist during playback.


examples:
xml:
Player.offset(1).Title
Player.position(3).Filename

pull-request: https://github.com/xbmc/xbmc/pull/18410
commit: https://github.com/xbmc/xbmc/commit/bd9f...338c56866a
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
#47
2020-10-14 new infolabel
  • PVR.TimeShiftSeekbar
this is the equivalent of Player.Seekbar, but for LiveTV.
this infolabel can be used in a slider control and indicates the position being seeked to.


pull-request: https://github.com/xbmc/xbmc/pull/18541
commit: https://github.com/xbmc/xbmc/commit/950b...ee82daddb8
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
#48
not a change in kodi, but for skins that ship with a custom script-cu-lrclyrics-main.xml file,
please remove control id="120" (and all references to it) as the cu lrc lyrics addon no longer uses it.

this control was used to display a list of available lyrics for a song, the addon will now use kodi's select dialog for this.
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
#49
2020-09-09 removed infobool
 
  • System.Platform.Linux.RaspberryPi
this platform specific boolean condition has been removed.
you can use System.Platform.Linux instead to detect linux based systems (including the raspberry pi).

pull-request: https://github.com/xbmc/xbmc/pull/16321
commit: https://github.com/xbmc/xbmc/commit/811b...4980183b54
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
#50
2020-10-14 new infolabel
 
  • System.AddonUpdateCount
the number of available addon updates.


pull-request: https://github.com/xbmc/xbmc/pull/18546
commit: https://github.com/xbmc/xbmc/commit/e046...126425f8a5
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
#51
2020-10-14 DialogAddonInfo.xml - new button
 
please add a button with id="14" (label: 24069) to the addon info dialog.


pull-request: https://github.com/xbmc/xbmc/pull/18546
commit: https://github.com/xbmc/xbmc/commit/e046...126425f8a5
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

Logout Mark Read Team Forum Stats Members Help
Changes to the skinning engine for Kodi Matrix (v19)1
This forum uses Lukasz Tkacz MyBB addons.