• Hola Invitado, nos gustaría recordarte que mantener este sitio en línea conlleva unos gastos mensuales y anuales.

    Sin vuestra ayuda mensual no es posible seguir en pie, no hay mucho más que contar.

    Si quieres colaborar para que sea posible por lo menos seguir en pie como comunidad, puedes hacerlo mediante alguno de los métodos disponibles en esta página: https://www.lonasdigital.com/donaciones/

    Recuerda que si necesitas invitación para acceder al foro, puedes solicitarla en nuestro Grupo de Telegram


Pantalla VFD

J

juanmagv

Miembro de Lonas
Registrado
6 Feb 2015
Mensajes
24
Reacciones
0
Puntos
4
Hola,

Donde puedo modificar la información que muestra la pantalla VFD? En la LCD tengo puesto el picon en grande del canal que estoy viendo y me gustaria que en la VFD apareciera el nombre del programa actual.... en cambio sale el nombre del canal!! Donde puedo modificar esa configuración??

Gracias!
 
Hola tienes que modificar el archivo skin_user.xml que esta en la ruta /etc/enigma2 acabo de probar a mdificarlo para que ponga el nombre de programa en vez del canal y funciona, lo que pasa que el nombre se queda fijo y si es muy largo se corta y no sale entero, lo suyo es que fuera pasando pero no se si dare con ello, si lo consigo te lo digo o a ver si algun entendido nos dice como hacerlo.

Un saludo

PD.- si quieres cuelga el skin_user.xml tuyo y te digo lo que tienes que modificar para que te salga el nombre de programa en vez del nombre de canal.
 
Gracias por tu respuesta javynely!!!


Este es mi skin_user.xml




<!-- Duo2 Skin: Original by Meo, edited by Ev0, for BlackHole Team -->
<skin>
<fonts>
<font filename="nmsbd.ttf" name="VFD" scale="95"/>
</fonts>
<screen name="InfoBarSummary" position="0,0" size="140,32" id="1">
<widget source="session.CurrentService" render="Label" position="2,8" size="138,16" font="VFD;16" halign="center" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="0,27" size="88,5" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="92,24" size="40,12" font="VFD;10" halign="right" valign="bottom">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="ChannelSelection_summary" position="0,0" size="140,32" id="1">
<widget source="parent.ServiceEvent" render="Label" position="2,8" size="138,16" font="VFD;16" halign="center" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="0,27" size="88,5" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="92,24" size="40,12" font="VFD;10" halign="right" valign="bottom">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="140,32" id="1">
<widget source="session.CurrentService" render="Label" position="5,10" size="130,20" font="VFD;20" halign="center" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="ChoiceBox_summary" position="0,0" size="140,32" id="1">
<widget source="parent.summary_list" render="Label" position="10,0" size="130,32" font="VFD;15" halign="center" valign="top" />
</screen>
<screen name="MessageBox_summary" position="0,0" size="140,32" id="1">
<widget source="parent.selectedChoice" render="Label" position="5,5" size="130,20" font="VFD;20" halign="center" valign="top" />
</screen>
<screen name="MenuSummary" position="0,0" size="140,32" id="1">
<widget source="parent.menu" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top">
<convert type="StringListSelection" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="SetupSummary" position="0,0" size="140,32" id="1">
<widget source="SetupTitle" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top" />
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="StandbySummary" position="0,0" size="140,32" id="1">
<widget source="global.CurrentTime" render="Label" position="13,10" size="90,22" font="VFD;28" halign="right" valign="center" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="105,10" zPosition="1" size="40,16" font="VFD;16" halign="left" valign="top" transparent="1">
<convert type="ClockToText">Format:%S</convert>
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="123,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="SimpleSummary" position="0,0" size="140,32" id="1">
<widget source="parent.Title" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top" />
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="123,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="MediaPlayerLCDScreen" position="0,0" size="140,32" id="1">
<widget name="text1" position="6,8" size="134,18" font="VFD;16"/>
</screen>
<screen name="WizardSummary" position="0,0" size="140,32" id="1">
<widget source="parent.list" render="Label" position="6,6" size="134,16" font="VFD;16" valign="top" halign="left" >
<convert type="StringListSelection" />
</widget>
</screen>
</skin>
 
