beatmasterRS / skin.arctic.zephyr.mod

Welcome to Arctic: Zephyr - Reloaded. A clean, minimal, elegant, simple, light skin, based on the original Arctic: Zephyr skin by jurialmunkey.
Other
164 stars 54 forks source link

support for PVR artwork #637

Closed kalle2000 closed 2 years ago

kalle2000 commented 2 years ago

Dear @beatmasterRS,

would it be possible to support PVR artwork for your skin? in Include_Images.xml I managed to show posters for pvr channels already (with your help):

<value condition="!String.IsEmpty(ListItem.EpgEventIcon) + String.StartsWith(ListItem.FolderPath,pvr://)">$INFO[ListItem.EpgEventIcon]</value>

In another thread I read that replacing $INFO[ListItem.EpgEventIcon] by $INFO[Pvr.EpgEventIcon] is supposed to show PVR artwork. Apparently I do not get it to work with your skin.

<value condition="!String.IsEmpty(ListItem.EpgEventIcon) + String.StartsWith(ListItem.FolderPath,pvr://)">$INFO[Pvr.EpgEventIcon]</value>

beatmasterRS commented 2 years ago

Where exactly would you like to see PVR artwork?

beatmasterRS commented 2 years ago

Screenshots could be helpful

kalle2000 commented 2 years ago

I am using Home menu style "Modern Multi-widgets Netflix" and when I customize the home menu and adding widgets for movies or tvshows, I can select various widgets aspects such as "Small poster thumbnail" or "fanart".

Home menu

For PVR this does not work (widget: Last Played Channels) as only the channel icon is shown. With the tweak from my first post at least the poster is shown.

PVR home menu

So my question is if it is possible to support the same widgets aspects for PVR as for movies/shows.

The PVR artwork itself is fetched via Skin Helper service

kalle2000 commented 2 years ago

It seems that a new module is in the works to support PVR artwork: Kodinerds Thread