InfoLabels: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>NedBot
m (Wikitable class; cosmetic changes)
>NedBot
m (Wikitable class)
Line 1: Line 1:
===Labels Available In XBMC===
===Labels Available In XBMC===
{| class="wikitable"
{| class="wikitable"
|- class="userrow"
|-  
| class="usercell" | AudioScrobbler.ConnectState
| AudioScrobbler.ConnectState
| class="usercell" | Connected to the audioscrobbler
| Connected to the audioscrobbler
|- class="userrow"
|-  
| class="usercell" | AudioScrobbler.SubmitInterval
| AudioScrobbler.SubmitInterval
| class="usercell" | Shows next reconnect when submission failed
| Shows next reconnect when submission failed
|- class="userrow"
|-  
| class="usercell" | AudioScrobbler.FilesCached
| AudioScrobbler.FilesCached
| class="usercell" | Number of cached songs
| Number of cached songs
|- class="userrow"
|-  
| class="usercell" | AudioScrobbler.SubmitState
| AudioScrobbler.SubmitState
| class="usercell" | Shows time left until the current song is submitted
| Shows time left until the current song is submitted
|- class="userrow"
|-  
| class="usercell" | Container.FolderPath
| Container.FolderPath
| class="usercell" | Shows complete path of currently displayed folder
| Shows complete path of currently displayed folder
|- class="userrow"
|-  
| class="usercell" | Container.FolderName
| Container.FolderName
| class="usercell" | Shows top most folder in currently displayed folder
| Shows top most folder in currently displayed folder
|- class="userrow"
|-  
| class="usercell" | Container.Viewmode
| Container.Viewmode
| class="usercell" | Returns the current viewmode (list, icons etc.)
| Returns the current viewmode (list, icons etc.)
|- class="userrow"
|-  
| class="usercell" | Container.SortMethod
| Container.SortMethod
| class="usercell" | Returns the current sort method (name, year, rating, etc.)
| Returns the current sort method (name, year, rating, etc.)
|- class="userrow"
|-  
| class="usercell" | Container.PluginName
| Container.PluginName
| class="usercell" | Returns the current plugins base folder name
| Returns the current plugins base folder name
|- class="userrow"
|-  
| class="usercell" | Container.PluginCategory
| Container.PluginCategory
| class="usercell" | Returns the current plugins category (set by the scripter)
| Returns the current plugins category (set by the scripter)
|- class="userrow"
|-  
| class="usercell" | Container.ShowPlot
| Container.ShowPlot
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | Container(id).NumPages
| Container(id).NumPages
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | Container(id).NumItems
| Container(id).NumItems
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | Container(id).CurrentPage
| Container(id).CurrentPage
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | Container(id).Position
| Container(id).Position
| class="usercell" | Returns the current focused position of Container (id) as a numeric label.
| Returns the current focused position of Container (id) as a numeric label.
|- class="userrow"
|-  
| class="usercell" | Container(id).Totaltime
| Container(id).Totaltime
| class="usercell" | Returns the total time of all items in the current container
| Returns the total time of all items in the current container
|- class="userrow"
|-  
| class="usercell" | Container(id).ListItem(offset).Label
| Container(id).ListItem(offset).Label
| class="usercell" | 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 )''
|- class="userrow"
|-  
| class="usercell" | Container(id).ListItem(offset).Label2
| Container(id).ListItem(offset).Label2
| class="usercell" | 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 )''
|- class="userrow"
|-  
| class="usercell" | Container(id).ListItem(offset).Icon
| Container(id).ListItem(offset).Icon
| class="usercell" | 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)''
|- class="userrow"
|-  
| class="usercell" | Container(id).ListItem(offset).ActualIcon
| Container(id).ListItem(offset).ActualIcon
| class="usercell" | 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 )''
|- class="userrow"
|-  
| class="usercell" | Container(id).ListItem(offset).Thumb
| Container(id).ListItem(offset).Thumb
| class="usercell" | 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 )''
|- class="userrow"
|-  
| class="usercell" | Container.Property(addoncategory)
| Container.Property(addoncategory)
| class="usercell" | Returns the current add-on category
| Returns the current add-on category
|- class="userrow"
|-  
| class="usercell" | Container.Property(reponame)
| Container.Property(reponame)
| class="usercell" | Returns the current add-on repository name
| Returns the current add-on repository name
|- class="userrow"
|-  
| class="usercell" | Control.GetLabel(id)
| Control.GetLabel(id)
| class="usercell" | 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.
|- class="userrow"
|-  
|- class="userrow"
|-  
| class="usercell" | Fanart.Color1
| Fanart.Color1
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | Fanart.Color2
| Fanart.Color2
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | Fanart.Color3
| Fanart.Color3
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | Listitem.Label
| Listitem.Label
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Label2
| ListItem.Label2
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Title
| ListItem.Title
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.OriginalTitle
| ListItem.OriginalTitle
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.SortLetter
| ListItem.SortLetter
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.TrackNumber
| ListItem.TrackNumber
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Artist
| ListItem.Artist
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Born)
| ListItem.Property(Artist_Born)
| class="usercell" | Date of Birth of the currently selected Artist
| Date of Birth of the currently selected Artist
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Died)
| ListItem.Property(Artist_Died)
| class="usercell" | Date of Death of the currently selected Artist
| Date of Death of the currently selected Artist
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Formed)
| ListItem.Property(Artist_Formed)
| class="usercell" | Formation date of the currently selected Band
| Formation date of the currently selected Band
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Disbanded)
| ListItem.Property(Artist_Disbanded)
| class="usercell" | Disbanding date of the currently selected Band
| Disbanding date of the currently selected Band
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_YearsActive)
| ListItem.Property(Artist_YearsActive)
| class="usercell" | Years the currently selected artist has been active
| Years the currently selected artist has been active
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Instrument)
| ListItem.Property(Artist_Instrument)
| class="usercell" | Instruments played by the currently selected artist
| Instruments played by the currently selected artist
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Description)
| ListItem.Property(Artist_Description)
| class="usercell" | Shows a biography of the currently selected artist
| Shows a biography of the currently selected artist
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Mood)
| ListItem.Property(Artist_Mood)
| class="usercell" | Shows the moods of the currently selected artist
| Shows the moods of the currently selected artist
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Style)
| ListItem.Property(Artist_Style)
| class="usercell" | Shows the styles of the currently selected artist
| Shows the styles of the currently selected artist
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Artist_Genre)
| ListItem.Property(Artist_Genre)
| class="usercell" | Shows the genre of the currently selected artist
| Shows the genre of the currently selected artist
|- class="userrow"
|-  
| class="usercell" | ListItem.Album
| ListItem.Album
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Album_Mood)
| ListItem.Property(Album_Mood)
| class="usercell" | Shows the moods of the currently selected Album
| Shows the moods of the currently selected Album
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Album_Style)
| ListItem.Property(Album_Style)
| class="usercell" | Shows the styles of the currently selected Album
| Shows the styles of the currently selected Album
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Album_Theme)
| ListItem.Property(Album_Theme)
| class="usercell" | Shows the themes of the currently selected Album
| Shows the themes of the currently selected Album
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Album_Type)
| ListItem.Property(Album_Type)
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Album_Label)
| ListItem.Property(Album_Label)
| class="usercell" | Shows the record label of the currently selected Album
| Shows the record label of the currently selected Album
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Album_Description)
| ListItem.Property(Album_Description)
| class="usercell" | Shows a review of the currently selected Album
| Shows a review of the currently selected Album
|- class="userrow"
|-  
| class="usercell" | ListItem.DiscNumber
| ListItem.DiscNumber
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Year
| ListItem.Year
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Premiered
| ListItem.Premiered
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Genre
| ListItem.Genre
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Director
| ListItem.Director
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Country
| ListItem.Country
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Episode
| ListItem.Episode
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | ListItem.Season
| ListItem.Season
| class="usercell" | Shows the season value for the currently selected tvshow
| Shows the season value for the currently selected tvshow
|- class="userrow"
|-  
| class="usercell" | ListItem.TVShowTitle
| ListItem.TVShowTitle
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(TotalSeasons)
| ListItem.Property(TotalSeasons)
| class="usercell" | Shows the total number of seasons for the currently selected tvshow
| Shows the total number of seasons for the currently selected tvshow
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(TotalEpisodes)
| ListItem.Property(TotalEpisodes)
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(WatchedEpisodes)
| ListItem.Property(WatchedEpisodes)
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(UnWatchedEpisodes)
| ListItem.Property(UnWatchedEpisodes)
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(NumEpisodes)
| ListItem.Property(NumEpisodes)
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | ListItem.PictureResolution
| ListItem.PictureResolution
| class="usercell" | Shows the dimensions of the selected picture
| Shows the dimensions of the selected picture
|- class="userrow"
|-  
| class="usercell" | ListItem.PictureDateTime
| ListItem.PictureDateTime
| class="usercell" | Shows the date/timestamp of the selected picture
| Shows the date/timestamp of the selected picture
|- class="userrow"
|-  
| class="usercell" | ListItem.FileName
| ListItem.FileName
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Path
| ListItem.Path
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.FolderName
| ListItem.FolderName
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.FileNameAndPath
| ListItem.FileNameAndPath
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.FileExtension
| ListItem.FileExtension
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Date
| ListItem.Date
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Size
| ListItem.Size
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Rating
| ListItem.Rating
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.RatingAndVotes
| ListItem.RatingAndVotes
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Mpaa
| ListItem.Mpaa
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.ProgramCount
| ListItem.ProgramCount
| class="usercell" | 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"
|- class="userrow"
|-  
| class="usercell" | ListItem.Duration
| ListItem.Duration
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Cast
| ListItem.Cast
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.CastAndRole
| ListItem.CastAndRole
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Studio
| ListItem.Studio
| class="usercell" | Studio of current selected Music Video in a list or thumb control
| Studio of current selected Music Video in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | ListItem.Trailer
| ListItem.Trailer
| class="usercell" | 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  
|- class="userrow"
|-  
| class="usercell" | ListItem.Writer
| ListItem.Writer
| class="usercell" | Name of Writer of current Video in a list or thumb control
| Name of Writer of current Video in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | listitem.Tagline
| listitem.Tagline
| class="usercell" | Small Summary of current Video in a list or thumb control
| Small Summary of current Video in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | ListItem.PlotOutline
| ListItem.PlotOutline
| class="usercell" | Small Summary of current Video in a list or thumb control
| Small Summary of current Video in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | ListItem.Plot
| ListItem.Plot
| class="usercell" | Complete Text Summary of Video in a list or thumb control
| Complete Text Summary of Video in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | ListItem.PercentPlayed
| ListItem.PercentPlayed
| class="usercell" | 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  
|- class="userrow"
|-  
| class="usercell" | ListItem.LastPlayed
| ListItem.LastPlayed
| class="usercell" | Last play date of Video in a list or thumb control
| Last play date of Video in a list or thumb control
|- class="userrow
|- class="userrow
| class="usercell" | ListItem.PlayCount
| ListItem.PlayCount
| class="usercell" | Playcount of Video in a list or thumb control
| Playcount of Video in a list or thumb control
|- class="userrow
|- class="userrow
| class="usercell" | ListItem.StartTime
| ListItem.StartTime
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.EndTime
| ListItem.EndTime
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.StartDate
| ListItem.StartDate
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Date
| ListItem.Date
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.ChannelNumber
| ListItem.ChannelNumber
| class="usercell" | Number of current selected TV channel in a list or thumb control
| Number of current selected TV channel in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | ListItem.ChannelName
| ListItem.ChannelName
| class="usercell" | Name of current selected TV channel in a list or thumb control
| Name of current selected TV channel in a list or thumb control
|- class="userrow"
|-  




