Jump to content


Photo

Setting custom EPG event in infobar


  • Please log in to reply
2 replies to this topic

#1 microboi37

  • Senior Member
  • 74 posts

0
Neutral

Posted 17 February 2019 - 18:34

Hello all!

 

This snippet works beautifully when changing the current played service and service name

self.reference = eServiceReference(4097, 0, str(vod_url))
self.reference.setName(info.getName())
self.session.nav.playService(self.reference)

But how could one set a custom short description in the infobar and a long description in info or second infobar? I looked in every piece of code I could look but to no avail.

 

Thank you!
 



Re: Setting custom EPG event in infobar #2 ims

  • PLi® Core member
  • 13,605 posts

+210
Excellent

Posted 17 February 2019 - 19:25

see to skin.xml (f.eg. EPG Stuf ) and skin_templates.xml

 

Your problem will be, that providers broadcasting epg very differently:

 

text starts in short (256chars) and continues in extended

short, extended

short only

extended only

short, extended = short + next text

 

etc ...


Kdo nic nedělá, nic nezkazí!

Re: Setting custom EPG event in infobar #3 microboi37

  • Senior Member
  • 74 posts

0
Neutral

Posted 20 February 2019 - 08:14

I gave up. Way to complicated. I've solved designing my plugin differently.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users