[mythtv-commits] Ticket #7936: MythTV is expiring just recorded recordings instead of older recordings

MythTV mythtv at cvs.mythtv.org
Tue Jan 19 20:26:48 UTC 2010


#7936: MythTV is expiring just recorded recordings instead of older recordings
----------------------------------------------------+-----------------------
 Reporter:  Jonathan Martens <jonathan@…>           |       Owner:  ijr           
     Type:  defect                                  |      Status:  infoneeded_new
 Priority:  major                                   |   Milestone:  unknown       
Component:  MythTV - General                        |     Version:  0.22-fixes    
 Severity:  high                                    |     Mlocked:  0             
----------------------------------------------------+-----------------------

Comment(by Jonathan Martens <jonathan@…>):

 Replying to [comment:4 Jonathan Martens <jonathan@…>]:

 Oops for readability:

 {{{
 mysql> SELECT COUNT(*), recpriority FROM recorded WHERE autoexpire=1 AND
 preserve=0 GROUP BY recpriority ORDER BY starttime ASC;
 +----------+-------------+
 | COUNT(*) | recpriority |
 +----------+-------------+
 |       96 |           2 |
 |       50 |           1 |
 |       35 |           0 |
 +----------+-------------+
 3 rows in set (0.00 sec)
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7936#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list