InfoLabels: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
An up-to-date list can be found here [https://github.com/xbmc/xbmc/blob/master/xbmc/GUIInfoManager.cpp GUIInfoManager.cpp]
An up-to-date list can be found here [https://github.com/xbmc/xbmc/blob/master/xbmc/GUIInfoManager.cpp GUIInfoManager.cpp]


===Labels Available In XBMC===
=== Container ===
 
{| class="wikitable"
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-  
|-
|  Container.FolderPath
|  Container.FolderPath
|  Shows complete path of currently displayed folder
|  Shows complete path of currently displayed folder
|-  
|-
|  Container.FolderName
|  Container.FolderName
|  Shows top most folder in currently displayed folder
|  Shows top most folder in currently displayed folder
|-  
|-
|  Container.Viewmode
|  Container.Viewmode
|  Returns the current viewmode (list, icons etc.)
|  Returns the current viewmode (list, icons etc.)
|-  
|-
|  Container.SortMethod
|  Container.SortMethod
|  Returns the current sort method (name, year, rating, etc.)
|  Returns the current sort method (name, year, rating, etc.)
|-  
|-
|  Container.PluginName
|  Container.PluginName
|  Returns the current plugins base folder name
|  Returns the current plugins base folder name
|-  
|-
|  Container.PluginCategory
|  Container.PluginCategory
|  Returns the current plugins category (set by the scripter)
|  Returns the current plugins category (set by the scripter)
|-  
|-
|  Container.ShowPlot
|  Container.ShowPlot
|  Returns the TV Show Plot of the current container and can be used at season and episode level
|  Returns the TV Show Plot of the current container and can be used at season and episode level
|-  
|-
|  Container(id).NumPages
|  Container(id).NumPages
|  Number of pages in the container with given id.  If no id is specified it grabs the current container.
|  Number of pages in the container with given id.  If no id is specified it grabs the current container.
|-  
|-
|  Container(id).NumItems
|  Container(id).NumItems
|  Number of items in the container with given id.  If no id is specified it grabs the current container.
|  Number of items in the container with given id.  If no id is specified it grabs the current container.
|-  
|-
|  Container(id).CurrentPage
|  Container(id).CurrentPage
|  Current page in the container with given id.  If no id is specified it grabs the current container.
|  Current page in the container with given id.  If no id is specified it grabs the current container.
|-  
|-
|  Container(id).Position
|  Container(id).Position
|  Returns the current focused position of Container (id) as a numeric label.
|  Returns the current focused position of Container (id) as a numeric label.
|-  
|-
|  Container(id).Totaltime
|  Container(id).Totaltime
|  Returns the total time of all items in the current container
|  Returns the total time of all items in the current container
|-  
|-
|  Container(id).ListItem(offset).Label
|  Container(id).ListItem(offset).Label
|  Shows ListItem.Label for a specific List or Panel Container with a offset ''( eg: Container(50).Listitem(2).Label )''
|  Shows ListItem.Label for a specific List or Panel Container with a offset ''( eg: Container(50).Listitem(2).Label )''
|-  
|-
|  Container(id).ListItem(offset).Label2
|  Container(id).ListItem(offset).Label2
|  Shows ListItem.Label2 for a specific List or Panel Container with a offset ''( eg: Container(50).Listitem(-2).Label2 )''
|  Shows ListItem.Label2 for a specific List or Panel Container with a offset ''( eg: Container(50).Listitem(-2).Label2 )''
|-  
|-
|  Container(id).ListItem(offset).Icon
|  Container(id).ListItem(offset).Icon
|  Shows ListItem.Icon for a specific List or Panel Container with a offset ''( eg: Container(52).Listitem(1).Icon)''
|  Shows ListItem.Icon for a specific List or Panel Container with a offset ''( eg: Container(52).Listitem(1).Icon)''
|-  
|-
|  Container(id).ListItem(offset).ActualIcon
|  Container(id).ListItem(offset).ActualIcon
|  Shows ListItem.ActualIcon for a specific List or Panel Container with a offset ''( eg: Container(50).Listitem(0).ActualIcon )''
|  Shows ListItem.ActualIcon for a specific List or Panel Container with a offset ''( eg: Container(50).Listitem(0).ActualIcon )''
|-  
|-
|  Container(id).ListItem(offset).Thumb
|  Container(id).ListItem(offset).Thumb
|  Shows ListItem.Thumb for a specific List or Panel Container with a offset ''( eg: Container(50).Listitem(0).Thumb )''
|  Shows ListItem.Thumb for a specific List or Panel Container with a offset ''( eg: Container(50).Listitem(0).Thumb )''
|-  
|-
|  Container(id).ListItemNoWrap(offset).Property
|  Container(id).ListItemNoWrap(offset).Property
|  Basically returns the same as ListItem(offset) but it won't wrap. That means if the last item of a list is focused, ListItemNoWrap(1) will be empty while ListItem(1) will return the first item of the list. ''Property'' has to be replaced with Label, Label2, Icon etc. ''( eg: Container(50).ListitemNoWrap(1).Plot )''
|  Basically returns the same as ListItem(offset) but it won't wrap. That means if the last item of a list is focused, ListItemNoWrap(1) will be empty while ListItem(1) will return the first item of the list. ''Property'' has to be replaced with Label, Label2, Icon etc. ''( eg: Container(50).ListitemNoWrap(1).Plot )''
|-  
|-
|  Container.Property(addoncategory)
|  Container.Property(addoncategory)
|  Returns the current add-on category
|  Returns the current add-on category
|-  
|-
|  Container.Property(reponame)
|  Container.Property(reponame)
|  Returns the current add-on repository name
|  Returns the current add-on repository name
|-  
|}
 
=== Control ===
 
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-
|  Control.GetLabel(id)
|  Control.GetLabel(id)
|  Returns the label value or texture name of the control with the given id.
|  Returns the label value or texture name of the control with the given id.
|-  
|}
 
=== Fanart ===
 
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-
|  Fanart.Color1
|  Fanart.Color1
|  Returns the first of three colors included in the currently selected '''[[Fanart]]''' theme for the parent TV Show.  Colors are arranged Lightest to Darkest.
|  Returns the first of three colors included in the currently selected '''[[Fanart]]''' theme for the parent TV Show.  Colors are arranged Lightest to Darkest.
|-  
|-
|  Fanart.Color2
|  Fanart.Color2
|  Returns the second of three colors included in the currently selected '''[[Fanart]]''' theme for the parent TV Show.  Colors are arranged Lightest to Darkest.
|  Returns the second of three colors included in the currently selected '''[[Fanart]]''' theme for the parent TV Show.  Colors are arranged Lightest to Darkest.
|-  
|-
|  Fanart.Color3
|  Fanart.Color3
|  Returns the third of three colors included in the currently selected '''[[Fanart]]''' theme for the parent TV Show.  Colors are arranged Lightest to Darkest.
|  Returns the third of three colors included in the currently selected '''[[Fanart]]''' theme for the parent TV Show.  Colors are arranged Lightest to Darkest.
|-  
|}
 
=== Listitem ===
 
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-
|  Listitem.Label
|  Listitem.Label
|  Shows the left label of the currently selected item in a list or thumb control
|  Shows the left label of the currently selected item in a list or thumb control
|-  
|-
|  ListItem.Label2
|  ListItem.Label2
|  Shows the right label of the currently selected item in a list or thumb control
|  Shows the right label of the currently selected item in a list or thumb control
|-  
|-
|  ListItem.Title
|  ListItem.Title
|  Shows the title of the currently selected song or movie in a list or thumb control
|  Shows the title of the currently selected song or movie in a list or thumb control
|-  
|-
|  ListItem.OriginalTitle
|  ListItem.OriginalTitle
|  Shows the original title of the currently selected movie in a list or thumb control
|  Shows the original title of the currently selected movie in a list or thumb control
|-  
|-
|  ListItem.SortLetter
|  ListItem.SortLetter
|  Shows the first letter of the current file in a list or thumb control
|  Shows the first letter of the current file in a list or thumb control
|-  
|-
|  ListItem.TrackNumber
|  ListItem.TrackNumber
|  Shows the track number of the currently selected song in a list or thumb control
|  Shows the track number of the currently selected song in a list or thumb control
|-  
|-
|  ListItem.Artist
|  ListItem.Artist
|  Shows the artist of the currently selected song in a list or thumb control
|  Shows the artist of the currently selected song in a list or thumb control
|-  
|-
|  ListItem.Property(Artist_Born)
|  ListItem.Property(Artist_Born)
|  Date of Birth of the currently selected Artist
|  Date of Birth of the currently selected Artist
|-  
|-
|  ListItem.Property(Artist_Died)
|  ListItem.Property(Artist_Died)
|  Date of Death of the currently selected Artist
|  Date of Death of the currently selected Artist
|-  
|-
|  ListItem.Property(Artist_Formed)
|  ListItem.Property(Artist_Formed)
|  Formation date of the currently selected Band
|  Formation date of the currently selected Band
|-  
|-
|  ListItem.Property(Artist_Disbanded)
|  ListItem.Property(Artist_Disbanded)
|  Disbanding date of the currently selected Band
|  Disbanding date of the currently selected Band
|-  
|-
|  ListItem.Property(Artist_YearsActive)
|  ListItem.Property(Artist_YearsActive)
|  Years the currently selected artist has been active
|  Years the currently selected artist has been active
|-  
|-
|  ListItem.Property(Artist_Instrument)
|  ListItem.Property(Artist_Instrument)
|  Instruments played by the currently selected artist
|  Instruments played by the currently selected artist
|-  
|-
|  ListItem.Property(Artist_Description)
|  ListItem.Property(Artist_Description)
|  Shows a biography of the currently selected artist
|  Shows a biography of the currently selected artist
|-  
|-
|  ListItem.Property(Artist_Mood)
|  ListItem.Property(Artist_Mood)
|  Shows the moods of the currently selected artist
|  Shows the moods of the currently selected artist
|-  
|-
|  ListItem.Property(Artist_Style)
|  ListItem.Property(Artist_Style)
|  Shows the styles of the currently selected artist
|  Shows the styles of the currently selected artist
|-  
|-
|  ListItem.Property(Artist_Genre)
|  ListItem.Property(Artist_Genre)
|  Shows the genre of the currently selected artist
|  Shows the genre of the currently selected artist
|-  
|-
|  ListItem.Album
|  ListItem.Album
|  Shows the album of the currently selected song in a list or thumb control
|  Shows the album of the currently selected song in a list or thumb control
|-  
|-
|  ListItem.Property(Album_Mood)
|  ListItem.Property(Album_Mood)
|  Shows the moods of the currently selected Album
|  Shows the moods of the currently selected Album
|-  
|-
|  ListItem.Property(Album_Style)
|  ListItem.Property(Album_Style)
|  Shows the styles of the currently selected Album
|  Shows the styles of the currently selected Album
|-  
|-
|  ListItem.Property(Album_Theme)
|  ListItem.Property(Album_Theme)
|  Shows the themes of the currently selected Album
|  Shows the themes of the currently selected Album
|-  
|-
|  ListItem.Property(Album_Type)
|  ListItem.Property(Album_Type)
|  Shows the Album Type (e.g. compilation, enhanced, explicit lyrics) of the currently selected Album
|  Shows the Album Type (e.g. compilation, enhanced, explicit lyrics) of the currently selected Album
|-  
|-
|  ListItem.Property(Album_Label)
|  ListItem.Property(Album_Label)
|  Shows the record label of the currently selected Album
|  Shows the record label of the currently selected Album
|-  
|-
|  ListItem.Property(Album_Description)
|  ListItem.Property(Album_Description)
|  Shows a review of the currently selected Album
|  Shows a review of the currently selected Album
|-  
|-
|  ListItem.DiscNumber
|  ListItem.DiscNumber
|  Shows the disc number of the currently selected song in a list or thumb control
|  Shows the disc number of the currently selected song in a list or thumb control
|-  
|-
|  ListItem.Year
|  ListItem.Year
|  Shows the year of the currently selected song, album or movie in a list or thumb control
|  Shows the year of the currently selected song, album or movie in a list or thumb control
|-  
|-
|  ListItem.Premiered
|  ListItem.Premiered
|  Shows the release/aired date of the currently selected episode, show or movie in a list or thumb control
|  Shows the release/aired date of the currently selected episode, show or movie in a list or thumb control
|-  
|-
|  ListItem.Genre
|  ListItem.Genre
|  Shows the genre of the currently selected song, album or movie in a list or thumb control
|  Shows the genre of the currently selected song, album or movie in a list or thumb control
|-  
|-
|  ListItem.Director
|  ListItem.Director
|  Shows the director of the currently selected movie in a list or thumb control
|  Shows the director of the currently selected movie in a list or thumb control
|-  
|-
|  ListItem.Country
|  ListItem.Country
|  Shows the production country of the currently selected movie in a list or thumb control
|  Shows the production country of the currently selected movie in a list or thumb control
|-  
|-
|  ListItem.Episode
|  ListItem.Episode
|  Shows the episode number value for the currently selected episode. It also shows the number of total, watched or unwatched episodes for the currently selected tvshow or season, based on the the current watched filter.
|  Shows the episode number value for the currently selected episode. It also shows the number of total, watched or unwatched episodes for the currently selected tvshow or season, based on the the current watched filter.
|-  
|-
|  ListItem.Season
|  ListItem.Season
|  Shows the season value for the currently selected tvshow
|  Shows the season value for the currently selected tvshow
|-  
|-
|  ListItem.TVShowTitle
|  ListItem.TVShowTitle
|  Shows the name value for the currently selected tvshow in the season and episode depth of the video library
|  Shows the name value for the currently selected tvshow in the season and episode depth of the video library
|-  
|-
|  ListItem.Property(TotalSeasons)
|  ListItem.Property(TotalSeasons)
|  Shows the total number of seasons for the currently selected tvshow
|  Shows the total number of seasons for the currently selected tvshow
|-  
|-
|  ListItem.Property(TotalEpisodes)
|  ListItem.Property(TotalEpisodes)
|  Shows the total number of episodes for the currently selected tvshow or season
|  Shows the total number of episodes for the currently selected tvshow or season
|-  
|-
|  ListItem.Property(WatchedEpisodes)
|  ListItem.Property(WatchedEpisodes)
|  Shows the number of watched episodes for the currently selected tvshow or season
|  Shows the number of watched episodes for the currently selected tvshow or season
|-  
|-
|  ListItem.Property(UnWatchedEpisodes)
|  ListItem.Property(UnWatchedEpisodes)
|  Shows the number of unwatched episodes for the currently selected tvshow or season
|  Shows the number of unwatched episodes for the currently selected tvshow or season
|-  
|-
|  ListItem.Property(NumEpisodes)
|  ListItem.Property(NumEpisodes)
|  Shows the number of total, watched or unwatched episodes for the currently selected tvshow or season, based on the the current watched filter.
|  Shows the number of total, watched or unwatched episodes for the currently selected tvshow or season, based on the the current watched filter.
Line 245: Line 267:
|  ListItem.PictureDate
|  ListItem.PictureDate
|  Shows the localized date of the selected picture. The short form of the date is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
|  Shows the localized date of the selected picture. The short form of the date is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
|-  
|-
|  ListItem.PictureDatetime
|  ListItem.PictureDatetime
|  Shows the date/timestamp of the selected picture. The localized short form of the date and time is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
|  Shows the date/timestamp of the selected picture. The localized short form of the date and time is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
Line 253: Line 275:
|-
|-
|  ListItem.PictureDigitalZoom
|  ListItem.PictureDigitalZoom
|  {{Gotham note |Shows the digital zoom ratio when the selected picture was taken. This is the value of the EXIF DigitalZoomRatio tag (hex code 0xA404).}}  
|  {{Gotham note |Shows the digital zoom ratio when the selected picture was taken. This is the value of the EXIF DigitalZoomRatio tag (hex code 0xA404).}}
|-
|-
|  ListItem.PictureExpMode
|  ListItem.PictureExpMode
Line 320: Line 342:
|  ListItem.PictureOrientation
|  ListItem.PictureOrientation
|  {{Gotham note |Shows the orientation of the selected picture. Possible values are "Top Left", "Top Right", "Left Top", "Right Bottom", etc. This is the value of the EXIF Orientation tag (hex code 0x0112).}}
|  {{Gotham note |Shows the orientation of the selected picture. Possible values are "Top Left", "Top Right", "Left Top", "Right Bottom", etc. This is the value of the EXIF Orientation tag (hex code 0x0112).}}
|-    
|-  
|  ListItem.PicturePath
|  ListItem.PicturePath
|  Shows the filename and path of the selected picture
|  Shows the filename and path of the selected picture
Line 329: Line 351:
|  ListItem.PictureReferenceService
|  ListItem.PictureReferenceService
|  {{Gotham note |Shows the Service Identifier of a prior envelope to which the selected picture refers. This is the value of the IPTC ReferenceService tag (hex code 0x2D).}}
|  {{Gotham note |Shows the Service Identifier of a prior envelope to which the selected picture refers. This is the value of the IPTC ReferenceService tag (hex code 0x2D).}}
|-  
|-
|  ListItem.PictureResolution
|  ListItem.PictureResolution
|  Shows the dimensions of the selected picture
|  Shows the dimensions of the selected picture
Line 356: Line 378:
|  ListItem.PictureWhiteBalance
|  ListItem.PictureWhiteBalance
|  {{Gotham note |Shows the white balance mode set when the selected picture was taken. The possible values are "Manual" and "Auto". This is the value of the EXIF WhiteBalance tag (hex code 0xA403).}}
|  {{Gotham note |Shows the white balance mode set when the selected picture was taken. The possible values are "Manual" and "Auto". This is the value of the EXIF WhiteBalance tag (hex code 0xA403).}}
|-  
|-
|  ListItem.FileName
|  ListItem.FileName
|  Shows the filename of the currently selected song or movie in a list or thumb control
|  Shows the filename of the currently selected song or movie in a list or thumb control
|-  
|-
|  ListItem.Path
|  ListItem.Path
|  Shows the complete path of the currently selected song or movie in a list or thumb control
|  Shows the complete path of the currently selected song or movie in a list or thumb control
|-  
|-
|  ListItem.FolderName
|  ListItem.FolderName
|  Shows top most folder of the path of the currently selected song or movie in a list or thumb control
|  Shows top most folder of the path of the currently selected song or movie in a list or thumb control
|-  
|-
|  ListItem.FileNameAndPath
|  ListItem.FileNameAndPath
|  Shows the full path with filename of the currently selected song or movie in a list or thumb control
|  Shows the full path with filename of the currently selected song or movie in a list or thumb control
|-  
|-
|  ListItem.FileExtension
|  ListItem.FileExtension
|  Shows the file extension (without leading dot) of the currently selected item in a list or thumb control
|  Shows the file extension (without leading dot) of the currently selected item in a list or thumb control
|-  
|-
|  ListItem.Date
|  ListItem.Date
|  Shows the file date of the currently selected song or movie in a list or thumb control
|  Shows the file date of the currently selected song or movie in a list or thumb control
|-  
|-
|  ListItem.DateAdded
|  ListItem.DateAdded
|  Shows the date the currently selected item was added to the library
|  Shows the date the currently selected item was added to the library
|-  
|-
|  ListItem.Size
|  ListItem.Size
|  Shows the file size of the currently selected song or movie in a list or thumb control
|  Shows the file size of the currently selected song or movie in a list or thumb control
|-  
|-
|  ListItem.Rating
|  ListItem.Rating
|  Shows the IMDB rating of the currently selected movie in a list or thumb control
|  Shows the IMDB rating of the currently selected movie in a list or thumb control
|-  
|-
|  ListItem.Votes
|  ListItem.Votes
|  Shows the IMDB votes of the currently selected movie in a list or thumb control '''([[:Category:Gotham feature|Future Gotham addition]])'''
|  Shows the IMDB votes of the currently selected movie in a list or thumb control '''([[:Category:Gotham feature|Future Gotham addition]])'''
|-  
|-
|  ListItem.RatingAndVotes
|  ListItem.RatingAndVotes
|  Shows the IMDB rating and votes of the currently selected movie in a list or thumb control
|  Shows the IMDB rating and votes of the currently selected movie in a list or thumb control
|-  
|-
|  ListItem.Mpaa
|  ListItem.Mpaa
|  Show the MPAA rating of the currently selected movie in a list or thumb control
|  Show the MPAA rating of the currently selected movie in a list or thumb control
|-  
|-
|  ListItem.ProgramCount
|  ListItem.ProgramCount
|  Shows the number of times an xbe has been run from "my programs"
|  Shows the number of times an xbe has been run from "my programs"
|-  
|-
|  ListItem.Duration
|  ListItem.Duration
|  Shows the song or movie duration of the currently selected movie in a list or thumb control
|  Shows the song or movie duration of the currently selected movie in a list or thumb control
Line 404: Line 426:
|  ListItem.Cast
|  ListItem.Cast
|  Shows a concatenated string of cast members of the currently selected movie, for use in dialogvideoinfo.xml
|  Shows a concatenated string of cast members of the currently selected movie, for use in dialogvideoinfo.xml
|-  
|-
|  ListItem.CastAndRole
|  ListItem.CastAndRole
|  Shows a concatenated string of cast members and roles of the currently selected movie, for use in dialogvideoinfo.xml
|  Shows a concatenated string of cast members and roles of the currently selected movie, for use in dialogvideoinfo.xml
|-  
|-
|  ListItem.Studio
|  ListItem.Studio
|  Studio of current selected Music Video in a list or thumb control
|  Studio of current selected Music Video in a list or thumb control
|-  
|-
|  ListItem.Trailer
|  ListItem.Trailer
|  Shows the full trailer path with filename of the currently selected movie in a list or thumb control  
|  Shows the full trailer path with filename of the currently selected movie in a list or thumb control
|-  
|-
|  ListItem.Writer
|  ListItem.Writer
|  Name of Writer of current Video in a list or thumb control
|  Name of Writer of current Video in a list or thumb control
|-  
|-
|  ListItem.Tagline
|  ListItem.Tagline
|  Small Summary of current Video in a list or thumb control
|  Small Summary of current Video in a list or thumb control
|-  
|-
|  ListItem.PlotOutline
|  ListItem.PlotOutline
|  Small Summary of current Video in a list or thumb control
|  Small Summary of current Video in a list or thumb control
|-  
|-
|  ListItem.Plot
|  ListItem.Plot
|  Complete Text Summary of Video in a list or thumb control
|  Complete Text Summary of Video in a list or thumb control
|-  
|-
|  ListItem.PercentPlayed
|  ListItem.PercentPlayed
|  Returns percentage value [0-100] of how far the selected video has been played  
|  Returns percentage value [0-100] of how far the selected video has been played
|-  
|-
|  ListItem.LastPlayed
|  ListItem.LastPlayed
|  Last play date of Video in a list or thumb control
|  Last play date of Video in a list or thumb control
Line 437: Line 459:
|  ListItem.StartTime
|  ListItem.StartTime
|  Start time of current selected TV programme in a list or thumb control
|  Start time of current selected TV programme in a list or thumb control
|-  
|-
|  ListItem.EndTime
|  ListItem.EndTime
|  End time of current selected TV programme in a list or thumb control
|  End time of current selected TV programme in a list or thumb control
|-  
|-
|  ListItem.StartDate
|  ListItem.StartDate
|  Start date of current selected TV programme in a list or thumb control
|  Start date of current selected TV programme in a list or thumb control
|-  
|-
|  ListItem.Date
|  ListItem.Date
|  Day, start time and end time of current selected TV programme in a list or thumb control
|  Day, start time and end time of current selected TV programme in a list or thumb control
|-  
|-
|  ListItem.ChannelNumber
|  ListItem.ChannelNumber
|  Number of current selected TV channel in a list or thumb control
|  Number of current selected TV channel in a list or thumb control
|-  
|-
|  ListItem.ChannelName
|  ListItem.ChannelName
|  Name of current selected TV channel in a list or thumb control
|  Name of current selected TV channel in a list or thumb control
Line 455: Line 477:
|  ListItem.VideoCodec
|  ListItem.VideoCodec
|  Shows the video codec of the currently selected video (common values: 3iv2, avc1, div2, div3, divx, divx 4, dx50, flv, h264, microsoft, mp42, mp43, mp4v, mpeg1video, mpeg2video, mpg4, rv40, svq1, svq3, theora, vp6f, wmv2, wmv3, wvc1, xvid)
|  Shows the video codec of the currently selected video (common values: 3iv2, avc1, div2, div3, divx, divx 4, dx50, flv, h264, microsoft, mp42, mp43, mp4v, mpeg1video, mpeg2video, mpg4, rv40, svq1, svq3, theora, vp6f, wmv2, wmv3, wvc1, xvid)
|-  
|-
|  ListItem.VideoResolution
|  ListItem.VideoResolution
|  Shows the resolution of the currently selected video (possible values: 480, 576, 540, 720, 1080). Note that 540 usually means a widescreen format (around 960x540) while 576 means PAL resolutions (normally 720x576), therefore 540 is actually better resolution than 576.
|  Shows the resolution of the currently selected video (possible values: 480, 576, 540, 720, 1080). Note that 540 usually means a widescreen format (around 960x540) while 576 means PAL resolutions (normally 720x576), therefore 540 is actually better resolution than 576.
|-  
|-
|  ListItem.VideoAspect
|  ListItem.VideoAspect
|  Shows the aspect ratio of the currently selected video (possible values: 1.33, 1.66, 1.78, 1.85, 2.20, 2.35)
|  Shows the aspect ratio of the currently selected video (possible values: 1.33, 1.66, 1.78, 1.85, 2.20, 2.35)
|-  
|-
|  ListItem.AudioCodec
|  ListItem.AudioCodec
|  Shows the audio codec of the currently selected video (common values: aac, ac3, cook, dca, dtshd_hra, dtshd_ma, eac3, mp1, mp2, mp3, pcm_s16be, pcm_s16le, pcm_u8, truehd, vorbis, wmapro, wmav2)
|  Shows the audio codec of the currently selected video (common values: aac, ac3, cook, dca, dtshd_hra, dtshd_ma, eac3, mp1, mp2, mp3, pcm_s16be, pcm_s16le, pcm_u8, truehd, vorbis, wmapro, wmav2)
|-  
|-
|  ListItem.AudioChannels
|  ListItem.AudioChannels
|  Shows the number of audio channels of the currently selected video (possible values: 0, 1, 2, 4, 5, 6, 8)
|  Shows the number of audio channels of the currently selected video (possible values: 0, 1, 2, 4, 5, 6, 8)
|-  
|-
|  ListItem.AudioLanguage
|  ListItem.AudioLanguage
|  Shows the audio language of the currently selected video (returns an ISO 639-2 three character code, e.g. eng, epo, deu)
|  Shows the audio language of the currently selected video (returns an ISO 639-2 three character code, e.g. eng, epo, deu)
|-  
|-
|  ListItem.SubtitleLanguage
|  ListItem.SubtitleLanguage
|  Shows the subtitle language of the currently selected video (returns an ISO 639-2 three character code, e.g. eng, epo, deu)
|  Shows the subtitle language of the currently selected video (returns an ISO 639-2 three character code, e.g. eng, epo, deu)
|-  
|-
|  ListItem.Property(Addon.Name)
|  ListItem.Property(Addon.Name)
|  Shows the name of the currently selected addon  
|  Shows the name of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Version)
|  ListItem.Property(Addon.Version)
|  Shows the version of the currently selected addon  
|  Shows the version of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Summary)
|  ListItem.Property(Addon.Summary)
|  Shows a short description of the currently selected addon  
|  Shows a short description of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Description)
|  ListItem.Property(Addon.Description)
|  Shows the full description of the currently selected addon  
|  Shows the full description of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Type)
|  ListItem.Property(Addon.Type)
|  Shows the type (screensaver, script, skin, etc...) of the currently selected addon  
|  Shows the type (screensaver, script, skin, etc...) of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Creator)
|  ListItem.Property(Addon.Creator)
|  Shows the name of the author the currently selected addon  
|  Shows the name of the author the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Disclaimer)
|  ListItem.Property(Addon.Disclaimer)
|  Shows the disclaimer of the currently selected addon  
|  Shows the disclaimer of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Changelog)
|  ListItem.Property(Addon.Changelog)
|  Shows the changelog of the currently selected addon  
|  Shows the changelog of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.ID)
|  ListItem.Property(Addon.ID)
|  Shows the identifier of the currently selected addon  
|  Shows the identifier of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Status)
|  ListItem.Property(Addon.Status)
|  Shows the status of the currently selected addon  
|  Shows the status of the currently selected addon
|-  
|-
|  ListItem.Property(Addon.Broken)
|  ListItem.Property(Addon.Broken)
|  Shows a message when the addon is marked as broken in the repo  
|  Shows a message when the addon is marked as broken in the repo
|-  
|-
|  ListItem.Property(Addon.Path)
|  ListItem.Property(Addon.Path)
|  Shows the path of the currently selected addon  
|  Shows the path of the currently selected addon
|- {{frodo row}}
|- {{frodo row}}
|  ListItem.StartTime
|  ListItem.StartTime
Line 557: Line 579:
|  ListItem.Progress
|  ListItem.Progress
|  Part of the programme that's been played (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|  Part of the programme that's been played (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|}
|  MusicPlayer.Title
 