| class="usercell" | ListItem.VideoCodec
| ListItem.VideoCodec
| class="usercell" | 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)
|- class="userrow"
|-  
| class="usercell" | ListItem.VideoResolution
| ListItem.VideoResolution
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | ListItem.VideoAspect
| ListItem.VideoAspect
| class="usercell" | 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)
|- class="userrow"
|-  
| class="usercell" | ListItem.AudioCodec
| ListItem.AudioCodec
| class="usercell" | 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, 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, vorbis, wmapro, wmav2)
|- class="userrow"
|-  
| class="usercell" | ListItem.AudioChannels
| ListItem.AudioChannels
| class="usercell" | 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)
|- class="userrow"
|-  
| class="usercell" | ListItem.AudioLanguage
| ListItem.AudioLanguage
| class="usercell" | 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)
|- class="userrow"
|-  
| class="usercell" | ListItem.SubtitleLanguage
| ListItem.SubtitleLanguage
| class="usercell" | 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)
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Name)
| ListItem.Property(Addon.Name)
| class="usercell" | Shows the name of the currently selected addon  
| Shows the name of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Version)
| ListItem.Property(Addon.Version)
| class="usercell" | Shows the version of the currently selected addon  
| Shows the version of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Summary)
| ListItem.Property(Addon.Summary)
| class="usercell" | Shows a short description of the currently selected addon  
| Shows a short description of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Description)
| ListItem.Property(Addon.Description)
| class="usercell" | Shows the full description of the currently selected addon  
| Shows the full description of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Type)
| ListItem.Property(Addon.Type)
| class="usercell" | Shows the type (screensaver, script, skin, etc...) of the currently selected addon  
| Shows the type (screensaver, script, skin, etc...) of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Creator)
| ListItem.Property(Addon.Creator)
| class="usercell" | Shows the name of the author the currently selected addon  
| Shows the name of the author the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Disclaimer)
| ListItem.Property(Addon.Disclaimer)
| class="usercell" | Shows the disclaimer of the currently selected addon  
| Shows the disclaimer of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Changelog)
| ListItem.Property(Addon.Changelog)
| class="usercell" | Shows the changelog of the currently selected addon  
| Shows the changelog of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.ID)
| ListItem.Property(Addon.ID)
| class="usercell" | Shows the identifier of the currently selected addon  
| Shows the identifier of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Status)
| ListItem.Property(Addon.Status)
| class="usercell" | Shows the status of the currently selected addon  
| Shows the status of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Broken)
| ListItem.Property(Addon.Broken)
| class="usercell" | 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  
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.Path)
| ListItem.Property(Addon.Path)
| class="usercell" | Shows the path of the currently selected addon  
| Shows the path of the currently selected addon  
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Title
| MusicPlayer.Title
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Album
| MusicPlayer.Album
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Album_Mood)
| MusicPlayer.Property(Album_Mood)
| class="usercell" | Shows the moods of the currently playing Album
| Shows the moods of the currently playing Album
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Album_Style)
| MusicPlayer.Property(Album_Style)
| class="usercell" | Shows the styles of the currently playing Album
| Shows the styles of the currently playing Album
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Album_Theme)
| MusicPlayer.Property(Album_Theme)
| class="usercell" | Shows the themes of the currently playing Album
| Shows the themes of the currently playing Album
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Album_Type)
| MusicPlayer.Property(Album_Type)
| class="usercell" | Shows the Album Type (e.g. compilation, enhanced, explicit lyrics) of the currently playing Album
| Shows the Album Type (e.g. compilation, enhanced, explicit lyrics) of the currently playing Album
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Album_Label)
| MusicPlayer.Property(Album_Label)
| class="usercell" | Shows the record label of the currently playing Album
| Shows the record label of the currently playing Album
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Album_Description)
| MusicPlayer.Property(Album_Description)
| class="usercell" | Shows a review of the currently playing Album
| Shows a review of the currently playing Album
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Artist
| MusicPlayer.Artist
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Born)
| MusicPlayer.Property(Artist_Born)
| class="usercell" | Date of Birth of the currently playing Artist
| Date of Birth of the currently playing Artist
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Died)
| MusicPlayer.Property(Artist_Died)
| class="usercell" | Date of Death of the currently playing Artist
| Date of Death of the currently playing Artist
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Formed)
| MusicPlayer.Property(Artist_Formed)
| class="usercell" | Formation date of the currently playing Artist/Band
| Formation date of the currently playing Artist/Band
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Disbanded)
| MusicPlayer.Property(Artist_Disbanded)
| class="usercell" | Disbanding date of the currently playing Artist/Band
| Disbanding date of the currently playing Artist/Band
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_YearsActive)
| MusicPlayer.Property(Artist_YearsActive)
| class="usercell" | Years the currently Playing artist has been active
| Years the currently Playing artist has been active
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Instrument)
| MusicPlayer.Property(Artist_Instrument)
| class="usercell" | Instruments played by the currently playing artist
| Instruments played by the currently playing artist
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Description)
| MusicPlayer.Property(Artist_Description)
| class="usercell" | Shows a biography of the currently playing artist
| Shows a biography of the currently playing artist
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Mood)
| MusicPlayer.Property(Artist_Mood)
| class="usercell" | Shows the moods of the currently playing artist
| Shows the moods of the currently playing artist
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Style)
| MusicPlayer.Property(Artist_Style)
| class="usercell" | Shows the styles of the currently playing artist
| Shows the styles of the currently playing artist
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Artist_Genre)
| MusicPlayer.Property(Artist_Genre)
| class="usercell" | Shows the genre of the currently playing artist
| Shows the genre of the currently playing artist
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Genre
| MusicPlayer.Genre
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Lyrics
| MusicPlayer.Lyrics
| class="usercell" | Lyrics of current song stored in ID tag info
| Lyrics of current song stored in ID tag info
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Year
| MusicPlayer.Year
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Rating
| MusicPlayer.Rating
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.DiscNumber
| MusicPlayer.DiscNumber
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Comment
| MusicPlayer.Comment
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Time
| MusicPlayer.Time
| class="usercell" | Current time in song
| Current time in song
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.TimeRemaining
| MusicPlayer.TimeRemaining
| class="usercell" | Current remaining time in song
| Current remaining time in song
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.TimeSpeed
| MusicPlayer.TimeSpeed
| class="usercell" | Both the time and the playspeed formatted up. eg 1:23 (2x)
| Both the time and the playspeed formatted up. eg 1:23 (2x)
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.TrackNumber
| MusicPlayer.TrackNumber
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Duration
| MusicPlayer.Duration
| class="usercell" | 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
| 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.BitRate
| MusicPlayer.BitRate
| class="usercell" | Bitrate of current song
| Bitrate of current song
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Channels
| MusicPlayer.Channels
| class="usercell" | Number of channels of current song
| Number of channels of current song
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.BitsPerSample
| MusicPlayer.BitsPerSample
| class="usercell" | Number of bits per sample of current song
| Number of bits per sample of current song
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.SampleRate
| MusicPlayer.SampleRate
| class="usercell" | Samplerate of current song
| Samplerate of current song
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Codec
| MusicPlayer.Codec
| class="usercell" | Codec of current song
| Codec of current song
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.PlaylistPosition
| MusicPlayer.PlaylistPosition
| class="usercell" | Position of the current song in the current music playlist
| Position of the current song in the current music playlist
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.PlaylistLength
| MusicPlayer.PlaylistLength
| class="usercell" | Total size of the current music playlist
| Total size of the current music playlist
|- class="userrow"
|-  
| class="usercell" | MusicPartyMode.SongsPlayed
| MusicPartyMode.SongsPlayed
| class="usercell" | Number of songs played during Party Mode
| Number of songs played during Party Mode
|- class="userrow"
|-  
| class="usercell" | MusicPartyMode.MatchingSongs
| MusicPartyMode.MatchingSongs
| class="usercell" | Number of songs available to Party Mode
| Number of songs available to Party Mode
|- class="userrow"
|-  
| class="usercell" | MusicPartyMode.MatchingSongsPicked
| MusicPartyMode.MatchingSongsPicked
| class="usercell" | Number of songs picked already for Party Mode
| Number of songs picked already for Party Mode
|- class="userrow"
|-  
| class="usercell" | MusicPartyMode.MatchingSongsLeft
| MusicPartyMode.MatchingSongsLeft
| class="usercell" | Number of songs left to be picked from for Party Mode
| Number of songs left to be picked from for Party Mode
|- class="userrow"
|-  
| class="usercell" | MusicPartyMode.RelaxedSongsPicked
| MusicPartyMode.RelaxedSongsPicked
| class="usercell" | Not currently used
| Not currently used
|- class="userrow"
|-  
| class="usercell" | MusicPartyMode.RandomSongsPicked
| MusicPartyMode.RandomSongsPicked
| class="usercell" | Number of unique random songs picked during Party Mode
| Number of unique random songs picked during Party Mode
|- class="userrow"
|-  
| class="usercell" | Network.IPAddress
| Network.IPAddress
| class="usercell" | The system's IP Address (formatted as IP: <ipaddress>)
| The system's IP Address (formatted as IP: <ipaddress>)
|- class="userrow"
|-  
| class="usercell" | Network.MacAddress
| Network.MacAddress
| class="usercell" | The system's  mac address
| The system's  mac address
|- class="userrow"
|-  
| class="usercell" | Network.IsDHCP
| Network.IsDHCP
| class="usercell" | Network type is DHCP or FIXED
| Network type is DHCP or FIXED
|- class="userrow"
|-  
| class="usercell" | Network.LinkState
| Network.LinkState
| class="usercell" | Network linkstate e.g. 10mbit/100mbit etc.
| Network linkstate e.g. 10mbit/100mbit etc.
|- class="userrow"
|-  
| class="usercell" | Network.SubnetAddress
| Network.SubnetAddress
| class="usercell" | Network subnet address
| Network subnet address
|- class="userrow"
|-  
| class="usercell" | Network.GatewayAddress
| Network.GatewayAddress
| class="usercell" | Network gateway address
| Network gateway address
|- class="userrow"
|-  
| class="usercell" | Network.DHCPAddress
| Network.DHCPAddress
| class="usercell" | DHCP ip address
| DHCP ip address
|- class="userrow"
|-  
| class="usercell" | Network.DNS1Address
| Network.DNS1Address
| class="usercell" | Network dns 1 address
| Network dns 1 address
|- class="userrow"
|-  
| class="usercell" | Network.DNS2Address
| Network.DNS2Address
| class="usercell" | Network dns 2 address
| Network dns 2 address
|- class="userrow"
|-  
| class="usercell" | Player.FinishTime
| Player.FinishTime
| class="usercell" | Time playing media will end
| Time playing media will end
|- class="userrow"
|-  
| class="usercell" | Player.Time
| Player.Time
| class="usercell" | Elapsed time of current playing media
| Elapsed time of current playing media
|- class="userrow"
|-  
| class="usercell" | Player.TimeRemaining
| Player.TimeRemaining
| class="usercell" | Remaining time of current playing media
| Remaining time of current playing media
|- class="userrow"
|-  
| class="usercell" | Player.Duration
| Player.Duration
| class="usercell" | Total duration of the current playing media
| Total duration of the current playing media
|- class="userrow"
|-  
| class="usercell" | Player.SeekTime
| Player.SeekTime
| class="usercell" | Time to which the user is seeking
| Time to which the user is seeking
|- class="userrow"
|-  
| class="usercell" | Player.SeekOffset
| Player.SeekOffset
| class="usercell" | Indicates the seek offset after a seek press (eg user presses BigStepForward, player.seekoffset returns +10:00)
| Indicates the seek offset after a seek press (eg user presses BigStepForward, player.seekoffset returns +10:00)
|- class="userrow"
|-  
| class="usercell" | Player.Volume
| Player.Volume
| class="usercell" | Current volume (between -60 and 0dB)
| Current volume (between -60 and 0dB)
|- class="userrow"
|-  
| class="usercell" | Player.CacheLevel
| Player.CacheLevel
| class="usercell" | Players current cache fill percentage (if supported by the player)
| Players current cache fill percentage (if supported by the player)
|- class="userrow"
|-  
| class="usercell" | Player.ProgressCache
| Player.ProgressCache
| class="usercell" | Shows how much of the file is cached above current play percentage
| Shows how much of the file is cached above current play percentage
|- class="userrow"
|-  
| class="usercell" | Player.Folderpath
| Player.Folderpath
| class="usercell" | Shows the full path of the currently playing song or movie
| Shows the full path of the currently playing song or movie
|- class="userrow"
|-  
| class="usercell" | Player.Filenameandpath
| Player.Filenameandpath
| class="usercell" | Shows the full path with filename of the currently playing song or movie
| Shows the full path with filename of the currently playing song or movie
|- class="userrow"
|-  
| class="usercell" | Playlist.Position
| Playlist.Position
| class="usercell" | Position of the current item in the current playlist (video or music)
| Position of the current item in the current playlist (video or music)
|- class="userrow"
|-  
| class="usercell" | Playlist.Length
| Playlist.Length
| class="usercell" | Total size of the current playlist (video or music)
| Total size of the current playlist (video or music)
|- class="userrow"
|-  
| class="usercell" | Playlist.Random
| Playlist.Random
| class="usercell" | Returns string ID's 590 (Randomize Play Enabled) or 591 (Disabled)
| Returns string ID's 590 (Randomize Play Enabled) or 591 (Disabled)
|- class="userrow"
|-  
| class="usercell" | Playlist.Repeat
| Playlist.Repeat
| class="usercell" | Returns string ID's 592 (Repeat One), 593 (Repeat All), or 594 (Repeat Off)
| Returns string ID's 592 (Repeat One), 593 (Repeat All), or 594 (Repeat Off)
|- class="userrow"
|-  


