Opened 12 years ago

Closed 12 years ago

#10943 closed Patch - Bug Fix (fixed)

[Patch] don't start autoRunJobs for Live TV

Reported by: Wolfgang <mythtv@…> Owned by: danielk
Priority: minor Milestone: 0.26
Component: MythTV - Recording Version: 0.25-fixes
Severity: medium Keywords: live commerical detection jobqueue
Cc: Ticket locked: no

Description

With the fix 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; 

Attachments (2)

fix_livetv_jobqueue.patch (518 bytes) - added by Wolfgang <mythtv@…> 12 years ago.
fix for 0.25-fixes
fix_livetv_jobqueue.2.patch (518 bytes) - added by Wolfgang <mythtv@…> 12 years ago.
corrected patch

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by Wolfgang <mythtv@…>

Attachment: fix_livetv_jobqueue.patch added

fix for 0.25-fixes

Changed 12 years ago by Wolfgang <mythtv@…>

Attachment: fix_livetv_jobqueue.2.patch added

corrected patch

comment:1 Changed 12 years ago by danielk

Component: MythTV - GeneralMythTV - Recording
Milestone: unknown0.26
Owner: set to danielk
Type: Bug Report - GeneralPatch - Bug Fix

comment:2 Changed 12 years ago by Wolfgang <mythtv@…>

Resolution: fixed
Status: newclosed

In 7b0df34ec5b43391cbb92b6da3552301033b78f6/mythtv:

Fixes #10943. Apply LiveTV group before we start jobs.

Signed-off-by: Daniel Kristjansson <danielk@…>

Note: See TracTickets for help on using tickets.