Hola te pongo en rojo lo que he cambiado, lo que no doy es como hacer que si el titulo es muy largo vaya pasando.

<!-- Duo2 Skin: Original by Meo, edited by Ev0, for BlackHole Team -->
<skin>
<fonts>
<font filename="nmsbd.ttf" name="VFD" scale="95"/>
</fonts>
<screen name="InfoBarSummary" position="0,0" size="140,32" id="1">
<widget source="session.Event_Now" render="Label" position="2,8" size="138,16" font="VFD;16" halign="left" valign="top" >
<convert type="EventName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="0,27" size="88,5" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="92,24" size="40,12" font="VFD;10" halign="right" valign="bottom">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="ChannelSelection_summary" position="0,0" size="140,32" id="1">
<widget source="parent.ServiceEvent" render="Label" position="2,8" size="138,16" font="VFD;16" halign="center" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="0,27" size="88,5" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="92,24" size="40,12" font="VFD;10" halign="right" valign="bottom">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="140,32" id="1">
<widget source="session.CurrentService" render="Label" position="5,10" size="130,20" font="VFD;20" halign="center" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="ChoiceBox_summary" position="0,0" size="140,32" id="1">
<widget source="parent.summary_list" render="Label" position="10,0" size="130,32" font="VFD;15" halign="center" valign="top" />
</screen>
<screen name="MessageBox_summary" position="0,0" size="140,32" id="1">
<widget source="parent.selectedChoice" render="Label" position="5,5" size="130,20" font="VFD;20" halign="center" valign="top" />
</screen>
<screen name="MenuSummary" position="0,0" size="140,32" id="1">
<widget source="parent.menu" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top">
<convert type="StringListSelection" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="SetupSummary" position="0,0" size="140,32" id="1">
<widget source="SetupTitle" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top" />
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="StandbySummary" position="0,0" size="140,32" id="1">
<widget source="global.CurrentTime" render="Label" position="13,10" size="90,22" font="VFD;28" halign="right" valign="center" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="105,10" zPosition="1" size="40,16" font="VFD;16" halign="left" valign="top" transparent="1">
<convert type="ClockToText">Format:%S</convert>
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="123,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="SimpleSummary" position="0,0" size="140,32" id="1">
<widget source="parent.Title" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top" />
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="123,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="MediaPlayerLCDScreen" position="0,0" size="140,32" id="1">
<widget name="text1" position="6,8" size="134,18" font="VFD;16"/>
</screen>
<screen name="WizardSummary" position="0,0" size="140,32" id="1">
<widget source="parent.list" render="Label" position="6,6" size="134,16" font="VFD;16" valign="top" halign="left" >
<convert type="StringListSelection" />
</widget>
</screen>
</skin>

A ver si alguien no dice como hacer para que vaya pasando el texto

Un saludo
 
Gracias ha funcionado!!
 
Hola Javynely. A mi me gustaría que en la pantalla VFD solo apareciera el nombre del canal, es decir, me gustaría quitar todo los demás (Reloj, Barra de Progreso, Minutos Restantes y Características del Canal). Solamente dejar el nombre del canal. Para la pantalla LCD tenemos el plugin lcd4linux y esta la he configurado con este sin problemas. Sabes si para la pantalla VFD hay algo parecido? En cualquier caso este es mi xml por si me puedes ayudar como al compañero anterior. Un saludo muchas gracias y disculpa las molestias que te pueda causar. (Tengo vu+ duo2 con Blackhole 2.1.6)