| class="usercell" | PVR.NextRecordingTitle
| PVR.NextRecordingTitle
| class="usercell" | Title of first TV programme scheduled to be recorded in a list or thumb control
| Title of first TV programme scheduled to be recorded in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | PVR.NextRecordingChannel
| PVR.NextRecordingChannel
| class="usercell" | Channel name of first TV programme scheduled to be recorded in a list or thumb control
| Channel name of first TV programme scheduled to be recorded in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | PVR.NextRecordingDateTime
| PVR.NextRecordingDateTime
| class="usercell" | Date and time of first TV programme scheduled to be recorded in a list or thumb control
| Date and time of first TV programme scheduled to be recorded in a list or thumb control
|- class="userrow"
|-  


| class="usercell" | Skin.CurrentTheme
| Skin.CurrentTheme
| class="usercell" | Returns the current selected skin theme.
| Returns the current selected skin theme.
|- class="userrow"
|-  
| class="usercell" | Skin.String(name)
| Skin.String(name)
| class="usercell" |
|  
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.
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.
|- class="userrow"
|-  
| class="usercell" | System.AddonTitle(id)
| System.AddonTitle(id)
| class="usercell" | Returns the title of the specified addon. Instead of specifying the id directly, one can also use an infolabel (eg. $INFO[Skin.String(Foo)])
| Returns the title of the specified addon. Instead of specifying the id directly, one can also use an infolabel (eg. $INFO[Skin.String(Foo)])
|- class="userrow"
|-  
| class="usercell" | System.Time
| System.Time
| class="usercell" | Current time
| Current time
|- class="userrow"
|-  
| class="usercell" | System.Time(format)
| System.Time(format)
| class="usercell" | 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 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
|- class="userrow"
|-  
| class="usercell" | System.Date
| System.Date
| class="usercell" | Current date
| Current date
|- class="userrow"
|-  
| class="usercell" | System.Date(format)
| System.Date(format)
| class="usercell" | 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.
| 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.
|- class="userrow"
|-  
| class="usercell" | System.AlarmPos
| System.AlarmPos
| class="usercell" | Shutdown Timer position
| Shutdown Timer position
|- class="userrow"
|-  
| class="usercell" | System.BatteryLevel
| System.BatteryLevel
| class="usercell" | Returns the remaining battery level in range 0-100
| Returns the remaining battery level in range 0-100
|- class="userrow"
|-  
| class="usercell" | System.FreeSpace
| System.FreeSpace
| class="usercell" | Total Freespace on the drive
| Total Freespace on the drive
|- class="userrow"
|-  
| class="usercell" | System.UsedSpace
| System.UsedSpace
| class="usercell" | Total Usedspace on the drive
| Total Usedspace on the drive
|- class="userrow"
|-  
| class="usercell" | System.TotalSpace
| System.TotalSpace
| class="usercell" | Totalspace on the drive
| Totalspace on the drive
|- class="userrow"
|-  
| class="usercell" | System.UsedSpacePercent
| System.UsedSpacePercent
| class="usercell" | Total Usedspace Percent on the drive
| Total Usedspace Percent on the drive
|- class="userrow"
|-  
| class="usercell" | System.FreeSpacePercent
| System.FreeSpacePercent
| class="usercell" | Total Freespace Percent on the drive
| Total Freespace Percent on the drive
|- class="userrow"
|-  
| class="usercell" | System.CPUTemperature
| System.CPUTemperature
| class="usercell" | Current CPU temperature
| Current CPU temperature
|- class="userrow"
|-  
| class="usercell" | System.GPUTemperature
| System.GPUTemperature
| class="usercell" | Current GPU temperature
| Current GPU temperature
|- class="userrow"
|-  
| class="usercell" | System.FanSpeed
| System.FanSpeed
| class="usercell" | Current fan speed
| Current fan speed
|- class="userrow"
|-  
| class="usercell" | System.BuildVersion
| System.BuildVersion
| class="usercell" | Version of build
| Version of build
|- class="userrow"
|-  
| class="usercell" | System.BuildDate
| System.BuildDate
| class="usercell" | Date of build
| Date of build
|- class="userrow"
|-  
| class="usercell" | System.FriendlyName
| System.FriendlyName
| class="usercell" | Returns the xbmc instance name. It will auto append (%hostname%) in case the device name was not changed. eg. "XBMC (htpc)"
| Returns the xbmc instance name. It will auto append (%hostname%) in case the device name was not changed. eg. "XBMC (htpc)"
|- class="userrow"
|-  
| class="usercell" | System.FPS
| System.FPS
| class="usercell" | Current rendering speed (frames per second)
| Current rendering speed (frames per second)
|- class="userrow"
|-  
| class="usercell" | System.FreeMemory
| System.FreeMemory
| class="usercell" | Amount of free memory in Mb
| Amount of free memory in Mb
|- class="userrow"
|-  
| class="usercell" | System.ScreenMode
| System.ScreenMode
| class="usercell" | Screenmode (eg windowed / fullscreen)
| Screenmode (eg windowed / fullscreen)
|- class="userrow"
|-  
| class="usercell" | System.ScreenWidth
| System.ScreenWidth
| class="usercell" | Width of screen in pixels
| Width of screen in pixels
|- class="userrow"
|-  
| class="usercell" | System.ScreenHeight
| System.ScreenHeight
| class="usercell" | Height of screen in pixels
| Height of screen in pixels
|- class="userrow"
|-  
| class="usercell" | System.CurrentWindow
| System.CurrentWindow
| class="usercell" | Current Window we are in
| Current Window we are in
|- class="userrow"
|-  
| class="usercell" | System.CurrentControl
| System.CurrentControl
| class="usercell" | Current focused control
| Current focused control
|- class="userrow"
|-  
| class="usercell" | System.DVDLabel
| System.DVDLabel
| class="usercell" | Label of the disk in the <span class="nobr">DVD-ROM</span> drive
| Label of the disk in the <span class="nobr">DVD-ROM</span> drive
|- class="userrow"
|-  
| class="usercell" | System.HddTemperature
| System.HddTemperature
| class="usercell" | Hdd temperature
| Hdd temperature
|- class="userrow"
|-  
| class="usercell" | System.KernelVersion
| System.KernelVersion
| class="usercell" | System kernel version
| System kernel version
|- class="userrow"
|-  
| class="usercell" | System.Uptime
| System.Uptime
| class="usercell" | System current uptime
| System current uptime
|- class="userrow"
|-  
| class="usercell" | System.TotalUptime
| System.TotalUptime
| class="usercell" | System total uptime
| System total uptime
|- class="userrow"
|-  
| class="usercell" | System.CpuFrequency
| System.CpuFrequency
| class="usercell" | System cpu frequency
| System cpu frequency
|- class="userrow"
|-  
| class="usercell" | System.ScreenResolution
| System.ScreenResolution
| class="usercell" | Screen resolution
| Screen resolution
|- class="userrow"
|-  
| class="usercell" | System.VideoEncoderInfo
| System.VideoEncoderInfo
| class="usercell" | Video encoder info
| Video encoder info
|- class="userrow"
|-  
| class="usercell" | System.InternetState
| System.InternetState
| class="usercell" | Will return the internet state, connected or not connected  
| 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.
and for Conditional use: Connected->TRUE, not Connected->FALSE, do not use to check status in a pythonscript since it is threaded.
|- class="userrow"
|-  
| class="usercell" | System.Language
| System.Language
| class="usercell" | Shows the current language
| Shows the current language
|- class="userrow"
|-  
| class="usercell" | System.GetBool(boolean)
| System.GetBool(boolean)
| class="usercell" | Returns the value of any standard system boolean setting.  Will not work with settings in advancedsettings.xml
| Returns the value of any standard system boolean setting.  Will not work with settings in advancedsettings.xml
|- class="userrow"
|-  
| class="usercell" | System.ProfileName
| System.ProfileName
| class="usercell" | Shows the User name of the currently logged in XBMC user
| Shows the User name of the currently logged in XBMC user
|- class="userrow"
|-  
| class="usercell" | System.ProfileCount
| System.ProfileCount
| class="usercell" | Shows the number of defined profiles
| Shows the number of defined profiles
|- class="userrow"
|-  
| class="usercell" | System.TemperatureUnits
| System.TemperatureUnits
| class="usercell" | Shows Celsius or Fahrenheit symbol
| Shows Celsius or Fahrenheit symbol
|- class="userrow"
|-  
| class="usercell" | Visualisation.Preset
| Visualisation.Preset
| class="usercell" | Shows the current preset of the visualisation
| Shows the current preset of the visualisation
|- class="userrow"
|-  
| class="usercell" | Visualisation.Name
| Visualisation.Name
| class="usercell" | Shows the name of the visualisation
| Shows the name of the visualisation
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Time
| VideoPlayer.Time
| class="usercell" | Current time in movie
| Current time in movie
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.TimeRemaining
| VideoPlayer.TimeRemaining
| class="usercell" | Current remaining time in movie
| Current remaining time in movie
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.TimeSpeed
| VideoPlayer.TimeSpeed
| class="usercell" | Current time + playspeed. eg 1:23:14 (-4x)
| Current time + playspeed. eg 1:23:14 (-4x)
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Duration
| VideoPlayer.Duration
| class="usercell" | Length of current movie
| Length of current movie
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Title
| VideoPlayer.Title
| class="usercell" | Title of currently playing video. If it's in the database it will return the database title, else the filename
| Title of currently playing video. If it's in the database it will return the database title, else the filename
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.TVShowTitle
| VideoPlayer.TVShowTitle
| class="usercell" | Title of currently playing episode's tvshow name
| Title of currently playing episode's tvshow name
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Genre
| VideoPlayer.Genre
| class="usercell" | Genre(s) of current movie, if it's in the database
| Genre(s) of current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Director
| VideoPlayer.Director
| class="usercell" | Director of current movie, if it's in the database
| Director of current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Country
| VideoPlayer.Country
| class="usercell" | Production country of current movie, if it's in the database
| Production country of current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Year
| VideoPlayer.Year
| class="usercell" | Year of release of current movie, if it's in the database
| Year of release of current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Rating
| VideoPlayer.Rating
| class="usercell" | IMDb user rating of current movie, if it's in the database
| IMDb user rating of current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.RatingAndVotes
| VideoPlayer.RatingAndVotes
| class="usercell" | IMDb user rating and votes of current movie, if it's in the database
| IMDb user rating and votes of current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.mpaa
| VideoPlayer.mpaa
| class="usercell" | MPAA rating of current movie, if it's in the database
| MPAA rating of current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.PlaylistPosition
| VideoPlayer.PlaylistPosition
| class="usercell" | Position of the current song in the current video playlist
| Position of the current song in the current video playlist
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.PlaylistLength
| VideoPlayer.PlaylistLength
| class="usercell" | Total size of the current video playlist
| Total size of the current video playlist
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Cast
| VideoPlayer.Cast
| class="usercell" | A concatenated string of cast members of the current movie, if it's in the database
| A concatenated string of cast members of the current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.CastAndRole
| VideoPlayer.CastAndRole
| class="usercell" | A concatenated string of cast members and roles of the current movie, if it's in the database
| A concatenated string of cast members and roles of the current movie, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Album
| VideoPlayer.Album
| class="usercell" | Album from which the current Music Video is from, if it's in the database
| Album from which the current Music Video is from, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Artist
| VideoPlayer.Artist
| class="usercell" | Artist(s) of current Music Video, if it's in the database
| Artist(s) of current Music Video, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Studio
| VideoPlayer.Studio
| class="usercell" | Studio of current Music Video, if it's in the database
| Studio of current Music Video, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Writer
| VideoPlayer.Writer
| class="usercell" | Name of Writer of current playing Video, if it's in the database
| Name of Writer of current playing Video, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Tagline
| VideoPlayer.Tagline
| class="usercell" | Small Summary of current playing Video, if it's in the database
| Small Summary of current playing Video, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.PlotOutline
| VideoPlayer.PlotOutline
| class="usercell" | Small Summary of current playing Video, if it's in the database
| Small Summary of current playing Video, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Plot
| VideoPlayer.Plot
| class="usercell" | Complete Text Summary of current playing Video, if it's in the database
| Complete Text Summary of current playing Video, if it's in the database
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.LastPlayed
| VideoPlayer.LastPlayed
| class="usercell" | Last play date of current playing Video, if it's in the database
| Last play date of current playing Video, if it's in the database
|- class="userrow
|- class="userrow
| class="usercell" | VideoPlayer.PlayCount
| VideoPlayer.PlayCount
| class="usercell" | Playcount of current playing Video, if it's in the database
| Playcount of current playing Video, if it's in the database
|- class="userrow
|- class="userrow


