[mythtv] [PATCH] mythtv: OSD fixes

Stefan Frank sfr+lists at 6913304088794.gnuu.de
Sun May 23 12:08:50 EDT 2004


Hi,

this patch changes the included OSD themes to use the 'FROMSETTINGS'
option for the time format and gives more room to display the title in
the blue osd.

Bye, Stefan

-- 
The average, healthy, well-adjusted adult gets up at seven-thirty in
the morning feeling just terrible.
		-- Jean Kerr
-------------- next part --------------
--- mythtv/themes/defaultosd/osd.xml.keep	2004-05-23 16:57:56.000000000 +0200
+++ mythtv/themes/defaultosd/osd.xml	2004-05-23 16:57:39.000000000 +0200
@@ -2,7 +2,7 @@
 
   <!-- if timeformat is set to 'FROMSETTINGS', it will use the time format
        specified in the general mythtv settings -->
-  <timeformat>hh:mm</timeformat>
+  <timeformat>FROMSETTINGS</timeformat>
   <fadeaway>30</fadeaway>
 
   <font name="notifyfont">
--- mythtv/themes/blueosd/osd.xml.keep	2004-05-22 11:32:59.000000000 +0200
+++ mythtv/themes/blueosd/osd.xml	2004-05-23 17:02:56.000000000 +0200
@@ -2,7 +2,7 @@
 
   <!-- if timeformat is set to 'FROMSETTINGS', it will use the time format
        specified in the general mythtv settings -->
-  <timeformat>h:mm ap</timeformat>
+  <timeformat>FROMSETTINGS</timeformat>
   <fadeaway>30</fadeaway>
 
   <font name="notifyfont">
@@ -92,7 +92,7 @@
       <position>0,360</position>
     </image>
     <textarea name="title">
-      <area>40,398,440,27</area>
+      <area>40,398,580,27</area>
       <font>infofont</font>
       <value>%TITLE% (%STARTTIME% %LENMINS%)</value>
     </textarea>


More information about the mythtv-dev mailing list