[mythtv-commits] Ticket #10943: [Patch] don't start autoRunJobs for Live TV
MythTV
noreply at mythtv.org
Thu Jul 26 21:33:47 UTC 2012
#10943: [Patch] don't start autoRunJobs for Live TV
-------------------------------------+-------------------------------------
Reporter: Wolfgang <mythtv@…> | Type: Bug Report -
Status: new | General
Milestone: unknown | Priority: minor
Version: 0.25-fixes | Component: MythTV - General
Keywords: live commerical | Severity: medium
detection jobqueue | Ticket locked: 0
-------------------------------------+-------------------------------------
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;
}}}
--
Ticket URL: <http://code.mythtv.org/trac/ticket/10943>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list