[mythtv-commits] Ticket #3632: enhancement: print tv state when displaying program info on the osd.

MythTV mythtv at cvs.mythtv.org
Sun Jun 17 20:44:57 UTC 2007


#3632: enhancement: print tv state when displaying program info on the osd.
-------------------------+--------------------------------------------------
 Reporter:  skamithi     |       Owner:  skamithi
     Type:  enhancement  |      Status:  new     
 Priority:  minor        |   Milestone:  unknown 
Component:  mythtv       |     Version:  unknown 
 Severity:  medium       |     Mlocked:  0       
-------------------------+--------------------------------------------------
 let's you know whether you are watching live tv, recording, prerecorded ,
 video or dvd when you select osd info button.


 made the following change to titivillus osd.xml file to make it show up.
 {{{
 <container name="program_info" fademovement="0,-6">
     <image name="background">
       <filename>osd-big.png</filename>
       <position>15,250</position>
     </image>
     <textarea name="tvstate">
         <area>480,230,200,200</area>
         <font>largeinfofont</font>
         <value>%TVSTATE%</value>
     </textarea>
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3632>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list