[mythtv-commits] Ticket #10443: Dummy zero byte recordings doesn't expire

MythTV noreply at mythtv.org
Mon Mar 12 20:24:08 UTC 2012


#10443: Dummy zero byte recordings doesn't expire
--------------------------------------+-------------------------
     Reporter:  kenni                 |      Owner:  danielk
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  0.25
    Component:  MythTV - Recording    |    Version:  Master Head
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 Dummy zero byte recordings doesn't expire within minutes, like they
 should.

 The cause seems to be that endtime doesn't get updated when the recording
 stops:

 {{{
 mysql> SELECT title, starttime, endtime, progend FROM recorded WHERE
 recgroup = 'LiveTV' ORDER BY starttime;
 +----------------------+---------------------+---------------------+---------------------+
 | title                | starttime           | endtime             |
 progend             |
 +----------------------+---------------------+---------------------+---------------------+
 | Sm? og store synder  | 2012-03-12 18:25:18 | 2012-03-12 18:35:00 |
 2012-03-12 18:35:00 |
 | Sm? og store synder  | 2012-03-12 18:25:20 | 2012-03-12 18:35:00 |
 2012-03-12 18:35:00 |
 | Bones                | 2012-03-12 18:25:49 | 2012-03-12 19:00:00 |
 2012-03-12 19:00:00 |
 | Bones                | 2012-03-12 18:25:51 | 2012-03-12 19:00:00 |
 2012-03-12 19:00:00 |
 | Nyheder, sport, vejr | 2012-03-12 18:26:03 | 2012-03-12 19:00:00 |
 2012-03-12 19:00:00 |
 | Nyheder, sport, vejr | 2012-03-12 18:26:06 | 2012-03-12 19:00:00 |
 2012-03-12 19:00:00 |
 | Kongen af Queens     | 2012-03-12 18:26:28 | 2012-03-12 18:45:00 |
 2012-03-12 18:45:00 |
 | Kongen af Queens     | 2012-03-12 18:26:31 | 2012-03-12 18:45:00 |
 2012-03-12 18:45:00 |
 +----------------------+---------------------+---------------------+---------------------+
 8 rows in set (0.00 sec)
 }}}

 The recordings above are 4 sets of dummy+real recordings.

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


More information about the mythtv-commits mailing list