Hi,
Edit: Changed title to be more spesific.
I think the BlueTwo skin is fabulous - except for how current and next program is shown in the TV OSD.
Today the next program is more visible (font13, white color) compared to current program (font10, dimmed color). And since the placement of next program is above current program, it makes it easy to mix these (ie it's unlogic).
My suggestion:
1) Make current program font13 and color white
2) Move next program under description with font10 and a dimmed color
3) Make program up/down buttons align to description (because it looks better). By moving next program under current program, the arrows on the buttons makes more sence (up down a timeline)
This is the changed part of the file (description and id not changed):
Comments wanted!
Cato
Edit: Changed title to be more spesific.
I think the BlueTwo skin is fabulous - except for how current and next program is shown in the TV OSD.
Today the next program is more visible (font13, white color) compared to current program (font10, dimmed color). And since the placement of next program is above current program, it makes it easy to mix these (ie it's unlogic).
My suggestion:
1) Make current program font13 and color white
2) Move next program under description with font10 and a dimmed color
3) Make program up/down buttons align to description (because it looks better). By moving next program under current program, the arrows on the buttons makes more sence (up down a timeline)
This is the changed part of the file (description and id not changed):
Code:
TVOSD.xml:
<control>
<description>Plot</description>
<id>0</id>
<posY>435</posY>
</control>
<control>
<description>On tv NOW</description>
<id>36</id>
<posY>410</posY>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>On tv NEXT</description>
<id>37</id>
<posY>485</posY>
<font>font10</font>
<textcolor>FFB2D4F5</textcolor>
</control>
<control>
<description>Program Button Up</description>
<id>33</id>
<posY>435</posY>
</control>
<control>
<description>Program Button Down</description>
<id>34</id>
<posY>435</posY>
</control>
Comments wanted!
Cato