Opened 12 years ago
Closed 12 years ago
#10943 closed Patch - Bug Fix (fixed)
[Patch] don't start autoRunJobs for Live TV
Reported by: | 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)
Change History (4)
Changed 12 years ago by
Attachment: | fix_livetv_jobqueue.patch added |
---|
comment:1 Changed 12 years ago by
Component: | MythTV - General → MythTV - Recording |
---|---|
Milestone: | unknown → 0.26 |
Owner: | set to danielk |
Type: | Bug Report - General → Patch - Bug Fix |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fix for 0.25-fixes