[mythtv-commits] Ticket #8011: watchlist showing oldest and more group summary data

MythTV mythtv at cvs.mythtv.org
Mon Feb 1 11:53:45 UTC 2010


#8011: watchlist showing oldest and more group summary data
--------------------------------+-------------------------------------------
 Reporter:  nzhook              |       Owner:  danielk
     Type:  enhancement         |      Status:  new    
 Priority:  minor               |   Milestone:  unknown
Component:  MythTV - Recording  |     Version:  unknown
 Severity:  medium              |     Mlocked:  0      
--------------------------------+-------------------------------------------
 Attached is one patch that provides two separate things (different
 sections in the patch so only one can be applied if required)

 - When in the Watch Recordings screens and selecting group, the summary
 displays 'there are X recordings in this display group', however it does
 not say the total amount of time or the total disk space. The first part
 of this patch calculates these two figures and assigns them to the
 standard template vars (lentime, lenmins, filesize, and filesize_str)
 - The watchlist currently displays the newest recordings, normally however
 the oldest are more important as they maybe deleted first or should be
 watched in order to keep in sync with what is going on.  The second part
 of this patch adds the oldest recording to the watchlist.
 Note: the second part also includes some additional debug info for doing a
 grep in the debug output to find the watchlist info. While its not
 required for the patch it will be useful when debugging any issues that
 occur when looking at the watchlist.

 This patch applies was last updated using SVN #23010, but applies cleanly
 to SVN #23421 (patch from this revision)

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


More information about the mythtv-commits mailing list