[mythtv-commits] Ticket #10237: maxepisodes on recording rules don't work anymore

MythTV noreply at mythtv.org
Tue Jan 3 20:00:03 UTC 2012


#10237: maxepisodes on recording rules don't work anymore
-------------------------------------------------+-------------------------
     Reporter:  Markus Schulz <msc@…>            |      Owner:  danielk
         Type:  Bug Report - General             |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - Recording               |    Version:  Trunk Head
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 i have a recording rule for daily news. i want to keep only last two
 episodes:

 mysql> select maxepisodes from record where recordid = 1503;
 +-------------+
 | maxepisodes |
 +-------------+
 |           2 |


 but now i have:
 mysql> select count(*) from recorded where recordid = 1503;
 +----------+
 | count(*) |
 +----------+
 |       11 |
 and the same number of files on disk.

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


More information about the mythtv-commits mailing list