Listitem Properties Movie sets - kodi-community-addons/script.skin.helper.service GitHub Wiki

Movie sets window properties, property doesn't work in containers.

If the selected listitem in the videolibrary is a movie set, some additional window properties are provided:

property description
SkinHelper.ListItem.Title The name of the movieset
SkinHelper.ListItem.Titles All titles in the movie set, separated by [CR]
SkinHelper.ListItem.Runtime Total runtime (in minutes of the movie set
SkinHelper.ListItem.Duration Formatted duration hours:minutes of the movieset total runtime
SkinHelper.ListItem.Duration.Hours Only the hours part of the formatted duration
SkinHelper.ListItem.Duration.Minutes Only the minutes part of the formatted duration
SkinHelper.ListItem.Writer All writers of the movies in the set
SkinHelper.ListItem.Director All directors of the movies in the set
SkinHelper.ListItem.Genre All genres of the movies in the set
SkinHelper.ListItem.Country All countries of the movies in the set
SkinHelper.ListItem.Studio All studios of the movies in the set
SkinHelper.ListItem.Years All years of the movies in the set
SkinHelper.ListItem.Year Year of first movie - Year of last movie
SkinHelper.ListItem.Plot Plot for the set provided by TMDB
SkinHelper.ListItem.Plots plot based on all movies
SkinHelper.ListItem.ExtendedPlot Plot of the set combined with movie titles
SkinHelper.ListItem.ExtendedPlots Plots of all movies combined with movie title info
SkinHelper.ListItem.Totalmovies Total movies in the set as provided by TMDB
SkinHelper.ListItem.Count Total movies in the set (in kodi db)
SkinHelper.ListItem.WatchedCount Total watched movies in the set
SkinHelper.ListItem.UnWatchedCount Total unwatched movies in the set
SkinHelper.ListItem.Art.X Artwork for the set provided by tmdb/fanarttv (replace X with arttype)
SkinHelper.ListItem.Art.ExtraFanart Rotating fanart images from movies in the set
SkinHelper.ListItem.X.Title Title of Movie X in the set
SkinHelper.ListItem.X.Plot Plot of Movie X in the set
SkinHelper.ListItem.X.Rating Rating of Movie X in the set
SkinHelper.ListItem.X.Year Year of Movie X in the set
SkinHelper.ListItem.X.DBID DBID of Movie X in the set
SkinHelper.ListItem.X.Duration Duration of Movie X in the set
SkinHelper.ListItem.X.Art.Poster Poster image of Movie X in the set
SkinHelper.ListItem.X.Art.FanArt FanArt image of Movie X in the set
SkinHelper.ListItem.X.Art.Landscape Landscape image of Movie X in the set
SkinHelper.ListItem.X.Art.Banner Banner image of Movie X in the set
SkinHelper.ListItem.X.Art.DiscArt DiscArt image of Movie X in the set
SkinHelper.ListItem.X.Art.ClearLogo Clearlogo image of Movie X in the set
SkinHelper.ListItem.X.Art.ClearArt ClearArt image of Movie X in the set
SkinHelper.ListItem.X.AspectRatio AspectRatio of Movie X in the set
SkinHelper.ListItem.X.Resolution Resolution of Movie X in the set
SkinHelper.ListItem.X.Codec Codec of Movie X in the set
SkinHelper.ListItem.X.AudioCodec AudioCodec of Movie X in the set
SkinHelper.ListItem.X.AudioChannels AudioChannels of Movie X in the set
SkinHelper.ListItem.X.AudioLanguage AudioLanguage of Movie X in the set
SkinHelper.ListItem.X.SubTitle SubTitle of Movie X in the set
SkinHelper.ListItem.StudioLogo Path to the studiologo

For the individual items (ListItem.X replace X with the number of the movie in the set. Start counting at 0 and movies are ordered by year.