[mythtv-commits] Ticket #2518: Add "Time remaining display" to OSD

MythTV mythtv at cvs.mythtv.org
Mon Oct 2 20:56:10 UTC 2006


#2518: Add "Time remaining display" to OSD
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  0.20   
 Severity:  medium     |  
-----------------------+----------------------------------------------------
 Attached is a patch which adds info about how much of the recording is
 left to the OSD slider display.

 For a recording:
 {{{
  "10:00 of 20:00" -> "10:00 of 20:00 (10:00 remaining)"
  "10:00 of 10:30" -> "10:00 of 10:30 (30 seconds remaining)"
 }}}

 For an in-process recording
 {{{
  "10:00 of 20:00" -> "10:00 of 20:00 (10:00 behind)"
  "10:00 of 10:30" -> "10:00 of 10:30 (30 seconds behind)"
 }}}

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2518>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list