Hello Talbs,
First of all let me say that I'm a fan of your Skin. I use it in all my decoders.
I always used it in OpenPLi (in my Vu+ Duo2) and OpenRSi (in my Gigablue HD Quad). It works just fine!
Now I'm using OpenATV in both and I have a little problem in the infobar.
At the bottom right, bellow the clock, it's not showing resolution, tuner, date, SNR and sat position, as you can see in the image:
Do you know how can I fix it?
Thanks in advance.
Best regards.
Hello,
Others parts are also missing (pictures showing if channel is crypted, sd, hd ....).
I think that the issue is triggered by this line in skin_templates_talbs.xml file: (https://github.com/t...lates_talbs.xml)
<widget source="session.CurrentService" render="Pixmap" pixmap="PIMP-my-PLiHD-by-talbs/infobar/ico_format_4_3.png" position="1020,588" size="40,21" zPosition="3" alphatest="on">
<convert type="ServiceInfo">IsSDAndNotWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
Then all the display parts following this line are not displayed.
This is because ServiceInfo.py file in OpenATV (https://github.com/o.../ServiceInfo.py)
is different than the one in Openpli (http://sourceforge.n...viceInfo.py#l46)
it doesn't contains "IsSDAndNotWidescreen".
You can try replacing the OpenATV ServiceInfo.py file by the Openpli ServiceInfo.py file (make a backup first) but i can not garantee that there will be no other issue.
Best regards
Edited by talbs, 27 May 2015 - 16:29.