fraggle121
Member
- Messages
- 4
- Joined
- Nov 14, 2014
- Reaction score
- 0
- Points
- 1
hi there not sure if this will be any good to u guys but i thought i would post it incase u wanted to use it in any skins u create or use.
this will put epg data in the channel select screen like the pic shown.
u will need to add this renderer to yours in
usr/lib/enigma2/python/Components/Renderer the location may differ on some images.
u can edit the NextEvent2.py and set how many epg lines u want i have set it to 13 i think.u can also ajust the layoout.
many thanks to Nikolasi for making the renderer.
heres the code to add to skin xml
<widget source="ServiceEvent" render="NextEvent2" position="800,313" size="397,362" font="Regular;20" backgroundColor="background" noWrap="1" transparent="1" zPosition="-24" halign="left" />
heres the renderer

this will put epg data in the channel select screen like the pic shown.
u will need to add this renderer to yours in
usr/lib/enigma2/python/Components/Renderer the location may differ on some images.
u can edit the NextEvent2.py and set how many epg lines u want i have set it to 13 i think.u can also ajust the layoout.
many thanks to Nikolasi for making the renderer.
heres the code to add to skin xml
<widget source="ServiceEvent" render="NextEvent2" position="800,313" size="397,362" font="Regular;20" backgroundColor="background" noWrap="1" transparent="1" zPosition="-24" halign="left" />
heres the renderer
Attachments
-
674 bytes Views: 5