Open gwx12 opened 1 year ago
@kalle2000 maybe you could help?
When the channel plays Artwork works for the selected channel.
@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?
@kalle2000 Yes with 2.0.1 still not show on Homescreen, have tried to clear the artwork.
@kalle2000 no change, is there something in the settings that i am missing ?
Please provide screenshots how you configured your "LIVE-TV" menu.
@gwx12 can you please try to select "clean & minimal" as "Home menu style" in the skin settings? Any changed behavior?
@kalle2000 nothing changed.
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.
Thank you for your effort, Artwork works now. 👍
Is it possible to display the channel Logo if there is no Artwork?