Opened 13 years ago
Closed 13 years ago
#10443 closed Bug Report - General (fixed)
Dummy zero byte recordings doesn't expire
Reported by: | Kenni Lund [kenni a kelu dot dk] | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - Recording | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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.
Note: See
TracTickets for help on using
tickets.
Fixes #10443. Update end time of recorded entries in LiveTV.