﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
10943	[Patch] don't start autoRunJobs for Live TV	Wolfgang <mythtv@…>	danielk	"With the fix [http://code.mythtv.org/trac/changeset/32cd375657a6f86f20f416a835aefd256edf714c/mythtv Handle job queue properly for back-to-back recordings] autorun jobs are insert on every channel change during live tv.

The problem is that ApplyRecordRecGroupChange(""LiveTV"") is set to late and the check in StartRecording always set AutoRunInitType to kAutoRunProfile

{{{
    AutoRunInitType t = (curRec->QueryRecordingGroup() == ""LiveTV"") ? 
            kAutoRunNone : kAutoRunProfile; 
}}}

"	Patch - Bug Fix	closed	minor	0.26	MythTV - Recording	0.25-fixes	medium	fixed	live commerical detection jobqueue		0
