Opened 14 years ago

Closed 14 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@…> 14 years ago.
fix for 0.25-fixes
fix_livetv_jobqueue.2.patch (518 bytes ) - added by Wolfgang <mythtv@…> 14 years ago.
corrected patch

Download all attachments as: .zip

Change History (4)

by Wolfgang <mythtv@…>, 14 years ago

Attachment: fix_livetv_jobqueue.patch added

fix for 0.25-fixes

by Wolfgang <mythtv@…>, 14 years ago

Attachment: fix_livetv_jobqueue.2.patch added

corrected patch

comment:1 by danielk, 14 years ago

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

comment:2 by Wolfgang <mythtv@…>, 14 years ago

Resolution: fixed
Status: newclosed

In 7b0df34ec5b43391cbb92b6da3552301033b78f6/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available
Note: See TracTickets for help on using tickets.