[mythtv] Re: [mythtv-commits] Re: Ticket #821: autoexpire doesn't
Daniel Kristjansson
danielk at cuymedia.net
Sun Jan 1 20:19:50 EST 2006
On Sun, 2006-01-01 at 17:31 -0500, Chris Pinkham wrote:
> > > Are any of these recordings sticking around and being left un-expired?
> > > If so, can you provide the recorded table into to go along with the log?
> > > select starttime, endtime from recorded where recgroup = "LiveTV";
> > That's the mysql output for both files appearing in my log. Both of
> > them are still sticking around in the LiveTV list:
> > 2006-01-01 16:01:34 2006-01-01 16:30:00
> > 2006-01-01 16:01:45 2006-01-01 16:10:00
> > Do you need anything else?
> I see two issues I think.
> Daniel, if you see this, do these make sense to you?
Yep, this makes sense to me. Especially the first part.
With the queued up channel thing I don't think we can just check it
against the current recorder, since it may be on another recorder we
can switch to. But we should at least check for a blank entry. We
could also check to make sure the channel exists in the DB at all
with a quick DB query.
-- Daniel
More information about the mythtv-dev
mailing list