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 RegularExample:
<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