Display Morepepsik thanks for plugin add your key and working good.
i have dm920 with dreamelite7.2 image and de-fhd skin.
Code</screen> <screen backgroundColor="#FF000000" flags="wfNoBorder" name="SecondInfoBar" position="0,0" size="1920,1080" title="InfoBar"> </widget> <widget backgroundColor="#10000000" font="Regular;30" foregroundColor="#ffffff" halign="center" position="70,185" render="EliteScrollLabel" size="1375,300" source="session.Event_Now" transparent="1" zPosition="2"> <convert type="EventName">ExtendedDescription</convert> </widget> <widget backgroundColor="header" font="Regular;28" foregroundColor="#808080" halign="center" position="70,650" render="EliteScrollLabel" size="1375,190" source="session.Event_Next" transparent="1" valign="top" zPosition="2"> <convert type="EventName">ExtendedDescription</convert><convert type="EventName">ExtendedDescription</convert>
What code should be used instead of ExtendedDescription to get proper EPG translation in the secondinfobar?
try this widget used in XDREAMY skin and working fine
<widget source="session.Event_Now" render="iRunningText" position="465,151" size="1120,326" font="Regular; 26" halign="center" foregroundColor="#f2f2f2" backgroundColor="#10000000" transparent="1" zPosition="2" options="movetype=running,direction=top,startpoint=0,startdelay=5000,wrap=1,always=0,repeat=2,oneshot=1">
<convert type="EventName">FullDescription</convert>
</widget>
