[mythtv-users] Last commercial break during recording

Chris Pinkham cpinkham at bc2va.org
Mon Feb 1 01:38:01 UTC 2010


* On Sun Jan 31, 2010 at 07:36:41PM -0500, Tony Lill wrote:
> > On 01/20/2010 11:19 PM, Tony Lill wrote:
> > By design, Myth shouldn't be running the transcoder and commflagging at
> > the same time.  This would only really happen if you were running
> 
>                 // Check to see if there was a previous job that is not done
>                 if ((inTimeWindow) &&
>                     (jobStatus.contains(jobID)) &&
>                     (!(jobStatus[jobID] & JOB_DONE)))

> This appears to be the code from jobqueue.cpp that's supposed to
> prevent this. I don't see how this can possibly work, since jobID is

...

> In 0.21, you used a key that was built from chanid and starttime. Now
> either svn screwed me, or someone broke this check.

Yep, this is a bug.  I totally missed this when I converted the key from
chanid/starttime to jobid so that we could have jobs that weren't associated
with a recording.

I'm taking a look at fixing this now.

--
Chris


More information about the mythtv-users mailing list