Opened 14 years ago
Closed 14 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)
by , 14 years ago
| Attachment: | fix_livetv_jobqueue.patch added |
|---|
comment:1 by , 14 years ago
| Component: | MythTV - General → MythTV - Recording |
|---|---|
| Milestone: | unknown → 0.26 |
| Owner: | set to |
| Type: | Bug Report - General → Patch - Bug Fix |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

fix for 0.25-fixes