How to visualize properly channel name on display?

Lancillotto

Vu+ User
I have a problem to visualize properly channel name on display, the part final of text is cue, is possible modify code to resolve ?



Code:
<skin>
 
<fonts>
 
<font filename="analog.ttf" name="VFD" scale="100"/>
 
</fonts>
 
<screen name="InfoBarSummary" position="0,0" size="256,64" id="1">
 
<widget source="session.CurrentService" render="Label" position="0,13" size="110,22" font="VFD;18" halign="left" noWrap="1" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Picon" position="0,0" size="132,40" path="piconlcd">
 
<convert type="ServiceName">Reference</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Progress" position="0,41" size="120,5" borderWidth="1">
 
<convert type="EventTime">Progress</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Label" position="0,46" size="192,18" font="VFD;15" halign="left" noWrap="1">
 
<convert type="EventName">Name</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Label" position="194,44" size="62,16" font="VFD;16" zPosition="2" halign="center" >
 
<convert type="EventTime">Remaining</convert>
 
<convert type="RemainingToText">NoSeconds</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="125,15" size="100,28" font="VFD;28" halign="right" transparent="1">
 
<convert type="ClockToText">Format:%H:%M</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="228,18" zPosition="1" size="25,16" font="VFD;16" transparent="1">
 
<convert type="ClockToText">Format:%S</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_txt.png" position="117,0" size="14,12">
 
<convert type="ServiceInfo">HasTelext</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_format.png" position="134,0" size="21,12">
 
<convert type="ServiceInfo">IsWidescreen</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_dolby.png" position="158,0" size="34,12">
 
<convert type="ServiceInfo">IsMultichannel</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_crypt.png" position="195,0" size="10,12">
 
<convert type="ServiceInfo">IsCrypted</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_hd.png" position="208,0" size="17,12">
 
<convert type="ServiceInfo">VideoWidth</convert>
 
<convert type="ValueRange">721,1980</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="ChannelSelection_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.ServiceEvent" render="Label" position="0,13" size="110,22" font="VFD;18" halign="left" noWrap="1" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Picon" position="0,0" size="132,40" path="piconlcd">
 
<convert type="ServiceName">Reference</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Progress" position="0,41" size="120,5" borderWidth="1">
 
<convert type="EventTime">Progress</convert>
 
</widget>
 
<widget source="parent.ServiceEvent" render="Label" position="0,46" size="255,18" font="VFD;15" halign="left" noWrap="1">
 
<convert type="EventName">Name</convert>
 
</widget>
 
<widget source="parent.ServiceEvent" render="Label" position="124,30" size="62,16" font="VFD;16" zPosition="2" halign="center" >
 
<convert type="EventTime">Remaining</convert>
 
<convert type="RemainingToText">NoSeconds</convert>
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="256,64" id="1">
 
<widget source="session.CurrentService" render="Label" position="0,16" size="256,40" font="VFD;19" halign="center" valign="center" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_txt.png" position="117,0" size="14,12">
 
<convert type="ServiceInfo">HasTelext</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_format.png" position="134,0" size="21,12">
 
<convert type="ServiceInfo">IsWidescreen</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_dolby.png" position="158,0" size="34,12">
 
<convert type="ServiceInfo">IsMultichannel</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_crypt.png" position="195,0" size="10,12">
 
<convert type="ServiceInfo">IsCrypted</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_hd.png" position="208,0" size="17,12">
 
<convert type="ServiceInfo">VideoWidth</convert>
 
<convert type="ValueRange">721,1980</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Progress" position="68,58" size="120,5" borderWidth="1">
 
<convert type="ServicePosition">Position</convert>
 
</widget>
 
</screen>
 
<screen name="ChoiceBox_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.summary_list" render="Label" position="6,0" size="244,64" font="Regular;12" />
 
</screen>
 
<screen name="MessageBox_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.Text" render="Label" position="6,0" size="244,45" font="Regular;15" halign="center" valign="center" />
 
<widget source="parent.selectedChoice" render="Label" position="6,46" size="244,18" font="Regular;18" halign="center" valign="center" />
 
</screen>
 
<screen name="MenuSummary" position="0,0" size="256,64" id="1">
 
<widget source="parent.title" render="Label" position="0,0" size="256,32" font="VFD;18" halign="center" valign="center"/>
 
<widget source="parent.menu" render="Label" position="0,32" size="256,32" font="VFD;16" halign="center" valign="center">
 
<convert type="StringListSelection" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="ServiceScanSummary" position="0,0" size="256,64" id="1">
 
<widget name="Title" position="0,0" size="256,26" font="VFD;20" transparent="1" />
 
<widget name="Service" position="0,30" size="256,30" font="VFD;15" transparent="1" />
 
<widget name="scan_progress" position="0,59" zPosition="1" borderWidth="1" size="143,5" backgroundColor="dark" />
 
</screen>
 
<screen name="SetupSummary" position="0,0" size="256,64" id="1">
 
<widget source="SetupTitle" render="Label" position="6,0" size="143,16" font="VFD;16" />
 
<widget source="SetupEntry" render="Label" position="6,16" size="143,32" font="VFD;14" />
 
<widget source="SetupValue" render="Label" position="6,48" size="143,16" font="VFD;14" />
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="StandbySummary" position="0,0" size="256,64" id="1">
 
<widget source="global.CurrentTime" render="Label" position="20,22" size="113,32" font="VFD;40" halign="right" valign="center" transparent="1">
 
<convert type="ClockToText">Format:%H:%M</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="135,20" zPosition="1" size="32,20" font="VFD;20" valign="center" transparent="1">
 
<convert type="ClockToText">Format:%S</convert>
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="SimpleSummary" position="0,0" size="256,64" id="1">
 
<widget source="parent.Title" render="Label" position="0,0" size="143,64" font="VFD;20" halign="center" valign="center" />
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="MediaPlayerLCDScreen" position="0,0" size="256,64" id="1">
 
<widget name="text1" position="4,0" size="252,38" font="VFD;18"/>
 
<widget name="text3" position="4,39" size="252,12" font="VFD;12"/>
 
<widget name="text4" position="4,52" size="252,12" font="VFD;12"/>
 
</screen>
 
<screen name="WizardSummary" position="0,0" size="256,64" id="1">
 
<widget source="text" render="Label" position="6,0" size="252,16" font="VFD;18" transparent="1" />
 
<widget source="parent.list" render="Label" position="6,18" size="252,46" font="VFD;12">
 
<convert type="StringListSelection" />
 
</widget>
 
</screen>
 
</skin>
 
OK, Vu+ ultimo has a graphical display, but it has left little space to visualize, is necessary to change some parameter :idea:
 
On my display it scrolls the Channel Name and Event Name, like that ;)
I hope someone with a Ultimo can give you some info or help.
 
I have SOLO2 running BH 2.0.6. My VFD display doesn't show channel name. When I watch a channel it shows "Black Hole B" and when I go through menus it shows me the name of the menu item. Is there something I have to set to see channel name?
 
I have SOLO2 running BH 2.0.6. My VFD display doesn't show channel name. When I watch a channel it shows "Black Hole B" and when I go through menus it shows me the name of the menu item. Is there something I have to set to see channel name?

Upgrade to BH 2.1.0
 
Back
Top