| Title of the currently playing song,  also available are "MusicPlayer.offset(number).Title" offset is relative to the current playing item and "MusicPlayer.Position(number).Title" position is relative to the start of the playlist
=== Musicpartymode labels===
|-
 
| MusicPlayer.Album
{| class="wikitable"
|  Album from which the current song is from,  also available are "MusicPlayer.offset(number).Album" offset is relative to the current playing item and "MusicPlayer.Position(number).Album" position is relative to the start of the playlist
! style="background: lightgrey; width: 150px" | '''infolabels'''
|-  
! style="background: lightgrey; width: 1500px" | '''Definition'''
MusicPlayer.Property(Album_Mood)
|-
Shows the moods of the currently playing Album
MusicPartyMode.SongsPlayed
|-  
Number of songs played during Party Mode
MusicPlayer.Property(Album_Style)
|-
Shows the styles of the currently playing Album
MusicPartyMode.MatchingSongs
|-  
Number of songs available to Party Mode
MusicPlayer.Property(Album_Theme)
|-
Shows the themes of the currently playing Album
MusicPartyMode.MatchingSongsPicked
|-  
Number of songs picked already for Party Mode
MusicPlayer.Property(Album_Type)
|-
Shows the Album Type (e.g. compilation, enhanced, explicit lyrics) of the currently playing Album
MusicPartyMode.MatchingSongsLeft
|-  
Number of songs left to be picked from for Party Mode
MusicPlayer.Property(Album_Label)
|-
Shows the record label of the currently playing Album
MusicPartyMode.RelaxedSongsPicked
|-  
Not currently used
MusicPlayer.Property(Album_Description)
|-
Shows a review of the currently playing Album
MusicPartyMode.RandomSongsPicked
|-
Number of unique random songs picked during Party Mode
| MusicPlayer.Artist
|}
|  Artist(s) of current song,  also available are "MusicPlayer.offset(number).Artist" offset is relative to the current playing item and "MusicPlayer.Position(number).Artist" position is relative to the start of the playlist
 
|-  
=== Network labels===
MusicPlayer.Property(Artist_Born)
 
Date of Birth of the currently playing Artist
{| class="wikitable"
|-  
! style="background: lightgrey; width: 150px" | '''infolabels'''
MusicPlayer.Property(Artist_Died)
! style="background: lightgrey; width: 1500px" | '''Definition'''
Date of Death of the currently playing Artist
|-
|-  
Network.IPAddress
MusicPlayer.Property(Artist_Formed)
The system's IP Address (formatted as IP: <ipaddress>)
Formation date of the currently playing Artist/Band
|-
|-  
Network.MacAddress
MusicPlayer.Property(Artist_Disbanded)
The system's  mac address
Disbanding date of the currently playing Artist/Band
|-
|-  
Network.IsDHCP
MusicPlayer.Property(Artist_YearsActive)
Network type is DHCP or FIXED
Years the currently Playing artist has been active
|-
|-  
Network.LinkState
MusicPlayer.Property(Artist_Instrument)
Network linkstate e.g. 10mbit/100mbit etc.
Instruments played by the currently playing artist
|-
|-  
Network.SubnetAddress
MusicPlayer.Property(Artist_Description)
Network subnet address
Shows a biography of the currently playing artist
|-
|-  
Network.GatewayAddress
MusicPlayer.Property(Artist_Mood)
Network gateway address
Shows the moods of the currently playing artist
|-
|-  
Network.DHCPAddress
MusicPlayer.Property(Artist_Style)
DHCP ip address
Shows the styles of the currently playing artist
|-
|-
Network.DNS1Address
|  MusicPlayer.Property(Artist_Genre)
Network dns 1 address
|  Shows the genre of the currently playing artist
|-
|-
Network.DNS2Address
|  MusicPlayer.Genre
Network dns 2 address
| Genre(s) of current song,  also available are "MusicPlayer.offset(number).Genre" offset is relative to the current playing item and "MusicPlayer.Position(number).Genre" position is relative to the start of the playlist
|}
|-
 
|  MusicPlayer.Lyrics
=== Player labels===
| Lyrics of current song stored in ID tag info
 
|-  
{| class="wikitable"
MusicPlayer.Year
! style="background: lightgrey; width: 150px" | '''infolabels'''
Year of release of current song,  also available are "MusicPlayer.offset(number).Year" offset is relative to the current playing item and "MusicPlayer.Position(number).Year" position is relative to the start of the playlist
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-  
|-
MusicPlayer.Rating
Player.FinishTime
Numeric Rating of current song,  also available are "MusicPlayer.offset(number).Rating" offset is relative to the current playing item and "MusicPlayer.Position(number).Rating" position is relative to the start of the playlist
Time playing media will end
|-  
|-
MusicPlayer.DiscNumber
Player.Chapter
Disc Number of current song stored in ID tag info,  also available are "MusicPlayer.offset(number).DiscNumber" offset is relative to the current playing item and "MusicPlayer.Position(number).DiscNumber" position is relative to the start of the playlist
Current chapter of current playing media
|-
|-
|  MusicPlayer.Comment
Player.ChapterCount
|  Comment of current song stored in ID tag info,  also available are "MusicPlayer.offset(number).Comment" offset is relative to the current playing item and "MusicPlayer.Position(number).Comment" position is relative to the start of the playlist
Total number of chapters of current playing media
|-  
|-
MusicPlayer.Time
Player.Time
Current time in song
Elapsed time of current playing media
|-  
|-
MusicPlayer.TimeRemaining
Player.TimeRemaining
Current remaining time in song
Remaining time of current playing media
|-  
|-
MusicPlayer.TimeSpeed
Player.Duration
Both the time and the playspeed formatted up. eg 1:23 (2x)
Total duration of the current playing media
|-  
|-
MusicPlayer.TrackNumber
Player.SeekTime
Track number of current song,  also available are "MusicPlayer.offset(number).TrackNumber" offset is relative to the current playing item and "MusicPlayer.Position(number).TrackNumber" position is relative to the start of the playlist
Time to which the user is seeking
|-  
|-
MusicPlayer.Duration
Player.SeekOffset
Duration of current song,  also available are "MusicPlayer.offset(number).Duration" offset is relative to the current playing item and "MusicPlayer.Position(number).Duration" position is relative to the start of the playlist
Indicates the seek offset after a seek press (eg user presses BigStepForward, player.seekoffset returns +10:00)
|-  
|-
MusicPlayer.BitRate
Player.Volume
Bitrate of current song
Current volume (between -60 and 0dB)
|-  
|-
|  MusicPlayer.Channels
Player.CacheLevel
|  Number of channels of current song
Players current cache fill percentage (if supported by the player)
|-  
|-
MusicPlayer.BitsPerSample
Player.ProgressCache
Number of bits per sample of current song
Shows how much of the file is cached above current play percentage
|-  
|-
MusicPlayer.SampleRate
Player.Folderpath
Samplerate of current song
Shows the full path of the currently playing song or movie
|-  
|-
MusicPlayer.Codec
Player.Filenameandpath
Codec of current song
Shows the full path with filename of the currently playing song or movie
|-  
MusicPlayer.PlaylistPosition
Position of the current song in the current music playlist
|-
|  MusicPlayer.PlaylistLength
|  Total size of the current music playlist
|- {{frodo row}}
|- {{frodo row}}
MusicPlayer.ChannelName
Player.StartTime
Channel name of the radio programme that's currently playing (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
Returns the starttime (from the epg) of a tv program, for all other videos it will return the time you started watching this video.. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|- {{frodo row}}
MusicPlayer.ChannelNumber
Player.Title
Channel number of the radio programme that's currently playing (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
Returns the musicplayer title for audio and the videoplayer title for videos. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|}
| MusicPlayer.ChannelGroup
 
| Channel group of  of the radio programme that's currently playing (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
==== Music player====
|-  
 