<!-- Duo2 Skin: Original by Meo, edited by Ev0, for BlackHole Team -->
<skin>
<fonts>
<font filename="nmsbd.ttf" name="VFD" scale="95"/>
</fonts>
<screen name="InfoBarSummary" position="0,0" size="140,32" id="1">
<widget source="session.CurrentService" render="Label" position="2,8" size="138,16" font="VFD;16" halign="center" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="0,27" size="88,5" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="92,24" size="40,12" font="VFD;10" halign="right" valign="bottom">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="ChannelSelection_summary" position="0,0" size="140,32" id="1">
<widget source="parent.ServiceEvent" render="Label" position="2,8" size="138,16" font="VFD;16" halign="center" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="0,27" size="88,5" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="92,24" size="40,12" font="VFD;10" halign="right" valign="bottom">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="140,32" id="1">
<widget source="session.CurrentService" render="Label" position="5,10" size="130,20" font="VFD;20" halign="center" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="ChoiceBox_summary" position="0,0" size="140,32" id="1">
<widget source="parent.summary_list" render="Label" position="10,0" size="130,32" font="VFD;15" halign="center" valign="top" />
</screen>
<screen name="MessageBox_summary" position="0,0" size="140,32" id="1">
<widget source="parent.selectedChoice" render="Label" position="5,5" size="130,20" font="VFD;20" halign="center" valign="top" />
</screen>
<screen name="MenuSummary" position="0,0" size="140,32" id="1">
<widget source="parent.menu" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top">
<convert type="StringListSelection" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="SetupSummary" position="0,0" size="140,32" id="1">
<widget source="SetupTitle" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top" />
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="StandbySummary" position="0,0" size="140,32" id="1">
<widget source="global.CurrentTime" render="Label" position="13,10" size="90,22" font="VFD;28" halign="right" valign="center" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="105,10" zPosition="1" size="40,16" font="VFD;16" halign="left" valign="top" transparent="1">
<convert type="ClockToText">Format:%S</convert>
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="123,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="SimpleSummary" position="0,0" size="140,32" id="1">
<widget source="parent.Title" render="Label" position="5,10" size="130,20" font="VFD;16" halign="center" valign="top" />
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="123,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="MediaPlayerLCDScreen" position="0,0" size="140,32" id="1">
<widget name="text1" position="6,8" size="134,18" font="VFD;16"/>
</screen>
<screen name="WizardSummary" position="0,0" size="140,32" id="1">
<widget source="parent.list" render="Label" position="6,6" size="134,16" font="VFD;16" valign="top" halign="left" >
<convert type="StringListSelection" />
</widget>
</screen>
</skin>
 
Hola me imagino que borrando esto

<widget source="session.Event_Now" render="Progress" position="0,27" size="88,5" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="92,24" size="40,12" font="VFD;10" halign="right" valign="bottom">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="86,0" size="49,12" font="VFD;12" halign="right" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/teletext.png" position="5,0" size="8,9">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/crypt.png" position="60,0" size="7,9">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/dolby.png" position="15,0" size="11,9">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/format.png" position="28,0" size="15,9">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/rec.png" position="69,0" size="15,9">
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/hd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/sd.png" position="45,0" size="13,9">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">0,720</convert>
<convert type="ConditionalShowHide" />
</widget>

y poniendo solo la primera linea como le dije al compañero deberia de quedar como quieres, eso si haz una copia del archivo primero por si las mosca no funciona, ya que no lo he probado.

Un saludo y espero que te sirva.
 
Muchas gracias por la respuesta y por la rapidez. Esta tarde lo probaré y te diré si me ha funcionado. Solo una pregunta mas.... ¿Sabes como se comentan lineas en xml? para evitar borrar texto del fichero. Aun así haré copia de seguridad del archivo.

Un saludo y muchas gracias por la ayuda.
 
Muchas gracias por la respuesta y por la rapidez. Esta tarde lo probaré y te diré si me ha funcionado. Solo una pregunta mas.... ¿Sabes como se comentan lineas en xml? para evitar borrar texto del fichero. Aun así haré copia de seguridad del archivo.

Un saludo y muchas gracias por la ayuda.

En XML puedes poner comentarios por lineas o por bloques

  • El símbolo de incio <!--
  • El comentario
  • El símbolo de cierre -->

<!--- Un comentario de una sola línea -->

<!-- Un comentario


de


varias


lineas -->


 
Muchas Gracias.
 
Buenas. Perdon por contestar tan tarde, pero no lo había podido probar hasta ahora. Me ha funcionado perfecto. Un abrazo y muchas gracias.
 

Temas similares

Cferrandez
Respuestas
3
Visitas
384
bianditz
bianditz
M
Respuestas
2
Visitas
746
tytus 56
tytus 56
islamoy22
Respuestas
13
Visitas
2K
Javilonas
Javilonas
O
  • Cerrado
Solucionado Pantalla azul
Respuestas
56
Visitas
5K
ojoswapos
O
miuipower
Respuestas
2
Visitas
1K
miuipower
miuipower
A
Respuestas
1
Visitas
454
jag1957
J
Atrás
Arriba