| class="usercell" | VideoPlayer.VideoCodec
| VideoPlayer.VideoCodec
| class="usercell" | Shows the video codec of the currently playing video (common values: see ListItem.VideoCodec)
| Shows the video codec of the currently playing video (common values: see ListItem.VideoCodec)
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.VideoResolution
| VideoPlayer.VideoResolution
| class="usercell" | Shows the video resolution of the currently playing video (possible values: see ListItem.VideoResolution)
| Shows the video resolution of the currently playing video (possible values: see ListItem.VideoResolution)
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.VideoAspect
| VideoPlayer.VideoAspect
| class="usercell" | Shows the aspect ratio of the currently playing video (possible values: see ListItem.VideoAspect)  
| Shows the aspect ratio of the currently playing video (possible values: see ListItem.VideoAspect)  
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.AudioCodec
| VideoPlayer.AudioCodec
| class="usercell" | Shows the audio codec of the currently playing video (common values: see ListItem.AudioCodec)
| Shows the audio codec of the currently playing video (common values: see ListItem.AudioCodec)
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.AudioChannels
| VideoPlayer.AudioChannels
| class="usercell" | Shows the number of audio channels of the currently playing video (possible values: see ListItem.AudioChannels)
| Shows the number of audio channels of the currently playing video (possible values: see ListItem.AudioChannels)
|- class="userrow"
|-  
| class="usercell" | Weather.Conditions
| Weather.Conditions
| class="usercell" | Current weather conditions – this is looked up in a background process.
| Current weather conditions – this is looked up in a background process.
|- class="userrow"
|-  
| class="usercell" | Weather.Temperature
| Weather.Temperature
| class="usercell" | Current weather temperature
| Current weather temperature
|- class="userrow"
|-  
| class="usercell" | Weather.Location
| Weather.Location
| class="usercell" | City/town which the above two items are for
| City/town which the above two items are for
|- class="userrow"
|-  
| class="usercell" | Window([window]).Property(key)
| Window([window]).Property(key)
| class="usercell" | Window property. (key can be any value, optional window can be id or name)
| Window property. (key can be any value, optional window can be id or name)
|- class="userrow"
|-  
| class="usercell" | Window.Property(xmlfile)
| Window.Property(xmlfile)
| class="usercell" | Displays the name of the xml file currently shown
| Displays the name of the xml file currently shown
|- class="userrow"
|-  
| class="usercell" | Window(Home).Property(key)
| Window(Home).Property(key)
| class="usercell" | The home window has the following info labels.
| 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
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