MusicPartyMode.SongsPlayed
{| class="wikitable"
Number of songs played during Party Mode
! style="background: lightgrey; width: 150px" | '''infolabels'''
|-  
! style="background: lightgrey; width: 1500px" | '''Definition'''
MusicPartyMode.MatchingSongs
|-
Number of songs available to Party Mode
MusicPlayer.Title
|-  
Title of the currently playing song,  also available are "MusicPlayer.offset(number).Title" offset is relative to the current playing item and "MusicPlayer.Position(number).Title" position is relative to the start of the playlist
MusicPartyMode.MatchingSongsPicked
|-
Number of songs picked already for Party Mode
MusicPlayer.Album
|-  
Album from which the current song is from,  also available are "MusicPlayer.offset(number).Album" offset is relative to the current playing item and "MusicPlayer.Position(number).Album" position is relative to the start of the playlist
MusicPartyMode.MatchingSongsLeft
|-
Number of songs left to be picked from for Party Mode
MusicPlayer.Property(Album_Mood)
|-  
Shows the moods of the currently playing Album
MusicPartyMode.RelaxedSongsPicked
|-
Not currently used
MusicPlayer.Property(Album_Style)
|-  
Shows the styles of the currently playing Album
MusicPartyMode.RandomSongsPicked
|-
Number of unique random songs picked during Party Mode
MusicPlayer.Property(Album_Theme)
|-  
Shows the themes of the currently playing Album
Network.IPAddress
|-
The system's IP Address (formatted as IP: <ipaddress>)
MusicPlayer.Property(Album_Type)
|-  
Shows the Album Type (e.g. compilation, enhanced, explicit lyrics) of the currently playing Album
Network.MacAddress
|-
The system's  mac address
MusicPlayer.Property(Album_Label)
|-  
Shows the record label of the currently playing Album
Network.IsDHCP
|-
Network type is DHCP or FIXED
MusicPlayer.Property(Album_Description)
|-  
Shows a review of the currently playing Album
Network.LinkState
|-
Network linkstate e.g. 10mbit/100mbit etc.
MusicPlayer.Artist
|-  
Artist(s) of current song,  also available are "MusicPlayer.offset(number).Artist" offset is relative to the current playing item and "MusicPlayer.Position(number).Artist" position is relative to the start of the playlist
Network.SubnetAddress
|-
Network subnet address
MusicPlayer.Property(Artist_Born)
|-  
Date of Birth of the currently playing Artist
Network.GatewayAddress
|-
Network gateway address
MusicPlayer.Property(Artist_Died)
|-  
Date of Death of the currently playing Artist
Network.DHCPAddress
|-
DHCP ip address
MusicPlayer.Property(Artist_Formed)
|-  
Formation date of the currently playing Artist/Band
Network.DNS1Address
|-
Network dns 1 address
MusicPlayer.Property(Artist_Disbanded)
|-  
Disbanding date of the currently playing Artist/Band
Network.DNS2Address
|-
Network dns 2 address
MusicPlayer.Property(Artist_YearsActive)
|-  
Years the currently Playing artist has been active
Player.FinishTime
|-
Time playing media will end
MusicPlayer.Property(Artist_Instrument)
|-  
Instruments played by the currently playing artist
Player.Chapter
|-
Current chapter of current playing media
MusicPlayer.Property(Artist_Description)
|-  
Shows a biography of the currently playing artist
Player.ChapterCount
|-
Total number of chapters of current playing media
MusicPlayer.Property(Artist_Mood)
|-  
Shows the moods of the currently playing artist
Player.Time
|-
Elapsed time of current playing media
MusicPlayer.Property(Artist_Style)
|-  
Shows the styles of the currently playing artist
Player.TimeRemaining
|-
Remaining time of current playing media
MusicPlayer.Property(Artist_Genre)
|-  
Shows the genre of the currently playing artist
Player.Duration
|-
Total duration of the current playing media
MusicPlayer.Genre
|-  
Genre(s) of current song,  also available are "MusicPlayer.offset(number).Genre" offset is relative to the current playing item and "MusicPlayer.Position(number).Genre" position is relative to the start of the playlist
Player.SeekTime
|-
Time to which the user is seeking
MusicPlayer.Lyrics
|-  
Lyrics of current song stored in ID tag info
Player.SeekOffset
|-
Indicates the seek offset after a seek press (eg user presses BigStepForward, player.seekoffset returns +10:00)
MusicPlayer.Year
|-  
Year of release of current song,  also available are "MusicPlayer.offset(number).Year" offset is relative to the current playing item and "MusicPlayer.Position(number).Year" position is relative to the start of the playlist
Player.Volume
|-
Current volume (between -60 and 0dB)
MusicPlayer.Rating
|-  
Numeric Rating of current song,  also available are "MusicPlayer.offset(number).Rating" offset is relative to the current playing item and "MusicPlayer.Position(number).Rating" position is relative to the start of the playlist
Player.CacheLevel
|-
Players current cache fill percentage (if supported by the player)
MusicPlayer.DiscNumber
|-  
Disc Number of current song stored in ID tag info,  also available are "MusicPlayer.offset(number).DiscNumber" offset is relative to the current playing item and "MusicPlayer.Position(number).DiscNumber" position is relative to the start of the playlist
Player.ProgressCache
|-
Shows how much of the file is cached above current play percentage
MusicPlayer.Comment
|-  
Comment of current song stored in ID tag info,  also available are "MusicPlayer.offset(number).Comment" offset is relative to the current playing item and "MusicPlayer.Position(number).Comment" position is relative to the start of the playlist
Player.Folderpath
|-
Shows the full path of the currently playing song or movie
MusicPlayer.Time
|-  
Current time in song
Player.Filenameandpath
|-
Shows the full path with filename of the currently playing song or movie
MusicPlayer.TimeRemaining
|- {{frodo row}}
Current remaining time in song
Player.StartTime
|-
Returns the starttime (from the epg) of a tv program, for all other videos it will return the time you started watching this video.. '''([[:Category:Frodo feature|Frodo addition]])'''
MusicPlayer.TimeSpeed
|- {{frodo row}}
Both the time and the playspeed formatted up. eg 1:23 (2x)
Player.Title
|-
Returns the musicplayer title for audio and the videoplayer title for videos. '''([[:Category:Frodo feature|Frodo addition]])'''
MusicPlayer.TrackNumber
|-  
Track number of current song,  also available are "MusicPlayer.offset(number).TrackNumber" offset is relative to the current playing item and "MusicPlayer.Position(number).TrackNumber" position is relative to the start of the playlist
Playlist.Position
|-
Position of the current item in the current playlist (video or music)
MusicPlayer.Duration
|-  
Duration of current song,  also available are "MusicPlayer.offset(number).Duration" offset is relative to the current playing item and "MusicPlayer.Position(number).Duration" position is relative to the start of the playlist
Playlist.Length
|-
Total size of the current playlist (video or music)
MusicPlayer.BitRate
|-  
Bitrate of current song
Playlist.Random
|-
Returns string ID's 590 (Randomize Play Enabled) or 591 (Disabled)
|  MusicPlayer.Channels
|-  
|  Number of channels of current song
Playlist.Repeat
|-
Returns string ID's 592 (Repeat One), 593 (Repeat All), or 594 (Repeat Off)
MusicPlayer.BitsPerSample
|- {{frodo row}}
Number of bits per sample of current song
Pvr.NowRecordingTitle
|-
Title of the programme being recorded '''([[:Category:Frodo feature|Frodo addition]])'''
MusicPlayer.SampleRate
Samplerate of current song
|-
MusicPlayer.Codec
Codec of current song
|-
MusicPlayer.PlaylistPosition
Position of the current song in the current music playlist
|-
|  MusicPlayer.PlaylistLength
| Total size of the current music playlist
|- {{frodo row}}
|- {{frodo row}}
Pvr.NowRecordingDateTime
MusicPlayer.ChannelName
Start date and time of the current recording'''([[:Category:Frodo feature|Frodo addition]])'''
Channel name of the radio programme that's currently playing (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|- {{frodo row}}
Pvr.NowRecordingChannel
MusicPlayer.ChannelNumber
|  Channel number that's being recorded '''([[:Category:Frodo feature|Frodo addition]])'''
|  Channel number of the radio programme that's currently playing (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|- {{frodo row}}
Pvr.NextRecordingTitle
MusicPlayer.ChannelGroup
Title of the next programme that will be recorded '''([[:Category:Frodo feature|Frodo addition]])'''
Channel group of  of the radio programme that's currently playing (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|}
|  Pvr.NextRecordingDateTime
 
|  Start date and time of the next recording '''([[:Category:Frodo feature|Frodo addition]])'''
==== Video player====
|- {{frodo row}}
 
|  Pvr.NextRecordingChannel
{| class="wikitable"
|  Channel name of the next recording '''([[:Category:Frodo feature|Frodo addition]])'''
! style="background: lightgrey; width: 150px" | '''infolabels'''
|- {{frodo row}}
! style="background: lightgrey; width: 1500px" | '''Definition'''
| Pvr.BackendName
|-
|  Name of the backend being used '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Time
|- {{frodo row}}
Current time in movie
|  Pvr.BackendVersion
|-
|  Version of the backend that's being used '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.TimeRemaining
|- {{frodo row}}
Current remaining time in movie
|  Pvr.BackendHost
|-
|  Backend hostname '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.TimeSpeed
|- {{frodo row}}
Current time + playspeed. eg 1:23:14 (-4x)
Pvr.BackendDiskSpace
|-
Available diskspace on the backend '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Duration
|- {{frodo row}}
Length of current movie
Pvr.BackendChannels
|-
Number of available channels the backend provides '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Title
|- {{frodo row}}
Title of currently playing video. If it's in the database it will return the database title, else the filename
Pvr.BackendTimers
|-
Number of timers set for the backend '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.TVShowTitle
|- {{frodo row}}
Title of currently playing episode's tvshow name
Pvr.BackendRecordings
|-
Number of recording available on the backend '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Season
|- {{frodo row}}
Season number of the currently playing episode
Pvr.BackendNumber
|-
Backend number '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Episode
|- {{frodo row}}
Episode number of the currently playing episode
|  Pvr.TotalDiscSpace
|-
|  Total diskspace available for recordings '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Genre
|- {{frodo row}}
Genre(s) of current movie, if it's in the database
Pvr.NextTimer
|-
Next timer date '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Director
|- {{frodo row}}
Director of current movie, if it's in the database
Pvr.Duration
|-
{{?}} '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Country
|- {{frodo row}}
Production country of current movie, if it's in the database
Pvr.Time
|-
{{?}} '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Year
|- {{frodo row}}
Year of release of current movie, if it's in the database
Pvr.Progress
|-
{{?}} '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Rating
|- {{frodo row}}
IMDb user rating of current movie, if it's in the database
Pvr.ActStreamClient
|-
Stream client name '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Votes
|- {{frodo row}}
IMDb votes of current movie, if it's in the database '''([[:Category:Gotham feature|Future Gotham addition]])'''
Pvr.ActStreamDevice
|-
Stream device name '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.RatingAndVotes
|- {{frodo row}}
IMDb user rating and votes of current movie, if it's in the database
Pvr.ActStreamStatus
|-
Status of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.mpaa
|- {{frodo row}}
MPAA rating of current movie, if it's in the database
Pvr.ActStreamSignal
|-
Signal quality of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.PlaylistPosition
|- {{frodo row}}
Position of the current song in the current video playlist
Pvr.ActStreamSnr
|-
Signal to noise ratio of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.PlaylistLength
|- {{frodo row}}
Total size of the current video playlist
Pvr.ActStreamBer
|-
Bit error rate of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Cast
|- {{frodo row}}
A concatenated string of cast members of the current movie, if it's in the database
Pvr.ActStreamUnc
|-
UNC value of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.CastAndRole
|- {{frodo row}}
A concatenated string of cast members and roles of the current movie, if it's in the database
Pvr.ActStreamVideoBitRate
|-
Video bitrate of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Album
|- {{frodo row}}
Album from which the current Music Video is from, if it's in the database
Pvr.ActStreamAudioBitRate
|-
Audio bitrate of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Artist
|- {{frodo row}}
Artist(s) of current Music Video, if it's in the database
Pvr.ActStreamDolbyBitRate
|-
Dolby bitrate of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Studio
|- {{frodo row}}
Studio of current Music Video, if it's in the database
Pvr.ActStreamProgrSignal
|-
Signal quality of the programme '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Writer
|- {{frodo row}}
Name of Writer of current playing Video, if it's in the database
Pvr.ActStreamProgrSnr
|-
Signal to noise ratio of the programme '''([[:Category:Frodo feature|Frodo addition]])'''
VideoPlayer.Tagline
|- {{frodo row}}
Small Summary of current playing Video, if it's in the database
Pvr.ActStreamEncryptionName
Encryption used on the stream '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|-  
Skin.CurrentTheme
Returns the current selected skin theme.
|-  
Skin.CurrentColourTheme
Returns the current selected colour theme of the skin.
|-
|  Skin.String(name)
| Returns the <span class="nobr">user-set</span> skin string, set via the Skin.SetString(name) '''[[List of Built In Functions]]'''. Allows skinners to have <span class="nobr">user-customisable</span> labels.
|- {{frodo row}}
Skin.AspectRatio
Returns the closest aspect ratio match using the resolution info from the skin's addon.xml file. '''([[:Category:Frodo feature|Frodo addition]])'''
|- 
|  Slideshow.Altitude
|  Shows the altitude in meters where the current picture was taken. This is the value of the EXIF GPSInfo.GPSAltitude tag.
|-
|-
Slideshow.Aperture
VideoPlayer.PlotOutline
Shows the F-stop used to take the current picture. This is the value of the EXIF FNumber tag (hex code 0x829D).
Small Summary of current playing Video, if it's in the database
|-
|-
Slideshow.Author
VideoPlayer.Plot
Shows the name of the person involved in writing about the current picture. This is the value of the IPTC Writer tag (hex code 0x7A).
Complete Text Summary of current playing Video, if it's in the database
|-
|-
Slideshow.Byline
VideoPlayer.LastPlayed
Shows the name of the person who created the current pictureThis is the value of the IPTC Byline tag (hex code 0x50).
Last play date of current playing Video, if it's in the database
|- class="userrow
|  VideoPlayer.PlayCount
|  Playcount of current playing Video, if it's in the database
|- class="userrow
|  VideoPlayer.VideoCodec
| Shows the video codec of the currently playing video (common values: see ListItem.VideoCodec)
|-
|-
Slideshow.BylineTitle
VideoPlayer.VideoResolution
|  Shows the title of the person who created the current picture. This is the value of the IPTC BylineTitle tag (hex code 0x55).
|  Shows the video resolution of the currently playing video (possible values: see ListItem.VideoResolution)
|-
|-
Slideshow.CameraMake
VideoPlayer.VideoAspect
|  Shows the manufacturer of the camera used to take the current picture. This is the value of the EXIF Make tag (hex code 0x010F).
|  Shows the aspect ratio of the currently playing video (possible values: see ListItem.VideoAspect)
|-
|-
Slideshow.CameraModel
VideoPlayer.AudioCodec
|  Shows the manufacturer's model name or number of the camera used to take the current picture. This is the value of the EXIF Model tag (hex code 0x0110).
|  Shows the audio codec of the currently playing video (common values: see ListItem.AudioCodec)
|-
|-
Slideshow.Caption
VideoPlayer.AudioChannels
|  Shows a description of the current picture. This is the value of the IPTC Caption tag (hex code 0x78).
|  Shows the number of audio channels of the currently playing video (possible values: see ListItem.AudioChannels)
|-
|- {{frodo row}}
Slideshow.Category
|  VideoPlayer.EndTime
Shows the subject of the current picture as a category code. This is the value of the IPTC Category tag (hex code 0x0F).
|  End date of the currently playing programme (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|- {{frodo row}}
Slideshow.CCDWidth
VideoPlayer.NextTitle
Shows the width of the CCD in the camera used to take the current picture. This is calculated from three EXIF tags (0xA002 * 0xA210 / 0xA20e).
Title of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|- {{frodo row}}
Slideshow.City
|  VideoPlayer.NextGenre
Shows the city where the current picture was taken. This is the value of the IPTC City tag (hex code 0x5A).
|  Genre of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|- {{frodo row}}
Slideshow.Colour
VideoPlayer.NextPlot
Shows whether the current picture is "Colour" or "Black and White".
Plot of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|- {{frodo row}}
Slideshow.CopyrightNotice
VideoPlayer.NextPlotOutline
Shows the copyright notice of the current picture. This is the value of the IPTC Copyright tag (hex code 0x74).
Plot outline of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|- {{frodo row}}
Slideshow.Country
VideoPlayer.NextStartTime
Shows the full name of the country where the current picture was taken. This is the value of the IPTC CountryName tag (hex code 0x65).
Start time of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|- {{frodo row}}
Slideshow.CountryCode
VideoPlayer.NextEndTime
Shows the country code of the country where the current picture was taken. This is the value of the IPTC CountryCode tag (hex code 0x64).
End time of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|- {{frodo row}}
Slideshow.Credit
|  VideoPlayer.NextDuration
Shows who provided the current picture. This is the value of the IPTC Credit tag (hex code 0x6E).
|  Duration of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|- {{frodo row}}
Slideshow.DigitalZoom
VideoPlayer.ChannelName
Shows the digital zoom ratio when the current picture was taken. This is the value of the EXIF .DigitalZoomRatio tag (hex code 0xA404)
Name of the curently tuned channel (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
VideoPlayer.ChannelNumber
Number of the curently tuned channel (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
VideoPlayer.ChannelGroup
Group of the curently tuned channel (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
VideoPlayer.ParentalRating
Parental rating of the currently playing programme (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|}
 
=== Playlist ===
 
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-
|-
Slideshow.EXIFComment
Playlist.Position
Shows a description of the current picture. This is the value of the EXIF User Comment tag (hex code 0x9286). This is the same value as Slideshow.SlideComment.
Position of the current item in the current playlist (video or music)
|-
|-
Slideshow.EXIFDate
Playlist.Length
Shows the localized date of the current picture. The short form of the date is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
Total size of the current playlist (video or music)
|-
|-
Slideshow.EXIFDescription
Playlist.Random
Shows a short description of the current picture. The SlideComment, EXIFComment, or Caption values might contain a longer description. This is the value of the EXIF ImageDescription tag (hex code 0x010E).
Returns string ID's 590 (Randomize Play Enabled) or 591 (Disabled)
|-
|-
Slideshow.EXIFSoftware
Playlist.Repeat
Shows the name and version of the firmware used by the camera that took the current picture. This is the value of the EXIF Software tag (hex code 0x0131).
Returns string ID's 592 (Repeat One), 593 (Repeat All), or 594 (Repeat Off)
|-
|}
Slideshow.EXIFTime
 
Shows the date/timestamp of the current picture. The localized short form of the date and time is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
=== PVR ===
|-
 
Slideshow.Exposure
{| class="wikitable"
Shows the class of the program used by the camera to set exposure when the current picture was taken. Values include "Manual", "Program (Auto)", "Aperture priority (Semi-Auto)", "Shutter priority (semi-auto)", etc. This is the value of the EXIF ExposureProgram tag (hex code 0x8822).
! style="background: lightgrey; width: 150px" | '''infolabels'''
|-
! style="background: lightgrey; width: 1500px" | '''Definition'''
Slideshow.ExposureBias
|- {{frodo row}}
Shows the exposure bias of the current picture. Typically this is a number between -99.99 and 99.99. This is the value of the EXIF ExposureBiasValue tag (hex code 0x9204).
Pvr.NowRecordingTitle
|-
Title of the programme being recorded '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.ExposureMode
|- {{frodo row}}
Shows the exposure mode of the current picture. The possible values are "Automatic", "Manual", and "Auto bracketing". This is the value of the EXIF ExposureMode tag (hex code 0xA402).
Pvr.NowRecordingDateTime
|-
Start date and time of the current recording'''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.ExposureTime
|- {{frodo row}}
Shows the exposure time of the current picture, in seconds. This is the value of the EXIF ExposureTime tag (hex code 0x829A). If the ExposureTime tag is not found, the ShutterSpeedValue tag (hex code 0x9201) might be used.
Pvr.NowRecordingChannel
|-
Channel number that's being recorded '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Filedate
|- {{frodo row}}
Shows the file date of the current picture
Pvr.NextRecordingTitle
|-  
Title of the next programme that will be recorded '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Filename
|- {{frodo row}}
Shows the file name of the current picture
Pvr.NextRecordingDateTime
|-
Start date and time of the next recording '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Filesize
|- {{frodo row}}
Shows the file size of the current picture
Pvr.NextRecordingChannel
|-
Channel name of the next recording '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.FlashUsed
|- {{frodo row}}
Shows the status of flash when the current picture was taken. The value will be either "Yes" or "No", and might include additional information. This is the value of the EXIF Flash tag (hex code 0x9209)
Pvr.BackendName
|-
Name of the backend being used '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.FocalLength
|- {{frodo row}}
Shows the focal length of the lens, in mm. This is the value of the EXIF FocalLength tag (hex code 0x920A).
Pvr.BackendVersion
|-
Version of the backend that's being used '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.FocusDistance
|- {{frodo row}}
Shows the distance to the subject, in meters. This is the value of the EXIF SubjectDistance tag (hex code 0x9206).
Pvr.BackendHost
|-
Backend hostname '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Headline
|- {{frodo row}}
Shows a synopsis of the contents of the current picture. This is the value of the IPTC Headline tag (hex code 0x69).
Pvr.BackendDiskSpace
|-  
Available diskspace on the backend '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.ImageType
|- {{frodo row}}
{{Gotham note |Shows the color components of the current picture. This is the value of the IPTC ImageType tag (hex code 0x82).}}
Pvr.BackendChannels
|-
Number of available channels the backend provides '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.IPTCDate
|- {{frodo row}}
Shows the date when the intellectual content of the current picture was created, rather than when the picture was created. This is the value of the IPTC DateCreated tag (hex code 0x37).
Pvr.BackendTimers
|-
Number of timers set for the backend '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.ISOEquivalence
|- {{frodo row}}
Shows the ISO speed of the camera when the current picture was taken. This is the value of the EXIF ISOSpeedRatings tag (hex code 0x8827).
Pvr.BackendRecordings
|-
Number of recording available on the backend '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Keywords
|- {{frodo row}}
Shows keywords assigned to the current picture. This is the value of the IPTC Keywords tag (hex code 0x19).
Pvr.BackendNumber
|-
Backend number '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Latitude
|- {{frodo row}}
Shows the latitude where the current picture was taken (degrees, minutes, seconds North or South). This is the value of the EXIF GPSInfo.GPSLatitude and GPSInfo.GPSLatitudeRef tags.
Pvr.TotalDiscSpace
|-
Total diskspace available for recordings '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.LightSource
|- {{frodo row}}
Shows the kind of light source when the picture was taken. Possible values include "Daylight", "Fluorescent", "Incandescent", etc. This is the value of the EXIF LightSource tag (hex code 0x9208).
Pvr.NextTimer
|-
Next timer date '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.LongEXIFDate
|- {{frodo row}}
|  {{Gotham note|Shows only the localized date of the current picture. The long form of the date is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.}}
Pvr.Duration
|-
{{?}} '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.LongEXIFTime
|- {{frodo row}}
|  {{Gotham note|Shows the date/timestamp of the current picture. The localized long form of the date and time is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. if the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.}}
Pvr.Time
|-
{{?}} '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Longitude
|- {{frodo row}}
Shows the longitude where the current picture was taken (degrees, minutes, seconds East or West). This is the value of the EXIF GPSInfo.GPSLongitude and GPSInfo.GPSLongitudeRef tags.
Pvr.Progress
|-
|  {{?}} '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.MeteringMode
|- {{frodo row}}
Shows the metering mode used when the current picture was taken. The possible values are "Center weight", "Spot", or "Matrix". This is the value of the EXIF MeteringMode tag (hex code 0x9207).
|  Pvr.ActStreamClient
|-
|  Stream client name '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.ObjectName
|- {{frodo row}}
Shows a shorthand reference for the current picture. This is the value of the IPTC ObjectName tag (hex code 0x05).
Pvr.ActStreamDevice
|-
Stream device name '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Orientation
|- {{frodo row}}
Shows the orientation of the current picture. Possible values are "Top Left", "Top Right", "Left Top", "Right Bottom", etc. This is the value of the EXIF Orientation tag (hex code 0x0112).
| Pvr.ActStreamStatus
|-
|  Status of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Path
|- {{frodo row}}
Shows the file path of the current picture
Pvr.ActStreamSignal
|-
Signal quality of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Process
|- {{frodo row}}
Shows the process used to compress the current picture
Pvr.ActStreamSnr
|-
Signal to noise ratio of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.ReferenceService
|- {{frodo row}}
Shows the Service Identifier of a prior envelope to which the current picture refers. This is the value of the IPTC ReferenceService tag (hex code 0x2D).
Pvr.ActStreamBer
|-
Bit error rate of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.Resolution
|- {{frodo row}}
Shows the dimensions of the current picture (Width x Height)
Pvr.ActStreamUnc
|-
UNC value of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.SlideComment
|- {{frodo row}}
Shows a description of the current picture. This is the value of the EXIF User Comment tag (hex code 0x9286). This is the same value as Slideshow.EXIFComment.
Pvr.ActStreamVideoBitRate
|-
Video bitrate of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
Slideshow.SlideIndex
|- {{frodo row}}
Shows the slide index of the current picture
Pvr.ActStreamAudioBitRate
Audio bitrate of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
Pvr.ActStreamDolbyBitRate
Dolby bitrate of the stream '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
Pvr.ActStreamProgrSignal
Signal quality of the programme '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
Pvr.ActStreamProgrSnr
Signal to noise ratio of the programme '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
Pvr.ActStreamEncryptionName
Encryption used on the stream '''([[:Category:Frodo feature|Frodo addition]])'''
|}
 
