Skip to content

Listitem Properties Common

Marcel van der Veldt edited this page Nov 21, 2016 · 2 revisions

Window properties that provide (additional) info about the current focused listitem.

Once a user focusses a listitem in a Kodi media container, these window properties will be filled by the script.

NOTE: The properties will be based on the original info of the Kodi listitem and are complemented by the online metadata scraper (if enabled!). The original listitem's value will always take precendence over the scraper values. Exception: metadata provided by the PVR artwork scraper.

Usage: $INFO[Window(Home).Property(NAME-OF-PROPERTY)]


Common Properties available for all media types

These properties are available for all media types (music, videos, pvr)

By default, all common listitem properties will be available as Window property too, such as ListItem.Title, ListItem.Plot etc. etc.

This is usefull in a scenario of widgets where you want to display a details panel for the current selected widget and you have multiple widget containers.

Instead of using Container(510).ListItem.Plot, you can just use Window(Home).Property(SkinHelper.ListItem.Plot)

Besides all common properties, a few more are generated by the script:

property description
SkinHelper.ListItem.Genres All genres seperated by [CR]
SkinHelper.ListItem.Genre.X All genres of the current listitem. Start counting from 0
SkinHelper.ListItem.Year Year of release