[mythtv] Autoexpire doesn't remove LiveTV files

Geoffrey Hausheer mythtv0368 at phracturedblue.com
Thu Dec 15 16:58:55 EST 2005


I'm actually seeing that my short recordings from LiveTV aren't
getting cleaned up as expected:
SELECT starttime,endtime  FROM recorded WHERE recgroup = 'LiveTV';
| 2005-12-15 06:35:29 | 2005-12-15 07:30:00 |
| 2005-12-15 06:36:05 | 2005-12-15 07:00:00 |
| 2005-12-15 06:36:11 | 2005-12-15 07:30:00 |
| 2005-12-15 06:36:12 | 2005-12-15 07:30:00 |
| 2005-12-15 06:36:34 | 2005-12-15 07:00:00 |

obviously I was channel surfing, as the starttimes change quickly, but
the endtime is still set to the program end time.

This results in autoExpire doing nothing with these since this check
always fails:
endtime < DATE_ADD(starttime, INTERVAL '2' MINUTE)

.Geoff


More information about the mythtv-dev mailing list