[mythtv-commits] Ticket #9633: Progress bar for osd-browse window

MythTV noreply at mythtv.org
Sat Mar 5 10:51:06 UTC 2011


#9633: Progress bar for osd-browse window
-------------------------------------------------+-------------------------
     Reporter:  Markus Schulz <msc@…>            |      Owner:  markk
         Type:  Patch - Feature                  |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - Video/OSD Rendering     |    Version:  Trunk Head
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 i've added a progress bar (show the elapsed time of the show as progress
 bar) to the osd browse window.

 you must add something like:

 <progressbar name="elapsedpercent">
   <area>500,1050,1050,33</area>
   <layout>horizontal</layout>
   <style>reveal</style>
   <imagetype name="background">
     <area>0,0,1050,33</area>
   <filename>images/progressbar/progressbar_large_background.png</filename>
   </imagetype>
   <imagetype name="progressimage">
     <area>0,0,1050,33</area>
     <filename>images/progressbar/progressbar_large_fill.png</filename>
   </imagetype>
 </progressbar>

 to the browse_info window in osd.xml

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9633>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list