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 60 forks source link

PVR Home Sreen Widget Logo/Artwork does not show #912

Open gwx12 opened 1 year ago

gwx12 commented 1 year ago
Bildschirm­foto 2023-01-31 um 12 27 10
beatmasterRS commented 1 year ago

@kalle2000 maybe you could help?

gwx12 commented 1 year ago

When the channel plays Artwork works for the selected channel.

Bildschirm­foto 2023-01-31 um 16 12 55 Bildschirm­foto 2023-01-31 um 16 16 05
kalle2000 commented 1 year ago

@gwx12 Did you try 2.0.1 already? Is the issue occurring with that version still?

For those cases where PVR Artwork is not shown on the home screen, how does PVR Channel Manager and PVR EPG look like? Is artwork shown there?

gwx12 commented 1 year ago

@kalle2000 Yes with 2.0.1 still not show on Homescreen, have tried to clear the artwork.

Bildschirm­foto 2023-02-01 um 20 42 15 Bildschirm­foto 2023-02-01 um 20 40 43 Bildschirm­foto 2023-02-01 um 20 42 32
kalle2000 commented 1 year ago

@gwx12 please try this fix and let me know if its working for you

gwx12 commented 1 year ago

@kalle2000 no change, is there something in the settings that i am missing ?

kalle2000 commented 1 year ago

Please provide screenshots how you configured your "LIVE-TV" menu.

gwx12 commented 1 year ago
Bildschirm­foto 2023-02-04 um 17 07 01 Bildschirm­foto 2023-02-04 um 17 07 26 Bildschirm­foto 2023-02-04 um 17 09 36 Bildschirm­foto 2023-02-04 um 17 10 47 Bildschirm­foto 2023-02-04 um 17 10 52
kalle2000 commented 1 year ago

@gwx12 can you please try to select "clean & minimal" as "Home menu style" in the skin settings? Any changed behavior?

gwx12 commented 1 year ago

@kalle2000 nothing changed.

kalle2000 commented 1 year ago

It looks like PVR Artwork is not supporting the Home screen by default. You can change that by changing the main.py file in /storage/.kodi/addons/script.module.pvr.artwork :+1:

content_types = dict({'MyPVRChannels.xml': 'ListItem', 'MyPVRGuide.xml': 'ListItem', 'DialogPVRInfo.xml': 'ListItem', 'MyPVRRecordings.xml': 'Container(50).ListItem', 'MyPVRTimers.xml': 'Container(50).ListItem', 'MyPVRSearch.xml': 'Container(50).ListItem', 'DialogPVRChannelsOSD.xml': 'Container(11).ListItem', 'DialogPVRChannelGuide.xml': 'Container(11).ListItem'})

into:

content_types = dict({'MyPVRChannels.xml': 'ListItem', 'MyPVRGuide.xml': 'ListItem', 'DialogPVRInfo.xml': 'ListItem', 'MyPVRRecordings.xml': 'Container(50).ListItem', 'MyPVRTimers.xml': 'Container(50).ListItem', 'MyPVRSearch.xml': 'Container(50).ListItem', 'DialogPVRChannelsOSD.xml': 'Container(11).ListItem', 'DialogPVRChannelGuide.xml': 'Container(11).ListItem', 'Home.xml': 'Container(30111).ListItem'})

30111 work if your PVR is the first entry in the menu. In case its second, its 30121.

gwx12 commented 1 year ago

Thank you for your effort, Artwork works now. 👍

Is it possible to display the channel Logo if there is no Artwork?