PVR Skinning Questions
#1
I'm working on the PVR section of my skin and I'm trying to figure out the following:
  1. I'm trying to display the EPGEventIcon in the VideoFullScreen.xml but can't seem to get it. I've tried:
    $INFO[Player.Art(EpgEventIcon)]
    $INFO[Player.Art(pvr.EpgEventIcon)]
    Is there a way to get that?
  2. How do I get a fixedlist of PVR Groups on MyPVRChannels.xml? I see in the wiki (https://kodi.wiki/view/List_of_Built_In_Controls) that 28 and 29 deal with groups but those don't work
  3. When I click on a channel to play it, I can press the up/down arrow key to select the next/previous channel. Is there a way to get an EPG up there that is only 3 channels high? I know I can press the "C" key and get a list but I'm looking to get a mini MyPVRGuide.xml window to display on the screen.
Thanks,
Doc
Reply
#2
Perhaps you can borrow some code from
https://github.com/louisbraun/skin.unfussy
Reply
#3
WOW! That is really helpful. Thanks!

Here is what I found: 
1. This is what it was: <texture>$INFO[pvr.EpgEventIcon]</texture>
2. The id value is 11 for the PVR categories
3. Not sure this can be done without a lot of work. I'm not going to worry about it right now.
Reply
#4
Here you can see the skin in action
https://imgur.com/a/T6rkBlx

First some addon ,then pvr from 00:14
Best pvr skin for Kodi iv’e seen 😃
Reply

Logout Mark Read Team Forum Stats Members Help
PVR Skinning Questions0