Jump to content


vrane

Member Since 21 Jul 2013
Offline Last Active 21 Mar 2023 23:46
-----

Posts I've Made

In Topic: pleas edit PbmcHD

11 August 2014 - 18:37






can anyone fix this skin to work on OpenPLi?

Not designed for modification! Thanks!

In Topic: ScrollLabel.pyo in Extended Description...

16 January 2014 - 18:26

You render name is good, but what is your source!?

 

Try something like this, example for EventNow:

<widget source="session.Event_Now" render="ScrollLabel" position="87,200" size="500,207" font="Regular;22" foregroundColor="white" transparent="1">
  <convert type="EventName">ExtendedDescription</convert>
</widget>
 

or try to use "Event" source in EPG Selection screen:

<widget source="Event" render="ScrollLabel" position="87,200" size="500,207" font="Regular;22" foregroundColor="white" transparent="1">
  <convert type="EventName">ExtendedDescription</convert>
</widget>
 

 


In Topic: MetropolisHD by Franc

6 January 2014 - 22:17

Opps,found a little bug,it doesnt show channel name if its in cyrilic characters on Infobar...On channel list is OK,maybe font doesnt support cyrilic ...

 

 

Hello veskop.


Indeed, the font does not support Cyrillic characters, but you can easily change that.
You can find a font that supports Cyrillic characters, change font name to "MET_FontinSansSmallCaps.ttf" and copy to /usr/share/fonts/, overwrite the existing font.
If is necessary restart enigma2.
This method will replace every string that calls "MET_FontinSansSmallCaps.ttf". Maybe this is best solution for you.
 
This method is just for infobar and second infobar:
You can open skin.xml in Notepad++, find this line, there is on two places (for infobar and second infobar):
<widget source="session.CurrentService" render="Label" position="253,480" size="781,44" font="Replacement; 40" backgroundColor="transpGrey" transparent="1" halign="center" foregroundColor="un21e2e2e2" zPosition="1">
Replace font name to Regular
Example:
<widget source="session.CurrentService" render="Label" position="253,480" size="781,44" font="Regular; 40" backgroundColor="transpGrey" transparent="1" halign="center" foregroundColor="un21e2e2e2" zPosition="1">
Save skin.xml
Upload back to STB
Restart Enigma2

Done

 

 

Btw.

In the next version i'll implement support for Cyrillic characters.

Cheers,

Franc


In Topic: MetropolisHD by Franc

5 January 2014 - 23:41

Tested on some OpenPLI 3 based images (like OpenAR-P, PBnigma, TeamRed), also tested on OpenPLI 4 (Dreambox 500/800 HD...).


In Topic: MetropolisHD by Franc

5 January 2014 - 23:10

Cool, thanks! ;)