Skip to content

Listitem Properties PVR

Marcel van der Veldt edited this page Nov 21, 2016 · 1 revision

PVR window properties

If enabled, you can also use this script to get rich metadata including artwork for titles in the PVR guide.

You must set the following Skin Bool for the scraper to activate:

Skin.SetBool(SkinHelper.EnablePVRThumbs)

Once the feature is enabled, you can use all the Window properties as explained in other sections of this wiki. For example, if the title in the PVR is properly recognized, the property SkinHelper.ListItem.Art.Title will be set to the scraped title, and so will be SkinHelper.ListItem.Art.Poster etc. etc.

NOTES:

  • The Window Properties will only be filled if the scraper actually matched the title.

  • A contextmenu item will be visible which allows the user to manually change the results.

  • In the addon settings for script.module.skin.helper.artutils, you will find several options to finetune the scraper.