Solo2 Display

jever

Vu+ Newbie
is it possible displaying Time (with seconds) instead of Channelname ?
its not in skin.xml file i guess ?
 

Matrix10

Administrator
is it possible displaying Time (with seconds) instead of Channelname ?
its not in skin.xml file i guess ?

I have not test
but i think you can
you have to make change in coding and put new coding in to skin_user.xml
You want to have just LCD only displaying Time (with seconds)??
 

jever

Vu+ Newbie
yes time instead of channelname, when looking tv -channelname is shown by the most stations onscreen
in skin.xml there are OLED screen size="96,64" and LCD screen size="132,64"
but whats abaut that dot display ?
 

paolino

Vu+ User+++
yes time instead of channelname, when looking tv -channelname is shown by the most stations onscreen
in skin.xml there are OLED screen size="96,64" and LCD screen size="132,64"
but whats abaut that dot display ?

This:
<screen name="ChannelSelection_summary" position="0,0" size="132,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="132,64" font="Regular;50" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M:%S-%h.%d</convert>
could work. I'm not sure at 100% ;). Make a backup of original skin.xml!
 

jever

Vu+ Newbie
it works! editing the lcd screen
but with InfoBarSummary

<screen name="InfoBarSummary" position="0,0" size="132,64" id="1">
<widget source="global.CurrentTime" render="Label" position="0,0" size="132,64" font="Regular;50" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M:%S-%h.%d</convert>
</widget>
</screen>

thx
 

Matrix10

Administrator
it works! editing the lcd screen
but with InfoBarSummary

<screen name="InfoBarSummary" position="0,0" size="132,64" id="1">
<widget source="global.CurrentTime" render="Label" position="0,0" size="132,64" font="Regular;50" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M:%S-%h.%d</convert>
</widget>
</screen>

thx

It's good you found
 

paolino

Vu+ User+++
it works! editing the lcd screen
but with InfoBarSummary

<screen name="InfoBarSummary" position="0,0" size="132,64" id="1">
<widget source="global.CurrentTime" render="Label" position="0,0" size="132,64" font="Regular;50" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M:%S-%h.%d</convert>
</widget>
</screen>

thx

I wrote, that I'm not sure at 100% :D. But you found it. I'm happy for you ;) .
 

paolino

Vu+ User+++
You have to reflash. And don't install skins, which aren't compatible with your installed BH image. 1.7.x skins aren't compatible with 2.0.x image!
 

wave1975

Vu+ Newbie
I HAVE ACTUALLY just now realised that I have install the LCD piton for unltimo.. whereas I am running them on solo2..
Thus, i stopped getting the channel names..
sh^&*t !
Now, is there any way I can undo it??
Is there ANY chance that there might be the file which I have to correct in order to make it up???
tnx
 
Top