Jump to content


vrane

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

#397224 MetropolisHD by Franc

Posted by vrane on 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




#396998 MetropolisHD by Franc

Posted by vrane on 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...).