Line 815: Line 815:


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
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
|- class="userrow"
|-  
| class="usercell" | Window(Weather).Property(key)
| Window(Weather).Property(key)
| class="usercell" | The weather window has the following info labels.
| 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, Day0.Title, Day0.HighTemp, Day0.LowTemp, Day0.Outlook, Day1.Title, Day1.HighTemp, Day1.LowTemp, Day1.Outlook, Day2.Title, Day2.HighTemp, Day2.LowTemp, Day2.Outlook, Day3.Title, Day3.HighTemp, Day3.LowTemp, Day3.Outlook
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, Day0.Title, Day0.HighTemp, Day0.LowTemp, Day0.Outlook, Day1.Title, Day1.HighTemp, Day1.LowTemp, Day1.Outlook, Day2.Title, Day2.HighTemp, Day2.LowTemp, Day2.Outlook, Day3.Title, Day3.HighTemp, Day3.LowTemp, Day3.Outlook
|}
|}
Line 823: Line 823:
=== Images Available in XBMC ===
=== Images Available in XBMC ===
{| class="wikitable"
{| class="wikitable"
|- class="userrow"
|-  
| class="usercell" | Container.FolderThumb
| Container.FolderThumb
| class="usercell" | Thumbnail Image of the current displayed folder of list and thumb panels
| Thumbnail Image of the current displayed folder of list and thumb panels
|- class="userrow"
|-  
| class="usercell" | Container.TvshowThumb
| Container.TvshowThumb
| class="usercell" | Thumbnail Image of the parent TV show
| Thumbnail Image of the parent TV show
|- class="userrow"
|-  
| class="usercell" | Container.SeasonThumb
| Container.SeasonThumb
| class="usercell" | Thumbnail Image of the parent TV show season
| Thumbnail Image of the parent TV show season
|- class="userrow"
|-  
| class="usercell" | Fanart.Image
| Fanart.Image
| class="usercell" | Fanart image for the parent TV Show
| Fanart image for the parent TV Show
|- class="userrow"
|-  
| class="usercell" | Listitem.Property(Fanart_Image)
| Listitem.Property(Fanart_Image)
| class="usercell" | Fanart image for the selected item
| Fanart image for the selected item
|- class="userrow"
|-  
| class="usercell" | ListItem.Thumb
| ListItem.Thumb
| class="usercell" | Shows the thumbnail (if it exists) of the currently selected item in a list or thumb control
| Shows the thumbnail (if it exists) of the currently selected item in a list or thumb control
|- class="userrow"
|-  
| class="usercell" | ListItem.Icon
| ListItem.Icon
| class="usercell" | 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.
| 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.
|- class="userrow"
|-  
| class="usercell" | ListItem.ActualIcon
| ListItem.ActualIcon
| class="usercell" | Shows the icon of the currently selected item in a list or thumb control.
| Shows the icon of the currently selected item in a list or thumb control.
|- class="userrow"
|-  
| class="usercell" | ListItem.Overlay
| ListItem.Overlay
| class="usercell" | 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.
|- class="userrow"
|-  
| class="usercell" | ListItem.StarRating
| ListItem.StarRating
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(SeasonThumb)
| ListItem.Property(SeasonThumb)
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(ArtistThumb)
| ListItem.Property(ArtistThumb)
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | ListItem.Property(Addon.StarRating)
| ListItem.Property(Addon.StarRating)
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Cover
| MusicPlayer.Cover
| class="usercell" | Cover of currently playing album
| Cover of currently playing album
|- class="userrow"
|-  
| class="usercell" | MusicPlayer.Property(Fanart_Image)
| MusicPlayer.Property(Fanart_Image)
| class="usercell" | Fanart image of the currently playing artist
| Fanart image of the currently playing artist
|- class="userrow"
|-  
| class="usercell" | Player.StarRating
| Player.StarRating
| class="usercell" | 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
|- class="userrow"
|-  
| class="usercell" | Skin.String(name)
| Skin.String(name)
| class="usercell" |
|  
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.
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.
|- class="userrow"
|-  
| class="usercell" | System.ProfileThumb
| System.ProfileThumb
| class="usercell" | Shows the Thumbnail image of the currently logged in XBMC user
| Shows the Thumbnail image of the currently logged in XBMC user
|- class="userrow"
|-  
| class="usercell" | VideoPlayer.Cover
| VideoPlayer.Cover
| class="usercell" | Cover of currently playing movie
| Cover of currently playing movie
|- class="userrow"
|-  
| class="usercell" | Weather.Conditions
| Weather.Conditions
| class="usercell" | Image of current weather conditions
| Image of current weather conditions
|- class="userrow"
|-  
| class="usercell" | Window([window]).Property(key)
| Window([window]).Property(key)
| class="usercell" | Window property. (key can be any value, optional window can be id or name)
| Window property. (key can be any value, optional window can be id or name)
|- class="userrow"
|-  
| class="usercell" | Window(Weather).Property(key)
| Window(Weather).Property(key)
| class="usercell" | The weather window has the following info images.
| The weather window has the following info images.
Current.ConditionIcon, Day0.OutlookIcon, Day1.OutlookIcon, Day2.OutlookIcon, Day3.OutlookIcon, Current.FanartCode, Day0.FanartCode, Day1.FanartCode, Day2.FanartCode, Day3.FanartCode
Current.ConditionIcon, Day0.OutlookIcon, Day1.OutlookIcon, Day2.OutlookIcon, Day3.OutlookIcon, Current.FanartCode, Day0.FanartCode, Day1.FanartCode, Day2.FanartCode, Day3.FanartCode
|}
|}

