Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Skinning engine v15
Page Infolabels and Boolean conditions

[New Boolean Condition] ListItem.IsCollection

[Infolabel Updated] Control.GetLabel(id) added index parameter - allows skinner to retrieve label2 of a control. Only edit controls are supported. Example** : Control.GetLabel(999).index(1) where:

  • index(0) = label
  • index(1) = label2

[New Infolabel] Window(AddonBrowser).Property(Updated)

[New Infolabel] ListItem.EpisodeName

[New Infolabel] ListItem.IMDBNumber

[Infolabel Updated] ListItem.Writer also supports EPG.

[Infolabel Updated] ListItem.Cast also supports EPG.

[Infolabel Updated] ListItem.Season also supports EPG.

[Infolabel Updated] ListItem.Episode also supports EPG.

[Infolabel Updated] ListItem.Director also supports EPG.

[Infolabel Updated] ListItem.Premiered now also available for EPG items.

[New Infolabel] Player.SeekStepSize

[New Infolabel] Container.Art(type)

[New Infolabel] Container(id).CurrentItem

[Infolabel Updated] VideoPlayer.Writer also supports EPG.

[Infolabel Updated] VideoPlayer.Cast also supports EPG.

[New Infolabel] VideoPlayer.EpisodeName

[New Infolabel] VideoPlayer.IMDBNumber

[Infolabel Updated] VideoPlayer.Director also supports EPG.

[Infolabel Updated] VideoPlayer.Episode also supports EPG.

[Infolabel Updated] VideoPlayer.Season also supports EPG.