[mythtv] Updated visor/visorosd theme

Torsten Schenkel torsten.schenkel at web.de
Mon Nov 3 02:54:28 EST 2003


On Mon, 2003-11-03 at 02:27, Ben Levitt wrote: 
> Thanks for the patch.
> 
> I applied that patch and also brought the translations
> up to date with the current blue theme, so hopefully
> the spanish/catalan vs. Qt 3.2 crash will be fixed.
> 
> I also fixed a couple of slight visual bugs in the
> conflict screens.
> http://www.slowcomputing.org/myth/visor-0.12-2.tgz

Hi Ben,

really nice theme. Would you mind evaluating the attached patch?

It uses the same look for browse and info, enlarges the area for program
descriptions (my epg provider has very extensive listings) and shifts
the length box down.

The png is without transparency, it got lost when I edited, I have no
idea what transparent colour you had, so I left it as it is.

Torsten

http://www-isl.mach.uni-karlsruhe.de/~hi93/osd-big.png
-------------- next part --------------
--- visorosd/osd.xml	2003-10-20 01:20:03.000000000 +0200
+++ osd.xml	2003-11-03 08:42:44.000000000 +0100
@@ -1,6 +1,6 @@
 <mythosdtheme>
 
-  <timeformat>h:mm ap</timeformat>
+  <timeformat>hh:mm</timeformat>
   <fadeaway>45</fadeaway>
 
   <font name="infofont">
@@ -29,7 +29,7 @@
 
   <font name="infofont2">
     <color>255</color>
-    <size>18</size>
+    <size>14</size>
     <outline>no</outline>
   </font>
 
@@ -52,7 +52,7 @@
 
   <font name="channelfont">
     <color>255</color>
-    <size>50</size>
+    <size>20</size>
     <outline>yes</outline>
   </font>
 
@@ -78,49 +78,46 @@
   <container name="program_info" fademovement="0,6">
     <image name="background">
       <filename>osd-big.png</filename>
-      <position>30,10</position>
+      <position>30,50</position>
+    </image>
+    <image name="background_length">
+      <filename>length.png</filename>
+      <position>355,415</position>
     </image>
     <textarea name="title">
-      <area>205,25,400,27</area>
+      <area>205,65,400,27</area>
       <font>mediuminfofont</font>
     </textarea>
-    <textarea name="description"> <!-- since there's no 'subtitle' present,
-                                       this will be a combined description 
-                                       and subtitle -->
+    <textarea name="length" align="center">
+      <multiline>yes</multiline>
+      <area>360,420,250,300</area>
+      <font>infofont</font>
+      <value>%STARTTIME%-%ENDTIME%</value>
+    </textarea>
+    <textarea name="description">
       <multiline>yes</multiline>
-      <area>45,75,550,240</area>
+      <area>45,115,550,300</area>
       <font>infofont2</font>
+      <value>%SUBTITLE% %DESCRIPTION% (%LENMINS% minutes)</value>
     </textarea>
-    <image name="channelicon"> <!-- set internally, doesn't need a filename -->
-      <position>20,10</position>
-      <staticsize>50,50</staticsize> <!-- resize the image to these 
-dimensions -->
+    <image name="channelicon">
+      <position>20,40</position>
+      <staticsize>50,50</staticsize>
     </image>
+    <textarea name="callsign">
+       <area>74,82,100,27</area>
+       <font>infofontnool</font>
+       <value>%CALLSIGN%</value>
+    </textarea>
     <textarea name="channel">
-       <area>74,15,100,27</area>
+       <area>74,55,100,27</area>
        <font>infofontblack</font>
        <value>%CHANNUM%</value>
     </textarea>
-    <textarea name="callsign">
-       <area>74,42,100,27</area>
-       <font>infofontnool</font>
-    </textarea>
     <textarea name="time" align="right">
-       <area>470,165,140,30</area>
+       <area>472,20,140,30</area>
        <font>mediuminfofont</font>
     </textarea>
- <!-- just some examples.  The textarea is displaying a static message.
-      Possible values for align are 'right' and 'center'.  Leaving align
-      off entirely will just left justify things.
-    <box name="testbox">
-       <area>50,50,300,100</area>
-    </box>
-    <textarea name="test">
-       <area>50,50,300,100</area>
-       <font>infofontgray</font>
-       <value>Blah blah blah</value>
-    </textarea>
-  -->
   </container>
 
   <container name="browse_info" fademovement="0,6">
@@ -130,7 +127,7 @@
     </image>
     <image name="background_length">
       <filename>length.png</filename>
-      <position>355,195</position>
+      <position>355,415</position>
     </image>
     <textarea name="title">
       <area>205,65,400,27</area>
@@ -138,13 +135,13 @@
     </textarea>
     <textarea name="length" align="center">
       <multiline>yes</multiline>
-      <area>360,201,250,300</area>
+      <area>360,420,250,300</area>
       <font>infofont</font>
       <value>%STARTTIME%-%ENDTIME%</value>
     </textarea>
     <textarea name="description">
       <multiline>yes</multiline>
-      <area>45,115,550,400</area>
+      <area>45,115,550,300</area>
       <font>infofont2</font>
       <value>%SUBTITLE% %DESCRIPTION% (%LENMINS% minutes)</value>
     </textarea>


More information about the mythtv-dev mailing list