Revision as of 07:52, 26 November 2011

Labels Available In XBMC

AudioScrobbler.ConnectState Connected to the audioscrobbler
AudioScrobbler.SubmitInterval Shows next reconnect when submission failed
AudioScrobbler.FilesCached Number of cached songs
AudioScrobbler.SubmitState Shows time left until the current song is submitted
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.Property(addoncategory) Returns the current add-on category
Container.Property(reponame) Returns the current add-on repository name
Control.GetLabel(id) Returns the label value or texture name of the control with the given id.
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.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.PictureResolution Shows the dimensions of the selected picture
ListItem.PictureDateTime Shows the date/timestamp of the selected picture
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.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.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.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, 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
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
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.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.FinishTime Time playing media will end
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
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.NextRecordingTitle Title of first TV programme scheduled to be recorded in a list or thumb control
PVR.NextRecordingChannel Channel name of first TV programme scheduled to be recorded in a list or thumb control
PVR.NextRecordingDateTime Date and time of first TV programme scheduled to be recorded in a list or thumb control
Skin.CurrentTheme Returns the current selected skin theme.
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.

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.ScreenMode Screenmode (eg windowed / fullscreen)
System.ScreenWidth Width of screen in pixels
System.ScreenHeight Height of screen in pixels
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.TemperatureUnits Shows Celsius or Fahrenheit symbol
Visualisation.Preset Shows the current preset of the visualisation
Visualisation.Name Shows the name of the visualisation
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.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.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)
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([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].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, Day0.Title, Day0.HighTemp, Day0.LowTemp, Day0.Outlook, Day1.Title, Day1.HighTemp, Day1.LowTemp, Day1.Outlook, Day2.Title, Day2.HighTemp, Day2.LowTemp, Day2.Outlook, Day3.Title, Day3.HighTemp, Day3.LowTemp, Day3.Outlook

Images Available in XBMC

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.Property(Fanart_Image) Fanart image for the selected item
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.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(SeasonThumb) Thumbnail Image of the parent TV show season, for use in dialogvideoinfo.xml
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
MusicPlayer.Cover Cover of currently playing album
MusicPlayer.Property(Fanart_Image) Fanart image of the currently playing artist
Player.StarRating Returns a value of 0 to 5 as a graphical display from images named rating0.png to rating5.png of the skin
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.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
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, Day0.OutlookIcon, Day1.OutlookIcon, Day2.OutlookIcon, Day3.OutlookIcon, Current.FanartCode, Day0.FanartCode, Day1.FanartCode, Day2.FanartCode, Day3.FanartCode