=== Skin ===
 
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-
|-
Slideshow.Source
Skin.CurrentTheme
Shows the original owner of the current picture. This is the value of the IPTC Source tag (hex code 0x73).
Returns the current selected skin theme.
|-
|-
Slideshow.SpecialInstructions
Skin.CurrentColourTheme
Shows other editorial instructions concerning the use of the current picture. This is the value of the IPTC SpecialInstructions tag (hex code 0x28).
Returns the current selected colour theme of the skin.
|-
|-
Slideshow.State
Skin.String(name)
| Shows the State/Province where the current picture was taken. This is the value of the IPTC ProvinceState tag (hex code 0x5F).
| Returns the <span class="nobr">user-set</span> skin string, set via the Skin.SetString(name) '''[[List of Built In Functions]]'''. Allows skinners to have <span class="nobr">user-customisable</span> labels.
|- {{frodo row}}
|  Skin.AspectRatio
|  Returns the closest aspect ratio match using the resolution info from the skin's addon.xml file. '''([[:Category:Frodo feature|Frodo addition]])'''
|}
 
=== Slideshow ===
 
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-  
|-  
|  Slideshow.Sublocation
|  Slideshow.Altitude
{{Gotham note |Shows the location within a city where the current picture was taken - might indicate the nearest landmark. This is the value of the IPTC SubLocation tag (hex code 0x5C).}}
|  Shows the altitude in meters where the current picture was taken. This is the value of the EXIF GPSInfo.GPSAltitude tag.
|-
|-
|  Slideshow.SupplementalCategories
|  Slideshow.Aperture
|  Shows supplemental category codes to further refine the subject of the current picture. This is the value of the IPTC SuppCategory tag (hex code 0x14).
|  Shows the F-stop used to take the current picture. This is the value of the EXIF FNumber tag (hex code 0x829D).
|-  
|  Slideshow.TimeCreated
|  {{Gotham note|Shows the time when the intellectual content of the current picture was created, rather than when the picture was created. This is the value of the IPTC TimeCreated tag (hex code 0x3C).}}
|-
|-
|  Slideshow.TransmissionReference
|  Slideshow.Author
|  Shows a code representing the location of original transmission of the current picture. This is the value of the IPTC TransmissionReference tag (hex code 0x67).
|  Shows the name of the person involved in writing about the current picture. This is the value of the IPTC Writer tag (hex code 0x7A).
|-
|  Slideshow.Byline
|  Shows the name of the person who created the current picture.  This is the value of the IPTC Byline tag (hex code 0x50).
|-
|  Slideshow.BylineTitle
|  Shows the title of the person who created the current picture. This is the value of the IPTC BylineTitle tag (hex code 0x55).
|-
|-
|  Slideshow.Urgency
|  Slideshow.CameraMake
{{Gotham note|Shows the urgency of the current picture. Values are 1-9. The 1 is most urgent. Some image management programs use urgency to indicate picture rating, where urgency 1 is 5 stars and urgency 5 is 1 star. Urgencies 6-9 are not used for rating. This is the value of the IPTC Urgency tag (hex code 0x0A).}}
|  Shows the manufacturer of the camera used to take the current picture. This is the value of the EXIF Make tag (hex code 0x010F).
|-
|-
|  Slideshow.WhiteBalance
|  Slideshow.CameraModel
|  Shows the white balance mode set when the current picture was taken. The possible values are "Manual" and "Auto". This is the value of the EXIF WhiteBalance tag (hex code 0xA403).
|  Shows the manufacturer's model name or number of the camera used to take the current picture. This is the value of the EXIF Model tag (hex code 0x0110).
|-
|-
System.AddonTitle(id)
Slideshow.Caption
Returns the title of the specified addon. Instead of specifying the id directly, one can also use an infolabel (eg. $INFO[Skin.String(Foo)])
Shows a description of the current picture. This is the value of the IPTC Caption tag (hex code 0x78).
|-
|-
System.Time
Slideshow.Category
Current time
Shows the subject of the current picture as a category code. This is the value of the IPTC Category tag (hex code 0x0F).
|-  
|-
System.Time(format)
Slideshow.CCDWidth
|  Shows hours (hh), minutes (mm) or seconds (ss). When 12 hour clock is used (xx) will return AM/PM. Also supported: (hh:mm), (mm:ss), (hh:mm:ss), (hh:mm:ss). (xx) option added after dharma
|  Shows the width of the CCD in the camera used to take the current picture. This is calculated from three EXIF tags (0xA002 * 0xA210 / 0xA20e).
|-
|-
| System.Date
|  Slideshow.City
|  Current date
|  Shows the city where the current picture was taken. This is the value of the IPTC City tag (hex code 0x5A).
|-  
|-
System.Date(format)
|  Slideshow.Colour
Show current date using format, available markings: d (day of month 1-31), dd (day of month 01-31), ddd (short day of the week Mon-Sun), DDD (long day of the week Monday-Sunday), m (month 1-12), mm (month 01-12), mmm (short month name Jan-Dec), MMM (long month name January-December), yy (2-digit year), yyyy (4-digit year). Added after dharma.
| Shows whether the current picture is "Colour" or "Black and White".
|-  
|-
System.AlarmPos
Slideshow.CopyrightNotice
Shutdown Timer position
Shows the copyright notice of the current picture. This is the value of the IPTC Copyright tag (hex code 0x74).
|-  
|-
System.BatteryLevel
|  Slideshow.Country
Returns the remaining battery level in range 0-100
|  Shows the full name of the country where the current picture was taken. This is the value of the IPTC CountryName tag (hex code 0x65).
|-
|-
|  System.FreeSpace
|  Slideshow.CountryCode
|  Total Freespace on the drive
|  Shows the country code of the country where the current picture was taken. This is the value of the IPTC CountryCode tag (hex code 0x64).
|-  
|-
System.UsedSpace
|  Slideshow.Credit
Total Usedspace on the drive
|  Shows who provided the current picture. This is the value of the IPTC Credit tag (hex code 0x6E).
|-
|-
|  System.TotalSpace
Slideshow.DigitalZoom
|  Totalspace on the drive
Shows the digital zoom ratio when the current picture was taken. This is the value of the EXIF .DigitalZoomRatio tag (hex code 0xA404).
|-
|-
|  System.UsedSpacePercent
Slideshow.EXIFComment
|  Total Usedspace Percent on the drive
Shows a description of the current picture. This is the value of the EXIF User Comment tag (hex code 0x9286). This is the same value as Slideshow.SlideComment.
|-  
|-
System.FreeSpacePercent
Slideshow.EXIFDate
Total Freespace Percent on the drive
Shows the localized date of the current picture. The short form of the date is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
|-  
|-
System.CPUTemperature
Slideshow.EXIFDescription
Current CPU temperature
Shows a short description of the current picture. The SlideComment, EXIFComment, or Caption values might contain a longer description. This is the value of the EXIF ImageDescription tag (hex code 0x010E).
|-
|-
|  System.GPUTemperature
Slideshow.EXIFSoftware
|  Current GPU temperature
Shows the name and version of the firmware used by the camera that took the current picture. This is the value of the EXIF Software tag (hex code 0x0131).
|-  
|-
System.FanSpeed
Slideshow.EXIFTime
Current fan speed
Shows the date/timestamp of the current picture. The localized short form of the date and time is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
|-
|-
|  System.BuildVersion
Slideshow.Exposure
|  Version of build
Shows the class of the program used by the camera to set exposure when the current picture was taken. Values include "Manual", "Program (Auto)", "Aperture priority (Semi-Auto)", "Shutter priority (semi-auto)", etc. This is the value of the EXIF ExposureProgram tag (hex code 0x8822).
|-
|-
|  System.BuildDate
Slideshow.ExposureBias
|  Date of build
Shows the exposure bias of the current picture. Typically this is a number between -99.99 and 99.99. This is the value of the EXIF ExposureBiasValue tag (hex code 0x9204).
|-  
|-
System.FriendlyName
Slideshow.ExposureMode
Returns the xbmc instance name. It will auto append (%hostname%) in case the device name was not changed. eg. "XBMC (htpc)"
Shows the exposure mode of the current picture. The possible values are "Automatic", "Manual", and "Auto bracketing". This is the value of the EXIF ExposureMode tag (hex code 0xA402).
|-  
|-
System.FPS
Slideshow.ExposureTime
Current rendering speed (frames per second)
Shows the exposure time of the current picture, in seconds. This is the value of the EXIF ExposureTime tag (hex code 0x829A). If the ExposureTime tag is not found, the ShutterSpeedValue tag (hex code 0x9201) might be used.
|-  
|-
System.FreeMemory
Slideshow.Filedate
Amount of free memory in Mb
Shows the file date of the current picture
|-  
|-
System.Memory(format)
Slideshow.Filename
Available formats: used, used.percent, free, free.percent, total
Shows the file name of the current picture
|-  
|-
System.ScreenMode
Slideshow.Filesize
Screenmode (eg windowed / fullscreen)
Shows the file size of the current picture
|-  
|-
System.ScreenWidth
Slideshow.FlashUsed
Width of screen in pixels
Shows the status of flash when the current picture was taken. The value will be either "Yes" or "No", and might include additional information. This is the value of the EXIF Flash tag (hex code 0x9209).
|-  
|-
System.ScreenHeight
Slideshow.FocalLength
Height of screen in pixels
Shows the focal length of the lens, in mm. This is the value of the EXIF FocalLength tag (hex code 0x920A).
|-  
|-
System.StartupWindow
Slideshow.FocusDistance
|  The Window XBMC will load on startup '''([[:Category:Gotham feature|Future Gotham addition]])'''
Shows the distance to the subject, in meters. This is the value of the EXIF SubjectDistance tag (hex code 0x9206).
|-  
|-
System.CurrentWindow
Slideshow.Headline
Current Window we are in
Shows a synopsis of the contents of the current picture. This is the value of the IPTC Headline tag (hex code 0x69).
|-
|-
| System.CurrentControl
Slideshow.ImageType
Current focused control
{{Gotham note |Shows the color components of the current picture. This is the value of the IPTC ImageType tag (hex code 0x82).}}
|-  
|-
System.DVDLabel
Slideshow.IPTCDate
Label of the disk in the <span class="nobr">DVD-ROM</span> drive
Shows the date when the intellectual content of the current picture was created, rather than when the picture was created. This is the value of the IPTC DateCreated tag (hex code 0x37).
|-  
|-
System.HddTemperature
Slideshow.ISOEquivalence
Hdd temperature
Shows the ISO speed of the camera when the current picture was taken. This is the value of the EXIF ISOSpeedRatings tag (hex code 0x8827).
|-
|-
|  System.KernelVersion
Slideshow.Keywords
|  System kernel version
Shows keywords assigned to the current picture. This is the value of the IPTC Keywords tag (hex code 0x19).
|-  
|-
System.Uptime
Slideshow.Latitude
System current uptime
Shows the latitude where the current picture was taken (degrees, minutes, seconds North or South). This is the value of the EXIF GPSInfo.GPSLatitude and GPSInfo.GPSLatitudeRef tags.
|-  
|-
System.TotalUptime
Slideshow.LightSource
System total uptime
Shows the kind of light source when the picture was taken. Possible values include "Daylight", "Fluorescent", "Incandescent", etc. This is the value of the EXIF LightSource tag (hex code 0x9208).
|-
|-
System.CpuFrequency
Slideshow.LongEXIFDate
System cpu frequency
{{Gotham note|Shows only the localized date of the current picture. The long form of the date is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.}}
|-  
|-
System.ScreenResolution
|  Slideshow.LongEXIFTime
Screen resolution
|  {{Gotham note|Shows the date/timestamp of the current picture. The localized long form of the date and time is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. if the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.}}
|-  
|-
System.VideoEncoderInfo
Slideshow.Longitude
Video encoder info
|  Shows the longitude where the current picture was taken (degrees, minutes, seconds East or West). This is the value of the EXIF GPSInfo.GPSLongitude and GPSInfo.GPSLongitudeRef tags.
|-  
|-
System.InternetState
| Slideshow.MeteringMode
Will return the internet state, connected or not connected
|  Shows the metering mode used when the current picture was taken. The possible values are "Center weight", "Spot", or "Matrix". This is the value of the EXIF MeteringMode tag (hex code 0x9207).
and for Conditional use: Connected->TRUE, not Connected->FALSE, do not use to check status in a pythonscript since it is threaded.
|-
|-
Slideshow.ObjectName
|  System.Language
Shows a shorthand reference for the current picture. This is the value of the IPTC ObjectName tag (hex code 0x05).
|  Shows the current language
|-
|-  
Slideshow.Orientation
System.GetBool(boolean)
|  Shows the orientation of the current picture. Possible values are "Top Left", "Top Right", "Left Top", "Right Bottom", etc. This is the value of the EXIF Orientation tag (hex code 0x0112).
|  Returns the value of any standard system boolean settingWill not work with settings in advancedsettings.xml
|-
|-
|  Slideshow.Path
|  System.ProfileName
|  Shows the file path of the current picture
|  Shows the User name of the currently logged in XBMC user
|-
|-
Slideshow.Process
|  System.ProfileCount
Shows the process used to compress the current picture
|  Shows the number of defined profiles
|-
|-  
Slideshow.ReferenceService
System.ProfileAutoLogin
Shows the Service Identifier of a prior envelope to which the current picture refers. This is the value of the IPTC ReferenceService tag (hex code 0x2D).
The profile XBMC will auto login to '''([[:Category:Gotham feature|Future Gotham addition]])'''
|-
|-
Slideshow.Resolution
|  System.TemperatureUnits
Shows the dimensions of the current picture (Width x Height)
|  Shows Celsius or Fahrenheit symbol
|-
|-
Slideshow.SlideComment
Visualisation.Preset
Shows a description of the current picture. This is the value of the EXIF User Comment tag (hex code 0x9286). This is the same value as Slideshow.EXIFComment.
|  Shows the current preset of the visualisation
|-
|-
Slideshow.SlideIndex
|  Visualisation.Name
Shows the slide index of the current picture
|  Shows the name of the visualisation
|-
|-  
Slideshow.Source
VideoPlayer.Time
Shows the original owner of the current picture. This is the value of the IPTC Source tag (hex code 0x73).
Current time in movie
|-
|-  
Slideshow.SpecialInstructions
VideoPlayer.TimeRemaining
Shows other editorial instructions concerning the use of the current picture. This is the value of the IPTC SpecialInstructions tag (hex code 0x28).
Current remaining time in movie
|-
|-  
Slideshow.State
VideoPlayer.TimeSpeed
Shows the State/Province where the current picture was taken. This is the value of the IPTC ProvinceState tag (hex code 0x5F).
Current time + playspeed. eg 1:23:14 (-4x)
|-
|-  
Slideshow.Sublocation
VideoPlayer.Duration
{{Gotham note |Shows the location within a city where the current picture was taken - might indicate the nearest landmark. This is the value of the IPTC SubLocation tag (hex code 0x5C).}}
Length of current movie
|-
|-  
Slideshow.SupplementalCategories
VideoPlayer.Title
Shows supplemental category codes to further refine the subject of the current picture. This is the value of the IPTC SuppCategory tag (hex code 0x14).
Title of currently playing video. If it's in the database it will return the database title, else the filename
|-
|-  
Slideshow.TimeCreated
VideoPlayer.TVShowTitle
{{Gotham note|Shows the time when the intellectual content of the current picture was created, rather than when the picture was created. This is the value of the IPTC TimeCreated tag (hex code 0x3C).}}
Title of currently playing episode's tvshow name
|-
|-  
Slideshow.TransmissionReference
VideoPlayer.Season
Shows a code representing the location of original transmission of the current picture. This is the value of the IPTC TransmissionReference tag (hex code 0x67).
Season number of the currently playing episode
|-
|-  
Slideshow.Urgency
VideoPlayer.Episode
{{Gotham note|Shows the urgency of the current picture. Values are 1-9. The 1 is most urgent. Some image management programs use urgency to indicate picture rating, where urgency 1 is 5 stars and urgency 5 is 1 star. Urgencies 6-9 are not used for rating. This is the value of the IPTC Urgency tag (hex code 0x0A).}}
Episode number of the currently playing episode
|-
|-  
Slideshow.WhiteBalance
VideoPlayer.Genre
Shows the white balance mode set when the current picture was taken. The possible values are "Manual" and "Auto". This is the value of the EXIF WhiteBalance tag (hex code 0xA403).
Genre(s) of current movie, if it's in the database
|}
|-  
 
|  VideoPlayer.Director
=== System ===
|  Director of current movie, if it's in the database
 
|-  
{| class="wikitable"
VideoPlayer.Country
! style="background: lightgrey; width: 150px" | '''infolabels'''
Production country of current movie, if it's in the database
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-  
|-
VideoPlayer.Year
System.AddonTitle(id)
Year of release of current movie, if it's in the database
Returns the title of the specified addon. Instead of specifying the id directly, one can also use an infolabel (eg. $INFO[Skin.String(Foo)])
|-  
|-
VideoPlayer.Rating
System.Time
IMDb user rating of current movie, if it's in the database
Current time
|-  
|-
VideoPlayer.Votes
System.Time(format)
IMDb votes of current movie, if it's in the database '''([[:Category:Gotham feature|Future Gotham addition]])'''
Shows hours (hh), minutes (mm) or seconds (ss). When 12 hour clock is used (xx) will return AM/PM. Also supported: (hh:mm), (mm:ss), (hh:mm:ss), (hh:mm:ss). (xx) option added after dharma
|-  
|-
VideoPlayer.RatingAndVotes
System.Date
IMDb user rating and votes of current movie, if it's in the database
Current date
|-
|-
|  VideoPlayer.mpaa
System.Date(format)
|  MPAA rating of current movie, if it's in the database
Show current date using format, available markings: d (day of month 1-31), dd (day of month 01-31), ddd (short day of the week Mon-Sun), DDD (long day of the week Monday-Sunday), m (month 1-12), mm (month 01-12), mmm (short month name Jan-Dec), MMM (long month name January-December), yy (2-digit year), yyyy (4-digit year). Added after dharma.
|-
|-
| VideoPlayer.PlaylistPosition
System.AlarmPos
| Position of the current song in the current video playlist
Shutdown Timer position
|-  
|-
VideoPlayer.PlaylistLength
System.BatteryLevel
Total size of the current video playlist
Returns the remaining battery level in range 0-100
|-  
|-
VideoPlayer.Cast
System.FreeSpace
A concatenated string of cast members of the current movie, if it's in the database
Total Freespace on the drive
|-  
|-
VideoPlayer.CastAndRole
System.UsedSpace
A concatenated string of cast members and roles of the current movie, if it's in the database
Total Usedspace on the drive
|-
|-
|  VideoPlayer.Album
System.TotalSpace
|  Album from which the current Music Video is from, if it's in the database
Totalspace on the drive
|-
|-
|  VideoPlayer.Artist
System.UsedSpacePercent
|  Artist(s) of current Music Video, if it's in the database
Total Usedspace Percent on the drive
|-  
|-
VideoPlayer.Studio
System.FreeSpacePercent
Studio of current Music Video, if it's in the database
Total Freespace Percent on the drive
|-
|-
VideoPlayer.Writer
System.CPUTemperature
Name of Writer of current playing Video, if it's in the database
Current CPU temperature
|-  
|-
|  VideoPlayer.Tagline
System.GPUTemperature
|  Small Summary of current playing Video, if it's in the database
Current GPU temperature
|-  
|-
|  VideoPlayer.PlotOutline
System.FanSpeed
|  Small Summary of current playing Video, if it's in the database
Current fan speed
|-  
|-
|  VideoPlayer.Plot
System.BuildVersion
|  Complete Text Summary of current playing Video, if it's in the database
Version of build
|-  
|-
|  VideoPlayer.LastPlayed
System.BuildDate
|  Last play date of current playing Video, if it's in the database
Date of build
|- class="userrow
|-
|  VideoPlayer.PlayCount
System.FriendlyName
|  Playcount of current playing Video, if it's in the database
Returns the xbmc instance name. It will auto append (%hostname%) in case the device name was not changed. eg. "XBMC (htpc)"
|- class="userrow
|-
VideoPlayer.VideoCodec
System.FPS
Shows the video codec of the currently playing video (common values: see ListItem.VideoCodec)
Current rendering speed (frames per second)
|-  
|-
VideoPlayer.VideoResolution
System.FreeMemory
Shows the video resolution of the currently playing video (possible values: see ListItem.VideoResolution)
Amount of free memory in Mb
|-  
|-
VideoPlayer.VideoAspect
System.Memory(format)
Shows the aspect ratio of the currently playing video (possible values: see ListItem.VideoAspect)
Available formats: used, used.percent, free, free.percent, total
|-  
|-
VideoPlayer.AudioCodec
System.ScreenMode
Shows the audio codec of the currently playing video (common values: see ListItem.AudioCodec)
Screenmode (eg windowed / fullscreen)
|-
|-
VideoPlayer.AudioChannels
|  System.ScreenWidth
Shows the number of audio channels of the currently playing video (possible values: see ListItem.AudioChannels)
|  Width of screen in pixels
|- {{frodo row}}
|-
VideoPlayer.EndTime
System.ScreenHeight
End date of the currently playing programme (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
Height of screen in pixels
|- {{frodo row}}
|-
VideoPlayer.NextTitle
System.StartupWindow
Title of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
The Window XBMC will load on startup '''([[:Category:Gotham feature|Future Gotham addition]])'''
|- {{frodo row}}
|-
VideoPlayer.NextGenre
System.CurrentWindow
Genre of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
Current Window we are in
|- {{frodo row}}
|-
VideoPlayer.NextPlot
System.CurrentControl
Plot of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
Current focused control
|- {{frodo row}}
|-
VideoPlayer.NextPlotOutline
System.DVDLabel
Plot outline of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
Label of the disk in the <span class="nobr">DVD-ROM</span> drive
|- {{frodo row}}
|-
VideoPlayer.NextStartTime
System.HddTemperature
Start time of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
Hdd temperature
|- {{frodo row}}
|-
VideoPlayer.NextEndTime
|  System.KernelVersion
End time of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|  System kernel version
|- {{frodo row}}
|-
VideoPlayer.NextDuration
|  System.Uptime
Duration of the programme that will be played next (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|  System current uptime
|- {{frodo row}}
|-
VideoPlayer.ChannelName
|  System.TotalUptime
Name of the curently tuned channel (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|  System total uptime
|- {{frodo row}}
|-
VideoPlayer.ChannelNumber
|  System.CpuFrequency
Number of the curently tuned channel (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|  System cpu frequency
|- {{frodo row}}
|-
VideoPlayer.ChannelGroup
|  System.ScreenResolution
Group of the curently tuned channel (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|  Screen resolution
|- {{frodo row}}
|-
VideoPlayer.ParentalRating
|  System.VideoEncoderInfo
Parental rating of the currently playing programme (PVR). '''([[:Category:Frodo feature|Frodo addition]])'''
|  Video encoder info
|-  
|-
Weather.Conditions
|  System.InternetState
Current weather conditions – this is looked up in a background process.
|  Will return the internet state, connected or not connected
|-  
and for Conditional use: Connected->TRUE, not Connected->FALSE, do not use to check status in a pythonscript since it is threaded.
Weather.Temperature
|-
Current weather temperature
|  System.Language
|-  
|  Shows the current language
Weather.Location
|-
City/town which the above two items are for
|  System.GetBool(boolean)
|-  
|  Returns the value of any standard system boolean setting.  Will not work with settings in advancedsettings.xml
Window([window]).Property(key)
|-
Window property. (key can be any value, optional window can be id or name)
|  System.ProfileName
|-  
|  Shows the User name of the currently logged in XBMC user
Window.Property(xmlfile)
|-
Displays the name of the xml file currently shown
|  System.ProfileCount
|-  
|  Shows the number of defined profiles
Window(Home).Property(key)
|-
The home window has the following info labels.
|  System.ProfileAutoLogin
Movies.Count, Movies.Watched, Movies.UnWatched, TVShows.Count, TVShows.Watched, TVShows.UnWatched, Episodes.Count, Episodes.Watched, Episodes.UnWatched, MusicVideos.Count, MusicVideos.Watched, MusicVideos.UnWatched, Music.SongsCount, Music.AlbumsCount, Music.ArtistsCount
|  The profile XBMC will auto login to '''([[:Category:Gotham feature|Future Gotham addition]])'''
|-
|  System.TemperatureUnits
|  Shows Celsius or Fahrenheit symbol
|}


LatestMovie.[1-10].Title, LatestMovie.[1-10].Year, LatestMovie.[1-10].RunningTime, LatestMovie.[1-10].Rating, LatestMovie.[1-10].Plot, LatestMovie.[1-10].Trailer, LatestMovie.[1-10].Thumb, LatestMovie.[1-10].Fanart, LatestMovie.[1-10].Path
=== Visualisation ===


LatestEpisode.[1-10].ShowTitle, LatestEpisode.[1-10].EpisodeTitle, LatestEpisode.[1-10].EpisodeNo, LatestEpisode.[1-10].EpisodeSeason, LatestEpisode.[1-10].EpisodeNumber, LatestEpisode.[1-10].Rating, LatestEpisode.[1-10].Plot, LatestEpisode.[1-10].Thumb, LatestEpisode.[1-10].ShowThumb, LatestEpisode.[1-10].SeasonThumb, LatestEpisode.[1-10].Fanart, LatestEpisode.[1-10].Path
{| class="wikitable"
 
! style="background: lightgrey; width: 150px" | '''infolabels'''
LatestMusicVideo.[1-10].Title, LatestMusicVideo.[1-10].Thumb, LatestMusicVideo.[1-10].Year, LatestMusicVideo.[1-10].Plot, LatestMusicVideo.[1-10].RunningTime, LatestMusicVideo.[1-10].Path, LatestMusicVideo.[1-10].Artist, LatestMusicVideo.[1-10].Fanart
! style="background: lightgrey; width: 1500px" | '''Definition'''
 
|-
LatestSong.[1-10].Title, LatestSong.[1-10].Artist, LatestSong.[1-10].Album, LatestSong.[1-10].Year, LatestSong.[1-10].Rating, LatestSong.[1-10].Thumb, LatestSong.[1-10].Fanart, LatestSong.[1-10].Path
|  Visualisation.Preset
|  Shows the current preset of the visualisation
|-
|  Visualisation.Name
|  Shows the name of the visualisation
|}


LatestAlbum.[1-10].Title, LatestAlbum.[1-10].Artist, LatestAlbum.[1-10].Year, LatestAlbum.[1-10].Rating, LatestAlbum.[1-10].Thumb, LatestAlbum.[1-10].Fanart, LatestAlbum.[1-10].Path
=== Weather labels===
|-
|  Window(Weather).Property(key)
|  The weather window has the following info labels.
Location, Updated, Current.Condition, Current.Temperature, Current.FeelsLike, Current.UVIndex, Current.Wind (From <wind dir.> at <speed> <unit>), Current.WindSpeed, Current.WindDirection, Current.DewPoint, Current.Humidity, Day[0-6].Title, Day[0-6].HighTemp, Day[0-6].LowTemp, Day[0-6].Outlook
|}


=== Images Available in XBMC ===
{| class="wikitable"
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-  
|-
Container.FolderThumb
Weather.Conditions
Thumbnail Image of the current displayed folder of list and thumb panels
Current weather conditions – this is looked up in a background process.
|-  
|-
Container.TvshowThumb
Weather.Temperature
Thumbnail Image of the parent TV show
Current weather temperature
|-  
|-
Container.SeasonThumb
Weather.Location
Thumbnail Image of the parent TV show season
City/town which the above two items are for
|-  
|}
Fanart.Image
 
Fanart image for the parent TV Show
=== Window ===
|-  
 
ListItem.Thumb
{| class="wikitable"
Shows the thumbnail (if it exists) of the currently selected item in a list or thumb control
! style="background: lightgrey; width: 150px" | '''infolabels'''
|-  
! style="background: lightgrey; width: 1500px" | '''Definition'''
ListItem.Icon
|-
Shows the thumbnail (if it exists) of the currently selected item in a list or thumb control. If no thumbnail image exists, it will show the icon.
Window([window]).Property(key)
|-  
Window property. (key can be any value, optional window can be id or name)
|  ListItem.ActualIcon
|-
|  Shows the icon of the currently selected item in a list or thumb control.
Window.Property(xmlfile)
|- {{frodo row}}
Displays the name of the xml file currently shown
ListItem.Art(thumb)
|-
Returns the thumbnail of the currently selected item. '''([[:Category:Frodo feature|Frodo addition]])'''
Window(Home).Property(key)
|- {{frodo row}}
The home window has the following info labels.
| ListItem.Art(poster)
Movies.Count, Movies.Watched, Movies.UnWatched, TVShows.Count, TVShows.Watched, TVShows.UnWatched, Episodes.Count, Episodes.Watched, Episodes.UnWatched, MusicVideos.Count, MusicVideos.Watched, MusicVideos.UnWatched, Music.SongsCount, Music.AlbumsCount, Music.ArtistsCount
| Returns the poster of the currently selected tv show. '''([[:Category:Frodo feature|Frodo addition]])'''
 
|- {{frodo row}}
LatestMovie.[1-10].Title, LatestMovie.[1-10].Year, LatestMovie.[1-10].RunningTime, LatestMovie.[1-10].Rating, LatestMovie.[1-10].Plot, LatestMovie.[1-10].Trailer, LatestMovie.[1-10].Thumb, LatestMovie.[1-10].Fanart, LatestMovie.[1-10].Path
ListItem.Art(banner)
 
Returns the banner of the currently selected tv show. '''([[:Category:Frodo feature|Frodo addition]])'''
LatestEpisode.[1-10].ShowTitle, LatestEpisode.[1-10].EpisodeTitle, LatestEpisode.[1-10].EpisodeNo, LatestEpisode.[1-10].EpisodeSeason, LatestEpisode.[1-10].EpisodeNumber, LatestEpisode.[1-10].Rating, LatestEpisode.[1-10].Plot, LatestEpisode.[1-10].Thumb, LatestEpisode.[1-10].ShowThumb, LatestEpisode.[1-10].SeasonThumb, LatestEpisode.[1-10].Fanart, LatestEpisode.[1-10].Path
|- {{frodo row}}
 
ListItem.Art(fanart)
LatestMusicVideo.[1-10].Title, LatestMusicVideo.[1-10].Thumb, LatestMusicVideo.[1-10].Year, LatestMusicVideo.[1-10].Plot, LatestMusicVideo.[1-10].RunningTime, LatestMusicVideo.[1-10].Path, LatestMusicVideo.[1-10].Artist, LatestMusicVideo.[1-10].Fanart
Returns the fanart image of the currently selected item. '''([[:Category:Frodo feature|Frodo addition]])'''
 
|- {{frodo row}}
LatestSong.[1-10].Title, LatestSong.[1-10].Artist, LatestSong.[1-10].Album, LatestSong.[1-10].Year, LatestSong.[1-10].Rating, LatestSong.[1-10].Thumb, LatestSong.[1-10].Fanart, LatestSong.[1-10].Path
ListItem.Art(tvshow.poster)
 
Returns the tv show poster of the parent container. '''([[:Category:Frodo feature|Frodo addition]])'''
LatestAlbum.[1-10].Title, LatestAlbum.[1-10].Artist, LatestAlbum.[1-10].Year, LatestAlbum.[1-10].Rating, LatestAlbum.[1-10].Thumb, LatestAlbum.[1-10].Fanart, LatestAlbum.[1-10].Path
|- {{frodo row}}
|-
|  ListItem.Art(tvshow.banner)
Window(Weather).Property(key)
Returns the tv show banner of the parent container. '''([[:Category:Frodo feature|Frodo addition]])'''
The weather window has the following info labels.
|- {{frodo row}}
Location, Updated, Current.Condition, Current.Temperature, Current.FeelsLike, Current.UVIndex, Current.Wind (From <wind dir.> at <speed> <unit>), Current.WindSpeed, Current.WindDirection, Current.DewPoint, Current.Humidity, Day[0-6].Title, Day[0-6].HighTemp, Day[0-6].LowTemp, Day[0-6].Outlook
|  ListItem.Art(season.poster)
|}
Returns the season poster of the currently selected season. '''([[:Category:Frodo feature|Frodo addition]]) Only available in DialogVideoInfo.xml'''
 
|- {{frodo row}}
=== Images Available in XBMC ===
|  ListItem.Art(season.banner)
 
Returns the season banner of the currently selected season. '''([[:Category:Frodo feature|Frodo addition]]) Only available in DialogVideoInfo.xml'''
{| class="wikitable"
! style="background: lightgrey; width: 150px" | '''infolabels'''
! style="background: lightgrey; width: 1500px" | '''Definition'''
|-
Container.FolderThumb
Thumbnail Image of the current displayed folder of list and thumb panels
|-
Container.TvshowThumb
Thumbnail Image of the parent TV show
|-
Container.SeasonThumb
Thumbnail Image of the parent TV show season
|-
|  Fanart.Image
| Fanart image for the parent TV Show
|-
|  ListItem.Thumb
Shows the thumbnail (if it exists) of the currently selected item in a list or thumb control
|-
|  ListItem.Icon
Shows the thumbnail (if it exists) of the currently selected item in a list or thumb control. If no thumbnail image exists, it will show the icon.
|-
|  ListItem.ActualIcon
Shows the icon of the currently selected item in a list or thumb control.
|- {{frodo row}}
|- {{frodo row}}
|  ListItem.Art(season.fanart)
|  ListItem.Art(thumb)
|  Returns the thumbnail of the currently selected item. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|  ListItem.Art(poster)
|  Returns the poster of the currently selected tv show. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|  ListItem.Art(banner)
|  Returns the banner of the currently selected tv show. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|  ListItem.Art(fanart)
|  Returns the fanart image of the currently selected item. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|  ListItem.Art(tvshow.poster)
|  Returns the tv show poster of the parent container. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|  ListItem.Art(tvshow.banner)
|  Returns the tv show banner of the parent container. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|  ListItem.Art(season.poster)
|  Returns the season poster of the currently selected season. '''([[:Category:Frodo feature|Frodo addition]]) Only available in DialogVideoInfo.xml'''
|- {{frodo row}}
|  ListItem.Art(season.banner)
|  Returns the season banner of the currently selected season. '''([[:Category:Frodo feature|Frodo addition]]) Only available in DialogVideoInfo.xml'''
|- {{frodo row}}
|  ListItem.Art(season.fanart)
|  Returns the fanart image of the currently selected season. '''([[:Category:Frodo feature|Frodo addition]]) Only available in DialogVideoInfo.xml'''
|  Returns the fanart image of the currently selected season. '''([[:Category:Frodo feature|Frodo addition]]) Only available in DialogVideoInfo.xml'''
|-  
|-
|  ListItem.Overlay
|  ListItem.Overlay
|  Shows the Overlay Icon status (compressed file [OverlayRAR.png], Trainer [OverlayTrainer.png], watched [OverlayWatched.png], unwatched [OverlayUnwatched.png], locked [OverlayLocked.png]) of the currently selected item in a list or thumb control.
|  Shows the Overlay Icon status (compressed file [OverlayRAR.png], Trainer [OverlayTrainer.png], watched [OverlayWatched.png], unwatched [OverlayUnwatched.png], locked [OverlayLocked.png]) of the currently selected item in a list or thumb control.
|-  
|-
|  ListItem.StarRating
|  ListItem.StarRating
|  Returns a value of 0 to 5 as a graphical display from images named rating0.png to rating5.png of the skin
|  Returns a value of 0 to 5 as a graphical display from images named rating0.png to rating5.png of the skin
|-  
|-
|  ListItem.Property(ArtistThumb)
|  ListItem.Property(ArtistThumb)
|  Thumbnail Image of the parent artist, for use in dialogalbuminfo.xml and dialogsonginfo.xml
|  Thumbnail Image of the parent artist, for use in dialogalbuminfo.xml and dialogsonginfo.xml
|-  
|-
|  ListItem.Property(Addon.StarRating)
|  ListItem.Property(Addon.StarRating)
|  Returns a value of rating0.png to rating5.png for the currently selected addon
|  Returns a value of rating0.png to rating5.png for the currently selected addon
Line 1,441: Line 1,554:
|  ListItem.Property(Fanart_Image)
|  ListItem.Property(Fanart_Image)
|  Fanart Image currently selected item or of the parent TV show '''([[:Category:Frodo feature|Frodo addition]])'''
|  Fanart Image currently selected item or of the parent TV show '''([[:Category:Frodo feature|Frodo addition]])'''
|-  
|-
|  ListItem.Property(SeasonThumb)
|  ListItem.Property(SeasonThumb)
|  Thumbnail Image of the parent TV show season, for use in dialogvideoinfo.xml
|  Thumbnail Image of the parent TV show season, for use in dialogvideoinfo.xml
Line 1,447: Line 1,560:
|  ListItem.Property(TVShowThumb)
|  ListItem.Property(TVShowThumb)
|  Thumbnail Image of the parent TV show, for use in dialogvideoinfo.xml  '''([[:Category:Frodo feature|Frodo addition]] available anywhere)'''
|  Thumbnail Image of the parent TV show, for use in dialogvideoinfo.xml  '''([[:Category:Frodo feature|Frodo addition]] available anywhere)'''
|-  
|-
|  MusicPlayer.Cover
|  MusicPlayer.Cover
|  Cover of currently playing album
|  Cover of currently playing album
|-  
|-
|  MusicPlayer.Property(Fanart_Image)
|  MusicPlayer.Property(Fanart_Image)
|  Fanart image of the currently playing artist
|  Fanart image of the currently playing artist
Line 1,465: Line 1,578:
|  Player.Art(thumb)
|  Player.Art(thumb)
|  Thumbnail Image the currently playing item.  '''([[:Category:Frodo feature|Frodo addition]])'''
|  Thumbnail Image the currently playing item.  '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|  Player.StarRating
|  Returns a value of 0 to 5 as a graphical display from images named rating0.png to rating5.png of the skin
|- {{frodo row}}
|  Pvr.NowRecordingChannelIcon
|  Channel icon of the programme currently being recorded. '''([[:Category:Frodo feature|Frodo addition]])'''
|- {{frodo row}}
|  Pvr.NextRecordingChannelIcon
|  Channel icon of the programme that will be recorded next. '''([[:Category:Frodo feature|Frodo addition]])'''
|-
|  Skin.String(name)
| Returns the image or image folder set by the user via a Skin.SetPath(name) or Skin.SetImage(name) '''[[List of Built In Functions]]'''. Allows skinners to have <span class="nobr">user-customisable</span> images and multiimages.
|-
|  System.AddonIcon(id)
|  Returns the Icon of the specified addon. Instead of specifying the id directly, one can also use an infolabel (eg. $INFO[Skin.String(Foo)])
|-
|-
|  System.ProfileThumb
|  Player.StarRating
|  Shows the Thumbnail image of the currently logged in XBMC user
|  Returns a value of 0 to 5 as a graphical display from images named rating0.png to rating5.png of the skin
|-  
|- {{frodo row}}
|  VideoPlayer.Cover
|  Pvr.NowRecordingChannelIcon
|  Cover of currently playing movie
|  Channel icon of the programme currently being recorded. '''([[:Category:Frodo feature|Frodo addition]])'''
|-  
|- {{frodo row}}
|  Weather.Conditions
|  Pvr.NextRecordingChannelIcon
|  Image of current weather conditions (NOTE: Can be used to load/refresh weather conditions)
|  Channel icon of the programme that will be recorded next. '''([[:Category:Frodo feature|Frodo addition]])'''
|-  
|-
|  Window([window]).Property(key)
|  Skin.String(name)
|  Window property. (key can be any value, optional window can be id or name)
| Returns the image or image folder set by the user via a Skin.SetPath(name) or Skin.SetImage(name) '''[[List of Built In Functions]]'''. Allows skinners to have <span class="nobr">user-customisable</span> images and multiimages.
|-  
|-
|  System.AddonIcon(id)
|  Returns the Icon of the specified addon. Instead of specifying the id directly, one can also use an infolabel (eg. $INFO[Skin.String(Foo)])
|-
|  System.ProfileThumb
|  Shows the Thumbnail image of the currently logged in XBMC user
|-
|  VideoPlayer.Cover
|  Cover of currently playing movie
|-
|  Weather.Conditions
|  Image of current weather conditions (NOTE: Can be used to load/refresh weather conditions)
|-
|  Window([window]).Property(key)
|  Window property. (key can be any value, optional window can be id or name)
|-
|  Window(Weather).Property(key)
|  Window(Weather).Property(key)
|  The weather window has the following info images.
|  The weather window has the following info images.

Revision as of 17:46, 15 September 2013

Home icon grey.png   ▶ Development ▶ Add-on development ▶ Skinning ▶ InfoLabels
Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

An up-to-date list can be found here GUIInfoManager.cpp

Container

infolabels Definition
Container.FolderPath Shows complete path of currently displayed folder
Container.FolderName Shows top most folder in currently displayed folder
Container.Viewmode Returns the current viewmode (list, icons etc.)
Container.SortMethod Returns the current sort method (name, year, rating, etc.)
Container.PluginName Returns the current plugins base folder name
Container.PluginCategory Returns the current plugins category (set by the scripter)
Container.ShowPlot Returns the TV Show Plot of the current container and can be used at season and episode level
Container(id).NumPages Number of pages in the container with given id. If no id is specified it grabs the current container.
Container(id).NumItems Number of items in the container with given id. If no id is specified it grabs the current container.
Container(id).CurrentPage Current page in the container with given id. If no id is specified it grabs the current container.
Container(id).Position Returns the current focused position of Container (id) as a numeric label.
Container(id).Totaltime Returns the total time of all items in the current container
Container(id).ListItem(offset).Label Shows ListItem.Label for a specific List or Panel Container with a offset ( eg: Container(50).Listitem(2).Label )
Container(id).ListItem(offset).Label2 Shows ListItem.Label2 for a specific List or Panel Container with a offset ( eg: Container(50).Listitem(-2).Label2 )
Container(id).ListItem(offset).Icon Shows ListItem.Icon for a specific List or Panel Container with a offset ( eg: Container(52).Listitem(1).Icon)
Container(id).ListItem(offset).ActualIcon Shows ListItem.ActualIcon for a specific List or Panel Container with a offset ( eg: Container(50).Listitem(0).ActualIcon )
Container(id).ListItem(offset).Thumb Shows ListItem.Thumb for a specific List or Panel Container with a offset ( eg: Container(50).Listitem(0).Thumb )
Container(id).ListItemNoWrap(offset).Property Basically returns the same as ListItem(offset) but it won't wrap. That means if the last item of a list is focused, ListItemNoWrap(1) will be empty while ListItem(1) will return the first item of the list. Property has to be replaced with Label, Label2, Icon etc. ( eg: Container(50).ListitemNoWrap(1).Plot )
Container.Property(addoncategory) Returns the current add-on category
Container.Property(reponame) Returns the current add-on repository name

Control

infolabels Definition
Control.GetLabel(id) Returns the label value or texture name of the control with the given id.

Fanart

infolabels Definition
Fanart.Color1 Returns the first of three colors included in the currently selected Fanart theme for the parent TV Show. Colors are arranged Lightest to Darkest.
Fanart.Color2 Returns the second of three colors included in the currently selected Fanart theme for the parent TV Show. Colors are arranged Lightest to Darkest.
Fanart.Color3 Returns the third of three colors included in the currently selected Fanart theme for the parent TV Show. Colors are arranged Lightest to Darkest.

Listitem

infolabels Definition
Listitem.Label Shows the left label of the currently selected item in a list or thumb control
ListItem.Label2 Shows the right label of the currently selected item in a list or thumb control
ListItem.Title Shows the title of the currently selected song or movie in a list or thumb control
ListItem.OriginalTitle Shows the original title of the currently selected movie in a list or thumb control
ListItem.SortLetter Shows the first letter of the current file in a list or thumb control
ListItem.TrackNumber Shows the track number of the currently selected song in a list or thumb control
ListItem.Artist Shows the artist of the currently selected song in a list or thumb control
ListItem.Property(Artist_Born) Date of Birth of the currently selected Artist
ListItem.Property(Artist_Died) Date of Death of the currently selected Artist
ListItem.Property(Artist_Formed) Formation date of the currently selected Band
ListItem.Property(Artist_Disbanded) Disbanding date of the currently selected Band
ListItem.Property(Artist_YearsActive) Years the currently selected artist has been active
ListItem.Property(Artist_Instrument) Instruments played by the currently selected artist
ListItem.Property(Artist_Description) Shows a biography of the currently selected artist
ListItem.Property(Artist_Mood) Shows the moods of the currently selected artist
ListItem.Property(Artist_Style) Shows the styles of the currently selected artist
ListItem.Property(Artist_Genre) Shows the genre of the currently selected artist
ListItem.Album Shows the album of the currently selected song in a list or thumb control
ListItem.Property(Album_Mood) Shows the moods of the currently selected Album
ListItem.Property(Album_Style) Shows the styles of the currently selected Album
ListItem.Property(Album_Theme) Shows the themes of the currently selected Album
ListItem.Property(Album_Type) Shows the Album Type (e.g. compilation, enhanced, explicit lyrics) of the currently selected Album
ListItem.Property(Album_Label) Shows the record label of the currently selected Album
ListItem.Property(Album_Description) Shows a review of the currently selected Album
ListItem.DiscNumber Shows the disc number of the currently selected song in a list or thumb control
ListItem.Year Shows the year of the currently selected song, album or movie in a list or thumb control
ListItem.Premiered Shows the release/aired date of the currently selected episode, show or movie in a list or thumb control
ListItem.Genre Shows the genre of the currently selected song, album or movie in a list or thumb control
ListItem.Director Shows the director of the currently selected movie in a list or thumb control
ListItem.Country Shows the production country of the currently selected movie in a list or thumb control
ListItem.Episode Shows the episode number value for the currently selected episode. It also shows the number of total, watched or unwatched episodes for the currently selected tvshow or season, based on the the current watched filter.
ListItem.Season Shows the season value for the currently selected tvshow
ListItem.TVShowTitle Shows the name value for the currently selected tvshow in the season and episode depth of the video library
ListItem.Property(TotalSeasons) Shows the total number of seasons for the currently selected tvshow
ListItem.Property(TotalEpisodes) Shows the total number of episodes for the currently selected tvshow or season
ListItem.Property(WatchedEpisodes) Shows the number of watched episodes for the currently selected tvshow or season
ListItem.Property(UnWatchedEpisodes) Shows the number of unwatched episodes for the currently selected tvshow or season
ListItem.Property(NumEpisodes) Shows the number of total, watched or unwatched episodes for the currently selected tvshow or season, based on the the current watched filter.
ListItem.PictureAperture Shows the F-stop used to take the selected picture. This is the value of the EXIF FNumber tag (hex code 0x829D).
ListItem.PictureAuthor Template:Gotham note
ListItem.PictureByline Template:Gotham note
ListItem.PictureBylineTitle Template:Gotham note
ListItem.PictureCamMake Shows the manufacturer of the camera used to take the selected picture. This is the value of the EXIF Make tag (hex code 0x010F).
ListItem.PictureCamModel Shows the manufacturer's model name or number of the camera used to take the selected picture. This is the value of the EXIF Model tag (hex code 0x0110).
ListItem.PictureCaption Shows a description of the selected picture. This is the value of the IPTC Caption tag (hex code 0x78).
ListItem.PictureCategory Template:Gotham note
ListItem.PictureCCDWidth Template:Gotham note
ListItem.PictureCity Template:Gotham note
ListItem.PictureColour Template:Gotham note
ListItem.PictureComment Shows a description of the selected picture. This is the value of the EXIF User Comment tag (hex code 0x9286). This is the same value as Slideshow.SlideComment.
ListItem.PictureCopyrightNotice Template:Gotham note
ListItem.PictureCountry Template:Gotham note
ListItem.PictureCountryCode Template:Gotham note
ListItem.PictureCredit Template:Gotham note
ListItem.PictureDate Shows the localized date of the selected picture. The short form of the date is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
ListItem.PictureDatetime Shows the date/timestamp of the selected picture. The localized short form of the date and time is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
ListItem.PictureDesc Shows a short description of the selected picture. The SlideComment, EXIFComment, or Caption values might contain a longer description. This is the value of the EXIF ImageDescription tag (hex code 0x010E).
ListItem.PictureDigitalZoom Template:Gotham note
ListItem.PictureExpMode Shows the exposure mode of the selected picture. The possible values are "Automatic", "Manual", and "Auto bracketing". This is the value of the EXIF ExposureMode tag (hex code 0xA402).
ListItem.PictureExposure Template:Gotham note
ListItem.PictureExposureBias Template:Gotham note
ListItem.PictureExpTime Shows the exposure time of the selected picture, in seconds. This is the value of the EXIF ExposureTime tag (hex code 0x829A). If the ExposureTime tag is not found, the ShutterSpeedValue tag (hex code 0x9201) might be used.
ListItem.PictureFlashUsed Template:Gotham note
ListItem.PictureFocalLen Shows the lens focal length of the selected picture
ListItem.PictureFocusDist Shows the focal length of the lens, in mm. This is the value of the EXIF FocalLength tag (hex code 0x920A).
ListItem.PictureGPSLat Shows the latitude where the selected picture was taken (degrees, minutes, seconds North or South). This is the value of the EXIF GPSInfo.GPSLatitude and GPSInfo.GPSLatitudeRef tags.
ListItem.PictureGPSLon Shows the longitude where the selected picture was taken (degrees, minutes, seconds East or West). This is the value of the EXIF GPSInfo.GPSLongitude and GPSInfo.GPSLongitudeRef tags.
ListItem.PictureGPSAlt Shows the altitude in meters where the selected picture was taken. This is the value of the EXIF GPSInfo.GPSAltitude tag.
ListItem.PictureHeadline Template:Gotham note
ListItem.PictureImageType Template:Gotham note
ListItem.PictureIPTCDate Template:Gotham note
ListItem.PictureIPTCTime Template:Gotham note
ListItem.PictureISO Shows the ISO speed of the camera when the selected picture was taken. This is the value of the EXIF ISOSpeedRatings tag (hex code 0x8827).
ListItem.PictureKeywords Shows keywords assigned to the selected picture. This is the value of the IPTC Keywords tag (hex code 0x19).
ListItem.PictureLightSource Template:Gotham note
ListItem.PictureLongDate Template:Gotham note
ListItem.PictureLongDatetime Template:Gotham note
ListItem.PictureMeteringMode Template:Gotham note
ListItem.PictureObjectName Template:Gotham note
ListItem.PictureOrientation Template:Gotham note
ListItem.PicturePath Shows the filename and path of the selected picture
ListItem.PictureProcess Template:Gotham note
ListItem.PictureReferenceService Template:Gotham note
ListItem.PictureResolution Shows the dimensions of the selected picture
ListItem.PictureSource Template:Gotham note
ListItem.PictureSpecialInstructions Template:Gotham note
ListItem.PictureState Template:Gotham note
ListItem.PictureSublocation Template:Gotham note
ListItem.PictureSupplementalCategories Template:Gotham note
ListItem.PictureTransmissionReference Template:Gotham note
ListItem.PictureUrgency Template:Gotham note
ListItem.PictureWhiteBalance Template:Gotham note
ListItem.FileName Shows the filename of the currently selected song or movie in a list or thumb control
ListItem.Path Shows the complete path of the currently selected song or movie in a list or thumb control
ListItem.FolderName Shows top most folder of the path of the currently selected song or movie in a list or thumb control
ListItem.FileNameAndPath Shows the full path with filename of the currently selected song or movie in a list or thumb control
ListItem.FileExtension Shows the file extension (without leading dot) of the currently selected item in a list or thumb control
ListItem.Date Shows the file date of the currently selected song or movie in a list or thumb control
ListItem.DateAdded Shows the date the currently selected item was added to the library
ListItem.Size Shows the file size of the currently selected song or movie in a list or thumb control
ListItem.Rating Shows the IMDB rating of the currently selected movie in a list or thumb control
ListItem.Votes Shows the IMDB votes of the currently selected movie in a list or thumb control (Future Gotham addition)
ListItem.RatingAndVotes Shows the IMDB rating and votes of the currently selected movie in a list or thumb control
ListItem.Mpaa Show the MPAA rating of the currently selected movie in a list or thumb control
ListItem.ProgramCount Shows the number of times an xbe has been run from "my programs"
ListItem.Duration Shows the song or movie duration of the currently selected movie in a list or thumb control
ListItem.DBID Shows the database id of the currently selected listitem in a list or thumb control
ListItem.Cast Shows a concatenated string of cast members of the currently selected movie, for use in dialogvideoinfo.xml
ListItem.CastAndRole Shows a concatenated string of cast members and roles of the currently selected movie, for use in dialogvideoinfo.xml
ListItem.Studio Studio of current selected Music Video in a list or thumb control
ListItem.Trailer Shows the full trailer path with filename of the currently selected movie in a list or thumb control
ListItem.Writer Name of Writer of current Video in a list or thumb control
ListItem.Tagline Small Summary of current Video in a list or thumb control
ListItem.PlotOutline Small Summary of current Video in a list or thumb control
ListItem.Plot Complete Text Summary of Video in a list or thumb control
ListItem.PercentPlayed Returns percentage value [0-100] of how far the selected video has been played
ListItem.LastPlayed Last play date of Video in a list or thumb control
ListItem.PlayCount Playcount of Video in a list or thumb control
ListItem.StartTime Start time of current selected TV programme in a list or thumb control
ListItem.EndTime End time of current selected TV programme in a list or thumb control
ListItem.StartDate Start date of current selected TV programme in a list or thumb control
ListItem.Date Day, start time and end time of current selected TV programme in a list or thumb control
ListItem.ChannelNumber Number of current selected TV channel in a list or thumb control
ListItem.ChannelName Name of current selected TV channel in a list or thumb control
ListItem.VideoCodec Shows the video codec of the currently selected video (common values: 3iv2, avc1, div2, div3, divx, divx 4, dx50, flv, h264, microsoft, mp42, mp43, mp4v, mpeg1video, mpeg2video, mpg4, rv40, svq1, svq3, theora, vp6f, wmv2, wmv3, wvc1, xvid)
ListItem.VideoResolution Shows the resolution of the currently selected video (possible values: 480, 576, 540, 720, 1080). Note that 540 usually means a widescreen format (around 960x540) while 576 means PAL resolutions (normally 720x576), therefore 540 is actually better resolution than 576.
ListItem.VideoAspect Shows the aspect ratio of the currently selected video (possible values: 1.33, 1.66, 1.78, 1.85, 2.20, 2.35)
ListItem.AudioCodec Shows the audio codec of the currently selected video (common values: aac, ac3, cook, dca, dtshd_hra, dtshd_ma, eac3, mp1, mp2, mp3, pcm_s16be, pcm_s16le, pcm_u8, truehd, vorbis, wmapro, wmav2)
ListItem.AudioChannels Shows the number of audio channels of the currently selected video (possible values: 0, 1, 2, 4, 5, 6, 8)
ListItem.AudioLanguage Shows the audio language of the currently selected video (returns an ISO 639-2 three character code, e.g. eng, epo, deu)
ListItem.SubtitleLanguage Shows the subtitle language of the currently selected video (returns an ISO 639-2 three character code, e.g. eng, epo, deu)
ListItem.Property(Addon.Name) Shows the name of the currently selected addon
ListItem.Property(Addon.Version) Shows the version of the currently selected addon
ListItem.Property(Addon.Summary) Shows a short description of the currently selected addon
ListItem.Property(Addon.Description) Shows the full description of the currently selected addon
ListItem.Property(Addon.Type) Shows the type (screensaver, script, skin, etc...) of the currently selected addon
ListItem.Property(Addon.Creator) Shows the name of the author the currently selected addon
ListItem.Property(Addon.Disclaimer) Shows the disclaimer of the currently selected addon
ListItem.Property(Addon.Changelog) Shows the changelog of the currently selected addon
ListItem.Property(Addon.ID) Shows the identifier of the currently selected addon
ListItem.Property(Addon.Status) Shows the status of the currently selected addon
ListItem.Property(Addon.Broken) Shows a message when the addon is marked as broken in the repo
ListItem.Property(Addon.Path) Shows the path of the currently selected addon
ListItem.StartTime Start time of the selected item (PVR). (Frodo addition)
ListItem.EndTime End time of the selected item (PVR). (Frodo addition)
ListItem.StartDate Start date of the selected item (PVR). (Frodo addition)
ListItem.EndDate End date of the selected item (PVR). (Frodo addition)
ListItem.NextTitle Title of the next item (PVR). (Frodo addition)
ListItem.NextGenre Genre of the next item (PVR). (Frodo addition)
ListItem.NextPlot Plot of the next item (PVR). (Frodo addition)
ListItem.NextPlotOutline Plot outline of the next item (PVR). (Frodo addition)
ListItem.NextStartTime Start time of the next item (PVR). (Frodo addition)
ListItem.NextEndTime End of the next item (PVR). (Frodo addition)
ListItem.NextStartDate Start date of the next item (PVR). (Frodo addition)
ListItem.NextEndDate End date of the next item (PVR). (Frodo addition)
ListItem.ChannelName Channelname of the selected item (PVR). (Frodo addition)
ListItem.ChannelNumber Channel number of the selected item (PVR). (Frodo addition)
ListItem.ChannelGroup Channel group of the selected item (PVR). (Frodo addition)
ListItem.Progress Part of the programme that's been played (PVR). (Frodo addition)

Musicpartymode labels

infolabels Definition
MusicPartyMode.SongsPlayed Number of songs played during Party Mode
MusicPartyMode.MatchingSongs Number of songs available to Party Mode
MusicPartyMode.MatchingSongsPicked Number of songs picked already for Party Mode
MusicPartyMode.MatchingSongsLeft Number of songs left to be picked from for Party Mode
MusicPartyMode.RelaxedSongsPicked Not currently used
MusicPartyMode.RandomSongsPicked Number of unique random songs picked during Party Mode

Network labels

infolabels Definition
Network.IPAddress The system's IP Address (formatted as IP: <ipaddress>)
Network.MacAddress The system's mac address
Network.IsDHCP Network type is DHCP or FIXED
Network.LinkState Network linkstate e.g. 10mbit/100mbit etc.
Network.SubnetAddress Network subnet address
Network.GatewayAddress Network gateway address
Network.DHCPAddress DHCP ip address
Network.DNS1Address Network dns 1 address
Network.DNS2Address Network dns 2 address

Player labels

infolabels Definition
Player.FinishTime Time playing media will end
Player.Chapter Current chapter of current playing media
Player.ChapterCount Total number of chapters of current playing media
Player.Time Elapsed time of current playing media
Player.TimeRemaining Remaining time of current playing media
Player.Duration Total duration of the current playing media
Player.SeekTime Time to which the user is seeking
Player.SeekOffset Indicates the seek offset after a seek press (eg user presses BigStepForward, player.seekoffset returns +10:00)
Player.Volume Current volume (between -60 and 0dB)
Player.CacheLevel Players current cache fill percentage (if supported by the player)
Player.ProgressCache Shows how much of the file is cached above current play percentage
Player.Folderpath Shows the full path of the currently playing song or movie
Player.Filenameandpath Shows the full path with filename of the currently playing song or movie
Player.StartTime Returns the starttime (from the epg) of a tv program, for all other videos it will return the time you started watching this video.. (Frodo addition)
Player.Title Returns the musicplayer title for audio and the videoplayer title for videos. (Frodo addition)

Music player

infolabels Definition
MusicPlayer.Title Title of the currently playing song, also available are "MusicPlayer.offset(number).Title" offset is relative to the current playing item and "MusicPlayer.Position(number).Title" position is relative to the start of the playlist
MusicPlayer.Album Album from which the current song is from, also available are "MusicPlayer.offset(number).Album" offset is relative to the current playing item and "MusicPlayer.Position(number).Album" position is relative to the start of the playlist
MusicPlayer.Property(Album_Mood) Shows the moods of the currently playing Album
MusicPlayer.Property(Album_Style) Shows the styles of the currently playing Album
MusicPlayer.Property(Album_Theme) Shows the themes of the currently playing Album
MusicPlayer.Property(Album_Type) Shows the Album Type (e.g. compilation, enhanced, explicit lyrics) of the currently playing Album
MusicPlayer.Property(Album_Label) Shows the record label of the currently playing Album
MusicPlayer.Property(Album_Description) Shows a review of the currently playing Album
MusicPlayer.Artist Artist(s) of current song, also available are "MusicPlayer.offset(number).Artist" offset is relative to the current playing item and "MusicPlayer.Position(number).Artist" position is relative to the start of the playlist
MusicPlayer.Property(Artist_Born) Date of Birth of the currently playing Artist
MusicPlayer.Property(Artist_Died) Date of Death of the currently playing Artist
MusicPlayer.Property(Artist_Formed) Formation date of the currently playing Artist/Band
MusicPlayer.Property(Artist_Disbanded) Disbanding date of the currently playing Artist/Band
MusicPlayer.Property(Artist_YearsActive) Years the currently Playing artist has been active
MusicPlayer.Property(Artist_Instrument) Instruments played by the currently playing artist
MusicPlayer.Property(Artist_Description) Shows a biography of the currently playing artist
MusicPlayer.Property(Artist_Mood) Shows the moods of the currently playing artist
MusicPlayer.Property(Artist_Style) Shows the styles of the currently playing artist
MusicPlayer.Property(Artist_Genre) Shows the genre of the currently playing artist
MusicPlayer.Genre Genre(s) of current song, also available are "MusicPlayer.offset(number).Genre" offset is relative to the current playing item and "MusicPlayer.Position(number).Genre" position is relative to the start of the playlist
MusicPlayer.Lyrics Lyrics of current song stored in ID tag info
MusicPlayer.Year Year of release of current song, also available are "MusicPlayer.offset(number).Year" offset is relative to the current playing item and "MusicPlayer.Position(number).Year" position is relative to the start of the playlist
MusicPlayer.Rating Numeric Rating of current song, also available are "MusicPlayer.offset(number).Rating" offset is relative to the current playing item and "MusicPlayer.Position(number).Rating" position is relative to the start of the playlist
MusicPlayer.DiscNumber Disc Number of current song stored in ID tag info, also available are "MusicPlayer.offset(number).DiscNumber" offset is relative to the current playing item and "MusicPlayer.Position(number).DiscNumber" position is relative to the start of the playlist
MusicPlayer.Comment Comment of current song stored in ID tag info, also available are "MusicPlayer.offset(number).Comment" offset is relative to the current playing item and "MusicPlayer.Position(number).Comment" position is relative to the start of the playlist
MusicPlayer.Time Current time in song
MusicPlayer.TimeRemaining Current remaining time in song
MusicPlayer.TimeSpeed Both the time and the playspeed formatted up. eg 1:23 (2x)
MusicPlayer.TrackNumber Track number of current song, also available are "MusicPlayer.offset(number).TrackNumber" offset is relative to the current playing item and "MusicPlayer.Position(number).TrackNumber" position is relative to the start of the playlist
MusicPlayer.Duration Duration of current song, also available are "MusicPlayer.offset(number).Duration" offset is relative to the current playing item and "MusicPlayer.Position(number).Duration" position is relative to the start of the playlist
MusicPlayer.BitRate Bitrate of current song
MusicPlayer.Channels Number of channels of current song
MusicPlayer.BitsPerSample Number of bits per sample of current song
MusicPlayer.SampleRate Samplerate of current song
MusicPlayer.Codec Codec of current song
MusicPlayer.PlaylistPosition Position of the current song in the current music playlist
MusicPlayer.PlaylistLength Total size of the current music playlist
MusicPlayer.ChannelName Channel name of the radio programme that's currently playing (PVR). (Frodo addition)
MusicPlayer.ChannelNumber Channel number of the radio programme that's currently playing (PVR). (Frodo addition)
MusicPlayer.ChannelGroup Channel group of of the radio programme that's currently playing (PVR). (Frodo addition)

Video player

infolabels Definition
VideoPlayer.Time Current time in movie
VideoPlayer.TimeRemaining Current remaining time in movie
VideoPlayer.TimeSpeed Current time + playspeed. eg 1:23:14 (-4x)
VideoPlayer.Duration Length of current movie
VideoPlayer.Title Title of currently playing video. If it's in the database it will return the database title, else the filename
VideoPlayer.TVShowTitle Title of currently playing episode's tvshow name
VideoPlayer.Season Season number of the currently playing episode
VideoPlayer.Episode Episode number of the currently playing episode
VideoPlayer.Genre Genre(s) of current movie, if it's in the database
VideoPlayer.Director Director of current movie, if it's in the database
VideoPlayer.Country Production country of current movie, if it's in the database
VideoPlayer.Year Year of release of current movie, if it's in the database
VideoPlayer.Rating IMDb user rating of current movie, if it's in the database
VideoPlayer.Votes IMDb votes of current movie, if it's in the database (Future Gotham addition)
VideoPlayer.RatingAndVotes IMDb user rating and votes of current movie, if it's in the database
VideoPlayer.mpaa MPAA rating of current movie, if it's in the database
VideoPlayer.PlaylistPosition Position of the current song in the current video playlist
VideoPlayer.PlaylistLength Total size of the current video playlist
VideoPlayer.Cast A concatenated string of cast members of the current movie, if it's in the database
VideoPlayer.CastAndRole A concatenated string of cast members and roles of the current movie, if it's in the database
VideoPlayer.Album Album from which the current Music Video is from, if it's in the database
VideoPlayer.Artist Artist(s) of current Music Video, if it's in the database
VideoPlayer.Studio Studio of current Music Video, if it's in the database
VideoPlayer.Writer Name of Writer of current playing Video, if it's in the database
VideoPlayer.Tagline Small Summary of current playing Video, if it's in the database
VideoPlayer.PlotOutline Small Summary of current playing Video, if it's in the database
VideoPlayer.Plot Complete Text Summary of current playing Video, if it's in the database
VideoPlayer.LastPlayed Last play date of current playing Video, if it's in the database
VideoPlayer.PlayCount Playcount of current playing Video, if it's in the database
VideoPlayer.VideoCodec Shows the video codec of the currently playing video (common values: see ListItem.VideoCodec)
VideoPlayer.VideoResolution Shows the video resolution of the currently playing video (possible values: see ListItem.VideoResolution)
VideoPlayer.VideoAspect Shows the aspect ratio of the currently playing video (possible values: see ListItem.VideoAspect)
VideoPlayer.AudioCodec Shows the audio codec of the currently playing video (common values: see ListItem.AudioCodec)
VideoPlayer.AudioChannels Shows the number of audio channels of the currently playing video (possible values: see ListItem.AudioChannels)
VideoPlayer.EndTime End date of the currently playing programme (PVR). (Frodo addition)
VideoPlayer.NextTitle Title of the programme that will be played next (PVR). (Frodo addition)
VideoPlayer.NextGenre Genre of the programme that will be played next (PVR). (Frodo addition)
VideoPlayer.NextPlot Plot of the programme that will be played next (PVR). (Frodo addition)
VideoPlayer.NextPlotOutline Plot outline of the programme that will be played next (PVR). (Frodo addition)
VideoPlayer.NextStartTime Start time of the programme that will be played next (PVR). (Frodo addition)
VideoPlayer.NextEndTime End time of the programme that will be played next (PVR). (Frodo addition)
VideoPlayer.NextDuration Duration of the programme that will be played next (PVR). (Frodo addition)
VideoPlayer.ChannelName Name of the curently tuned channel (PVR). (Frodo addition)
VideoPlayer.ChannelNumber Number of the curently tuned channel (PVR). (Frodo addition)
VideoPlayer.ChannelGroup Group of the curently tuned channel (PVR). (Frodo addition)
VideoPlayer.ParentalRating Parental rating of the currently playing programme (PVR). (Frodo addition)

Playlist

infolabels Definition
Playlist.Position Position of the current item in the current playlist (video or music)
Playlist.Length Total size of the current playlist (video or music)
Playlist.Random Returns string ID's 590 (Randomize Play Enabled) or 591 (Disabled)
Playlist.Repeat Returns string ID's 592 (Repeat One), 593 (Repeat All), or 594 (Repeat Off)

PVR

infolabels Definition
Pvr.NowRecordingTitle Title of the programme being recorded (Frodo addition)
Pvr.NowRecordingDateTime Start date and time of the current recording(Frodo addition)
Pvr.NowRecordingChannel Channel number that's being recorded (Frodo addition)
Pvr.NextRecordingTitle Title of the next programme that will be recorded (Frodo addition)
Pvr.NextRecordingDateTime Start date and time of the next recording (Frodo addition)
Pvr.NextRecordingChannel Channel name of the next recording (Frodo addition)
Pvr.BackendName Name of the backend being used (Frodo addition)
Pvr.BackendVersion Version of the backend that's being used (Frodo addition)
Pvr.BackendHost Backend hostname (Frodo addition)
Pvr.BackendDiskSpace Available diskspace on the backend (Frodo addition)
Pvr.BackendChannels Number of available channels the backend provides (Frodo addition)
Pvr.BackendTimers Number of timers set for the backend (Frodo addition)
Pvr.BackendRecordings Number of recording available on the backend (Frodo addition)
Pvr.BackendNumber Backend number (Frodo addition)
Pvr.TotalDiscSpace Total diskspace available for recordings (Frodo addition)
Pvr.NextTimer Next timer date (Frodo addition)
Pvr.Duration ? (Frodo addition)
Pvr.Time ? (Frodo addition)
Pvr.Progress ? (Frodo addition)
Pvr.ActStreamClient Stream client name (Frodo addition)
Pvr.ActStreamDevice Stream device name (Frodo addition)
Pvr.ActStreamStatus Status of the stream (Frodo addition)
Pvr.ActStreamSignal Signal quality of the stream (Frodo addition)
Pvr.ActStreamSnr Signal to noise ratio of the stream (Frodo addition)
Pvr.ActStreamBer Bit error rate of the stream (Frodo addition)
Pvr.ActStreamUnc UNC value of the stream (Frodo addition)
Pvr.ActStreamVideoBitRate Video bitrate of the stream (Frodo addition)
Pvr.ActStreamAudioBitRate Audio bitrate of the stream (Frodo addition)
Pvr.ActStreamDolbyBitRate Dolby bitrate of the stream (Frodo addition)
Pvr.ActStreamProgrSignal Signal quality of the programme (Frodo addition)
Pvr.ActStreamProgrSnr Signal to noise ratio of the programme (Frodo addition)
Pvr.ActStreamEncryptionName Encryption used on the stream (Frodo addition)

Skin

infolabels Definition
Skin.CurrentTheme Returns the current selected skin theme.
Skin.CurrentColourTheme Returns the current selected colour theme of the skin.
Skin.String(name) Returns the user-set skin string, set via the Skin.SetString(name) List of Built In Functions. Allows skinners to have user-customisable labels.
Skin.AspectRatio Returns the closest aspect ratio match using the resolution info from the skin's addon.xml file. (Frodo addition)

Slideshow

infolabels Definition
Slideshow.Altitude Shows the altitude in meters where the current picture was taken. This is the value of the EXIF GPSInfo.GPSAltitude tag.
Slideshow.Aperture Shows the F-stop used to take the current picture. This is the value of the EXIF FNumber tag (hex code 0x829D).
Slideshow.Author Shows the name of the person involved in writing about the current picture. This is the value of the IPTC Writer tag (hex code 0x7A).
Slideshow.Byline Shows the name of the person who created the current picture. This is the value of the IPTC Byline tag (hex code 0x50).
Slideshow.BylineTitle Shows the title of the person who created the current picture. This is the value of the IPTC BylineTitle tag (hex code 0x55).
Slideshow.CameraMake Shows the manufacturer of the camera used to take the current picture. This is the value of the EXIF Make tag (hex code 0x010F).
Slideshow.CameraModel Shows the manufacturer's model name or number of the camera used to take the current picture. This is the value of the EXIF Model tag (hex code 0x0110).
Slideshow.Caption Shows a description of the current picture. This is the value of the IPTC Caption tag (hex code 0x78).
Slideshow.Category Shows the subject of the current picture as a category code. This is the value of the IPTC Category tag (hex code 0x0F).
Slideshow.CCDWidth Shows the width of the CCD in the camera used to take the current picture. This is calculated from three EXIF tags (0xA002 * 0xA210 / 0xA20e).
Slideshow.City Shows the city where the current picture was taken. This is the value of the IPTC City tag (hex code 0x5A).
Slideshow.Colour Shows whether the current picture is "Colour" or "Black and White".
Slideshow.CopyrightNotice Shows the copyright notice of the current picture. This is the value of the IPTC Copyright tag (hex code 0x74).
Slideshow.Country Shows the full name of the country where the current picture was taken. This is the value of the IPTC CountryName tag (hex code 0x65).
Slideshow.CountryCode Shows the country code of the country where the current picture was taken. This is the value of the IPTC CountryCode tag (hex code 0x64).
Slideshow.Credit Shows who provided the current picture. This is the value of the IPTC Credit tag (hex code 0x6E).
Slideshow.DigitalZoom Shows the digital zoom ratio when the current picture was taken. This is the value of the EXIF .DigitalZoomRatio tag (hex code 0xA404).
Slideshow.EXIFComment Shows a description of the current picture. This is the value of the EXIF User Comment tag (hex code 0x9286). This is the same value as Slideshow.SlideComment.
Slideshow.EXIFDate Shows the localized date of the current picture. The short form of the date is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
Slideshow.EXIFDescription Shows a short description of the current picture. The SlideComment, EXIFComment, or Caption values might contain a longer description. This is the value of the EXIF ImageDescription tag (hex code 0x010E).
Slideshow.EXIFSoftware Shows the name and version of the firmware used by the camera that took the current picture. This is the value of the EXIF Software tag (hex code 0x0131).
Slideshow.EXIFTime Shows the date/timestamp of the current picture. The localized short form of the date and time is used. The value of the EXIF DateTimeOriginal tag (hex code 0x9003) is preferred. If the DateTimeOriginal tag is not found, the value of DateTimeDigitized (hex code 0x9004) or of DateTime (hex code 0x0132) might be used.
Slideshow.Exposure Shows the class of the program used by the camera to set exposure when the current picture was taken. Values include "Manual", "Program (Auto)", "Aperture priority (Semi-Auto)", "Shutter priority (semi-auto)", etc. This is the value of the EXIF ExposureProgram tag (hex code 0x8822).
Slideshow.ExposureBias Shows the exposure bias of the current picture. Typically this is a number between -99.99 and 99.99. This is the value of the EXIF ExposureBiasValue tag (hex code 0x9204).
Slideshow.ExposureMode Shows the exposure mode of the current picture. The possible values are "Automatic", "Manual", and "Auto bracketing". This is the value of the EXIF ExposureMode tag (hex code 0xA402).
Slideshow.ExposureTime Shows the exposure time of the current picture, in seconds. This is the value of the EXIF ExposureTime tag (hex code 0x829A). If the ExposureTime tag is not found, the ShutterSpeedValue tag (hex code 0x9201) might be used.
Slideshow.Filedate Shows the file date of the current picture
Slideshow.Filename Shows the file name of the current picture
Slideshow.Filesize Shows the file size of the current picture
Slideshow.FlashUsed Shows the status of flash when the current picture was taken. The value will be either "Yes" or "No", and might include additional information. This is the value of the EXIF Flash tag (hex code 0x9209).
Slideshow.FocalLength Shows the focal length of the lens, in mm. This is the value of the EXIF FocalLength tag (hex code 0x920A).
Slideshow.FocusDistance Shows the distance to the subject, in meters. This is the value of the EXIF SubjectDistance tag (hex code 0x9206).
Slideshow.Headline Shows a synopsis of the contents of the current picture. This is the value of the IPTC Headline tag (hex code 0x69).
Slideshow.ImageType Template:Gotham note
Slideshow.IPTCDate Shows the date when the intellectual content of the current picture was created, rather than when the picture was created. This is the value of the IPTC DateCreated tag (hex code 0x37).
Slideshow.ISOEquivalence Shows the ISO speed of the camera when the current picture was taken. This is the value of the EXIF ISOSpeedRatings tag (hex code 0x8827).
Slideshow.Keywords Shows keywords assigned to the current picture. This is the value of the IPTC Keywords tag (hex code 0x19).
Slideshow.Latitude Shows the latitude where the current picture was taken (degrees, minutes, seconds North or South). This is the value of the EXIF GPSInfo.GPSLatitude and GPSInfo.GPSLatitudeRef tags.
Slideshow.LightSource Shows the kind of light source when the picture was taken. Possible values include "Daylight", "Fluorescent", "Incandescent", etc. This is the value of the EXIF LightSource tag (hex code 0x9208).
Slideshow.LongEXIFDate Template:Gotham note
Slideshow.LongEXIFTime Template:Gotham note
Slideshow.Longitude Shows the longitude where the current picture was taken (degrees, minutes, seconds East or West). This is the value of the EXIF GPSInfo.GPSLongitude and GPSInfo.GPSLongitudeRef tags.
Slideshow.MeteringMode Shows the metering mode used when the current picture was taken. The possible values are "Center weight", "Spot", or "Matrix". This is the value of the EXIF MeteringMode tag (hex code 0x9207).
Slideshow.ObjectName Shows a shorthand reference for the current picture. This is the value of the IPTC ObjectName tag (hex code 0x05).
Slideshow.Orientation Shows the orientation of the current picture. Possible values are "Top Left", "Top Right", "Left Top", "Right Bottom", etc. This is the value of the EXIF Orientation tag (hex code 0x0112).
Slideshow.Path Shows the file path of the current picture
Slideshow.Process Shows the process used to compress the current picture
Slideshow.ReferenceService Shows the Service Identifier of a prior envelope to which the current picture refers. This is the value of the IPTC ReferenceService tag (hex code 0x2D).
Slideshow.Resolution Shows the dimensions of the current picture (Width x Height)
Slideshow.SlideComment Shows a description of the current picture. This is the value of the EXIF User Comment tag (hex code 0x9286). This is the same value as Slideshow.EXIFComment.
Slideshow.SlideIndex Shows the slide index of the current picture
Slideshow.Source Shows the original owner of the current picture. This is the value of the IPTC Source tag (hex code 0x73).
Slideshow.SpecialInstructions Shows other editorial instructions concerning the use of the current picture. This is the value of the IPTC SpecialInstructions tag (hex code 0x28).
Slideshow.State Shows the State/Province where the current picture was taken. This is the value of the IPTC ProvinceState tag (hex code 0x5F).
Slideshow.Sublocation Template:Gotham note
Slideshow.SupplementalCategories Shows supplemental category codes to further refine the subject of the current picture. This is the value of the IPTC SuppCategory tag (hex code 0x14).
Slideshow.TimeCreated Template:Gotham note
Slideshow.TransmissionReference Shows a code representing the location of original transmission of the current picture. This is the value of the IPTC TransmissionReference tag (hex code 0x67).
Slideshow.Urgency Template:Gotham note
Slideshow.WhiteBalance Shows the white balance mode set when the current picture was taken. The possible values are "Manual" and "Auto". This is the value of the EXIF WhiteBalance tag (hex code 0xA403).

System

infolabels Definition
System.AddonTitle(id) Returns the title of the specified addon. Instead of specifying the id directly, one can also use an infolabel (eg. $INFO[Skin.String(Foo)])
System.Time Current time
System.Time(format) Shows hours (hh), minutes (mm) or seconds (ss). When 12 hour clock is used (xx) will return AM/PM. Also supported: (hh:mm), (mm:ss), (hh:mm:ss), (hh:mm:ss). (xx) option added after dharma
System.Date Current date
System.Date(format) Show current date using format, available markings: d (day of month 1-31), dd (day of month 01-31), ddd (short day of the week Mon-Sun), DDD (long day of the week Monday-Sunday), m (month 1-12), mm (month 01-12), mmm (short month name Jan-Dec), MMM (long month name January-December), yy (2-digit year), yyyy (4-digit year). Added after dharma.
System.AlarmPos Shutdown Timer position
System.BatteryLevel Returns the remaining battery level in range 0-100
System.FreeSpace Total Freespace on the drive
System.UsedSpace Total Usedspace on the drive
System.TotalSpace Totalspace on the drive
System.UsedSpacePercent Total Usedspace Percent on the drive
System.FreeSpacePercent Total Freespace Percent on the drive
System.CPUTemperature Current CPU temperature
System.GPUTemperature Current GPU temperature
System.FanSpeed Current fan speed
System.BuildVersion Version of build
System.BuildDate Date of build
System.FriendlyName Returns the xbmc instance name. It will auto append (%hostname%) in case the device name was not changed. eg. "XBMC (htpc)"
System.FPS Current rendering speed (frames per second)
System.FreeMemory Amount of free memory in Mb
System.Memory(format) Available formats: used, used.percent, free, free.percent, total
System.ScreenMode Screenmode (eg windowed / fullscreen)
System.ScreenWidth Width of screen in pixels
System.ScreenHeight Height of screen in pixels
System.StartupWindow The Window XBMC will load on startup (Future Gotham addition)
System.CurrentWindow Current Window we are in
System.CurrentControl Current focused control
System.DVDLabel Label of the disk in the DVD-ROM drive
System.HddTemperature Hdd temperature
System.KernelVersion System kernel version
System.Uptime System current uptime
System.TotalUptime System total uptime
System.CpuFrequency System cpu frequency
System.ScreenResolution Screen resolution
System.VideoEncoderInfo Video encoder info
System.InternetState Will return the internet state, connected or not connected

and for Conditional use: Connected->TRUE, not Connected->FALSE, do not use to check status in a pythonscript since it is threaded.

System.Language Shows the current language
System.GetBool(boolean) Returns the value of any standard system boolean setting. Will not work with settings in advancedsettings.xml
System.ProfileName Shows the User name of the currently logged in XBMC user
System.ProfileCount Shows the number of defined profiles
System.ProfileAutoLogin The profile XBMC will auto login to (Future Gotham addition)
System.TemperatureUnits Shows Celsius or Fahrenheit symbol

Visualisation

infolabels Definition
Visualisation.Preset Shows the current preset of the visualisation
Visualisation.Name Shows the name of the visualisation

Weather labels

infolabels Definition
Weather.Conditions Current weather conditions – this is looked up in a background process.
Weather.Temperature Current weather temperature
Weather.Location City/town which the above two items are for

Window

infolabels Definition
Window([window]).Property(key) Window property. (key can be any value, optional window can be id or name)
Window.Property(xmlfile) Displays the name of the xml file currently shown
Window(Home).Property(key) The home window has the following info labels.

Movies.Count, Movies.Watched, Movies.UnWatched, TVShows.Count, TVShows.Watched, TVShows.UnWatched, Episodes.Count, Episodes.Watched, Episodes.UnWatched, MusicVideos.Count, MusicVideos.Watched, MusicVideos.UnWatched, Music.SongsCount, Music.AlbumsCount, Music.ArtistsCount

LatestMovie.[1-10].Title, LatestMovie.[1-10].Year, LatestMovie.[1-10].RunningTime, LatestMovie.[1-10].Rating, LatestMovie.[1-10].Plot, LatestMovie.[1-10].Trailer, LatestMovie.[1-10].Thumb, LatestMovie.[1-10].Fanart, LatestMovie.[1-10].Path

LatestEpisode.[1-10].ShowTitle, LatestEpisode.[1-10].EpisodeTitle, LatestEpisode.[1-10].EpisodeNo, LatestEpisode.[1-10].EpisodeSeason, LatestEpisode.[1-10].EpisodeNumber, LatestEpisode.[1-10].Rating, LatestEpisode.[1-10].Plot, LatestEpisode.[1-10].Thumb, LatestEpisode.[1-10].ShowThumb, LatestEpisode.[1-10].SeasonThumb, LatestEpisode.[1-10].Fanart, LatestEpisode.[1-10].Path

LatestMusicVideo.[1-10].Title, LatestMusicVideo.[1-10].Thumb, LatestMusicVideo.[1-10].Year, LatestMusicVideo.[1-10].Plot, LatestMusicVideo.[1-10].RunningTime, LatestMusicVideo.[1-10].Path, LatestMusicVideo.[1-10].Artist, LatestMusicVideo.[1-10].Fanart

LatestSong.[1-10].Title, LatestSong.[1-10].Artist, LatestSong.[1-10].Album, LatestSong.[1-10].Year, LatestSong.[1-10].Rating, LatestSong.[1-10].Thumb, LatestSong.[1-10].Fanart, LatestSong.[1-10].Path

LatestAlbum.[1-10].Title, LatestAlbum.[1-10].Artist, LatestAlbum.[1-10].Year, LatestAlbum.[1-10].Rating, LatestAlbum.[1-10].Thumb, LatestAlbum.[1-10].Fanart, LatestAlbum.[1-10].Path

Window(Weather).Property(key) The weather window has the following info labels.

Location, Updated, Current.Condition, Current.Temperature, Current.FeelsLike, Current.UVIndex, Current.Wind (From <wind dir.> at <speed> <unit>), Current.WindSpeed, Current.WindDirection, Current.DewPoint, Current.Humidity, Day[0-6].Title, Day[0-6].HighTemp, Day[0-6].LowTemp, Day[0-6].Outlook

Images Available in XBMC

infolabels Definition
Container.FolderThumb Thumbnail Image of the current displayed folder of list and thumb panels
Container.TvshowThumb Thumbnail Image of the parent TV show
Container.SeasonThumb Thumbnail Image of the parent TV show season
Fanart.Image Fanart image for the parent TV Show
ListItem.Thumb Shows the thumbnail (if it exists) of the currently selected item in a list or thumb control
ListItem.Icon Shows the thumbnail (if it exists) of the currently selected item in a list or thumb control. If no thumbnail image exists, it will show the icon.
ListItem.ActualIcon Shows the icon of the currently selected item in a list or thumb control.
ListItem.Art(thumb) Returns the thumbnail of the currently selected item. (Frodo addition)
ListItem.Art(poster) Returns the poster of the currently selected tv show. (Frodo addition)
ListItem.Art(banner) Returns the banner of the currently selected tv show. (Frodo addition)
ListItem.Art(fanart) Returns the fanart image of the currently selected item. (Frodo addition)
ListItem.Art(tvshow.poster) Returns the tv show poster of the parent container. (Frodo addition)
ListItem.Art(tvshow.banner) Returns the tv show banner of the parent container. (Frodo addition)
ListItem.Art(season.poster) Returns the season poster of the currently selected season. (Frodo addition) Only available in DialogVideoInfo.xml
ListItem.Art(season.banner) Returns the season banner of the currently selected season. (Frodo addition) Only available in DialogVideoInfo.xml
ListItem.Art(season.fanart) Returns the fanart image of the currently selected season. (Frodo addition) Only available in DialogVideoInfo.xml
ListItem.Overlay Shows the Overlay Icon status (compressed file [OverlayRAR.png], Trainer [OverlayTrainer.png], watched [OverlayWatched.png], unwatched [OverlayUnwatched.png], locked [OverlayLocked.png]) of the currently selected item in a list or thumb control.
ListItem.StarRating Returns a value of 0 to 5 as a graphical display from images named rating0.png to rating5.png of the skin
ListItem.Property(ArtistThumb) Thumbnail Image of the parent artist, for use in dialogalbuminfo.xml and dialogsonginfo.xml
ListItem.Property(Addon.StarRating) Returns a value of rating0.png to rating5.png for the currently selected addon
ListItem.Property(Fanart_Image) Fanart Image currently selected item or of the parent TV show (Frodo addition)
ListItem.Property(SeasonThumb) Thumbnail Image of the parent TV show season, for use in dialogvideoinfo.xml
ListItem.Property(TVShowThumb) Thumbnail Image of the parent TV show, for use in dialogvideoinfo.xml (Frodo addition available anywhere)
MusicPlayer.Cover Cover of currently playing album
MusicPlayer.Property(Fanart_Image) Fanart image of the currently playing artist
Player.Art(fanart) Fanart Image the currently playing episode's parent TV show (Frodo addition)
Player.Art(tvshowthumb) Thumbnail Image the currently playing episode's parent TV show (Frodo addition)
Player.Art(poster) Poster Image the currently playing item. (Frodo addition)
Player.Art(thumb) Thumbnail Image the currently playing item. (Frodo addition)
Player.StarRating Returns a value of 0 to 5 as a graphical display from images named rating0.png to rating5.png of the skin
Pvr.NowRecordingChannelIcon Channel icon of the programme currently being recorded. (Frodo addition)
Pvr.NextRecordingChannelIcon Channel icon of the programme that will be recorded next. (Frodo addition)
Skin.String(name) Returns the image or image folder set by the user via a Skin.SetPath(name) or Skin.SetImage(name) List of Built In Functions. Allows skinners to have user-customisable images and multiimages.
System.AddonIcon(id) Returns the Icon of the specified addon. Instead of specifying the id directly, one can also use an infolabel (eg. $INFO[Skin.String(Foo)])
System.ProfileThumb Shows the Thumbnail image of the currently logged in XBMC user
VideoPlayer.Cover Cover of currently playing movie
Weather.Conditions Image of current weather conditions (NOTE: Can be used to load/refresh weather conditions)
Window([window]).Property(key) Window property. (key can be any value, optional window can be id or name)
Window(Weather).Property(key) The weather window has the following info images.

Current.ConditionIcon, Day[0-6].OutlookIcon, Current.FanartCode, Day[0-6].FanartCode

See also

Development: