Listitem Properties All video items - kodi-community-addons/script.skin.helper.service GitHub Wiki
Properties available for all video items, property doesn't work in containers.
These properties are available for all video items including PVR (if scraper enabled) For tvshows, also at season and episode level.
property | description |
---|---|
SkinHelper.ListItem.Imdbnumber | IMDB number of the movie/tvshow |
SkinHelper.ListItem.Premiered | Premieredate or first aired date |
SkinHelper.ListItem.Premiered.formatted | Localized variation of premiere date |
SkinHelper.ListItem.MPAA | Mpaa rating ( as provided by kodi listitem or IMDB as fallback) |
SkinHelper.ListItem.Tagline | Tagline for the movie |
SkinHelper.ListItem.Trakt.Tagline | Tagline for the movie from trakt |
SkinHelper.ListItem.Duration | Formatted duration hours:minutes of total runtime |
SkinHelper.ListItem.Duration.Hours | Only the hours part of duration |
SkinHelper.ListItem.Duration.Minutes | Only the minutes part of duration |
SkinHelper.ListItem.Director | All directors seperated by / (kodi default) |
SkinHelper.ListItem.Directors | All directors seperated by [CR] |
SkinHelper.ListItem.Writer | All writers seperated by / (kodi default) |
SkinHelper.ListItem.Country | All production countries seperated by / (kodi default) |
SkinHelper.ListItem.Tags | Will return all Kodi tags for the selected movie, separated by / |
SkinHelper.ListItem.Tag | Will return all tags/keywords (on TMDB) for the selected movie or show, separated by / |
SkinHelper.ListItem.Awards | awards for the movie/tvshow |
SkinHelper.ListItem.BoxOffice | amount the movie made at box office |
SkinHelper.ListItem.DVDRelease | date of DVD release |
SkinHelper.ListItem.Status | Status of production (e.g. continuing for series) |
SkinHelper.ListItem.Studio | First Studio/network |
SkinHelper.ListItem.Studios | Studios/networks, seperated by [CR] |
SkinHelper.ListItem.StudioLogo | Path to the studiologo |
SkinHelper.ListItem.Rating | Rating as provided by the listitem or IMDB if listitem has no value |
SkinHelper.ListItem.Rating.IMDB | rating on IMDB |
SkinHelper.ListItem.Rating.percent.IMDB | rating on IMDB as percentage of 100 |
SkinHelper.ListItem.Rating.MC | rating on Metacritic |
SkinHelper.ListItem.Rating.TMDB | rating on TMDB |
SkinHelper.ListItem.Rating.Trakt | rating on Trakt |
SkinHelper.ListItem.Votes | No. of votes as provided by the listitem or IMDB if listitem has no value |
SkinHelper.ListItem.Votes.IMDB | No. of votes on IMDB |
SkinHelper.ListItem.Votes.TMDB | No. of votes on TMDB |
SkinHelper.ListItem.Votes.Trakt | No. of votes on Trakt |
SkinHelper.ListItem.Popularity | Popularity index on TMDB |
SkinHelper.ListItem.RottenTomatoes.Rating | rotten tomatoes rating |
SkinHelper.ListItem.RottenTomatoes.Rating.Percent | rotten tomatoes rating as percentage of 100 |
SkinHelper.ListItem.RottenTomatoes.Fresh | rotten tomatoes fresh count |
SkinHelper.ListItem.RottenTomatoes.Rotten | rotten tomatoes rotten count |
SkinHelper.ListItem.RottenTomatoes.Image | rotten tomatoes image description (e.g. certified) |
SkinHelper.ListItem.MetaCritic.Rating | rating from metacritic |
SkinHelper.ListItem.IMDB.Top250 | Position of the movie or tvshow in the IMDB Top250 |
SkinHelper.ListItem.IMDB.Plot | Plot of the movie or tvshow on IMDB |
SkinHelper.ListItem.Trakt.Plot | Plot of the movie or tvshow on trakt |
SkinHelper.ListItem.Budget | budget spent to this movie in dollars (from tmdb) |
SkinHelper.ListItem.Budget.formatted | The budget formatted with commas to distunguish thousands |
SkinHelper.ListItem.Revenue | revenue for this movie in dollars (from tmdb |
SkinHelper.ListItem.Revenue.formatted | The Revenue formatted with commas to distunguish thousands |
SkinHelper.ListItem.Trailer | Trailer of the movie or tvshow on TMDB |
SkinHelper.ListItem.Trakt.Trailer | Trailer of the movie or tvshow on trakt |
SkinHelper.ListItem.Aired.Episodes | Number of the episodes in tvshow |