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
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to