![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
[New Infolabel] PVR.TimeshiftProgressEpgStart
[New Infolabel] ListItem.Genres
[New Infolabel] ListItem.Publisher
[New Infolabel] ListItem.Developer
[New Infolabel] ListItem.Overview
[New Infolabel] ListItem.GameClient
[New Infolabel] ListItem.Property(Game.VideoFilter)
[New Infolabel] ListItem.Property(Game.StretchMode)
[New Infolabel] ListItem.Property(Game.VideoRotation)
[New Infolabel] Skin.Font
[Infolabel Updated] Playlist.Random
will now return On/Off
[Infolabel Updated] PVR.EpgEventProgress
replaces the old PVR.Progress
infolabel.
[New Infolabel] PVR.ChannelNumberInput
[Infolabel Updated] PVR.CanRecordPlayingChannel
replaces the old Player.CanRecord
infolabel.
[Infolabel Updated] PVR.IsRecordingPlayingChannel
replaces the old Player.Recording
infolabel.
[New Infolabel] PVR.TimeshiftProgressPlayPos
[New Boolean Condition] Player.HasResolutions
[New Infolabel] PVR.TimeshiftProgressEpgEnd
[New Infolabel] PVR.TimeshiftProgressBufferStart
[New Infolabel] PVR.TimeshiftProgressBufferEnd
[New Infolabel] PVR_EpgEventIcon
[Infolabel Updated] PVR.EpgEventDuration
replaces the old PVR.Duration
infolabel.
[Infolabel Updated] PVR.EpgEventElapsedTime
replaces the old PVR.Time
infolabel.
[New Infolabel] PVR.EpgEventRemainingTime
[New Infolabel] PVR.EpgEventSeekTime
[New Infolabel] PVR.EpgEventFinishTime
[New Infolabel] PVR.TimeshiftProgressDuration
[New Infolabel] PVR.TimeshiftProgressStartTime
[New Infolabel] PVR.TimeshiftProgressEndTime
[Removed Infolabels] The following infolabels have been removed:
Listitem.Property(artistthumbs)
, Listitem.Property(artistthumb)
- use ListItem.Art(type)
with albumartist[n].* or artist[n].* as typeADSP.ActiveStreamType
ADSP.DetectedStreamType
ADSP.MasterName
ADSP.MasterInfo
ADSP.MasterOwnIcon
ADSP.MasterOverrideIcon
ListItem.ChannelNumber
, ListItem.SubChannelNumber
, MusicPlayer.ChannelNumber
, MusicPlayer.SubChannelNumber
, VideoPlayer.ChannelNumber
, VideoPlayer.SubChannelNumber
. Please use the following alternatives ListItem.ChannelNumberLabel
, MusicPlayer.ChannelNumberLabel
VideoPlayer.ChannelNumberLabel
from now on.[Removed Boolean Conditions] The following infobools have been removed:
System.HasModalDialog
- use System.HasActiveModalDialog
and System.HasVisibleModalDialog
insteadStringCompare()
- use String.IsEqual(info,string)
insteadSubString()
- use String.Contains(info,substring)
insteadIntegerGreaterThan()
- use Integer.IsGreater(info,number)
insteadIsEmpty()
- use String.IsEmpty(info)
insteadSystem.HasADSP
ADSP.IsActive
ADSP.HasInputResample
ADSP.HasPreProcess
ADSP.HasMasterProcess
ADSP.HasPostProcess
ADSP.HasOutputResample
ADSP.MasterActive
[Infolabel Updated] ListItem.Art(type)
add artist[n].* and albumartist[n].* as possible targets for type
[New Boolean Condition] Player.HasGame
[New Boolean Condition] Player.FrameAdvance
[New Infolabel] Player.Icon
[New Boolean Condition] System.HasMediaAudioCD
[New Boolean Condition] System.HasActiveModalDialog
[New Boolean Condition] System.HasVisibleModalDialog
[New Boolean Condition] System.Platform.UWP
[New Infolabel] MusicPlayer.Property(Artist_Sortname)
[New Infolabel] MusicPlayer.Property(Artist_Type)
[New Infolabel] MusicPlayer.Property(Artist_Gender)
[New Infolabel] MusicPlayer.Property(Artist_Disambiguation)
[New Infolabel] RetroPlayer.VideoFilter
[New Infolabel] RetroPlayer.StretchMode
[New Infolabel] RetroPlayer.VideoRotation
[New Infolabel] Container(id).NumNonFolderItems
[New Infolabel] ListItem.Platform
[New Infolabel] ListItem.EpgEventIcon
[New Infolabel] ListItem.NextDuration(format)
[New Infolabel] ListItem.NextDuration
[Updated Infolabel] ListItem.VideoResolution added 8K as a possible value.
[Infolabel Updated] ListItem.Duration
will return hh:mm:ss instead of the duration in minutes.
[Infolabel Updated] ListItem.Rating([name])
replaces the old ListItem.Ratings([name])
infolabel.
[Infolabel Updated] ListItem.Title
extended to support games
[New Infolabel] ListItem.Property(Artist_Disambiguation)
[New Infolabel] ListItem.Property(Artist_Gender)
[New Infolabel] ListItem.Property(Artist_Type)
[New Infolabel] ListItem.Property(Artist_Sortname)
[Infolabel Updated] ListItem.Title
extended to support games
[New Infolabel] Container(id).NumAllItems
pvr.seek
as possible action tag value (timeshifting in PVR). Player.SeekOffset(format)
Player.TimeRemaining(format)
Player.Time(format)
Player.Duration(format)
Player.FinishTime(format)
Player.StartTime(format)
Player.SeekNumeric(format)
ListItem.Duration(format)
PVR.EpgEventDuration(format)
PVR.EpgEventElapsedTime(format)
PVR.EpgEventRemainingTime(format)
PVR.EpgEventSeekTime(format)
PVR.EpgEventFinishTime(format)
PVR.TimeShiftStart(format)
PVR.TimeShiftEnd(format)
PVR.TimeShiftCur(format)
PVR.TimeShiftOffset(format)
PVR.TimeshiftProgressDuration(format)
PVR.TimeshiftProgressEndTime
PVR.TimeshiftProgressEndTime(format)
ListItem.NextDuration(format)