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
Sorry for my bad English.
It works. I copied the file ServiceInfo.py of OpenPLi in usr/lib/enigma2/python/components/converter.
Last OpenAtv 5.0 in multiboot Xtrend Et 4000.
In several images until now I have always used the other one's skin "PLi-HD-talbs-mod-SHD-picon" that works well without changes.