Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10685 closed Bug Report - General (fixed)

Jobs not queued for back-to-back recordings on the same channel

Reported by: gigem Owned by: danielk
Priority: minor Milestone: 0.25.1
Component: MythTV - Recording Version: 0.25-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Jobs queuing for recordings currently happens as part of the tuning process in the recorder. In 0.25, the recorder no longer re-tunes when the next recording is on the same channel. Consequently, jobs aren't queued for the second of back-to-back recordings on the same channel.

Attachments (1)

10685-v1.patch (6.3 KB) - added by danielk 12 years ago.
Proof-of-Concept patch

Download all attachments as: .zip

Change History (5)

comment:1 Changed 12 years ago by danielk

Milestone: unknown0.25.1

It appears TVRec::FinishRecordings?() is being called, but autoRunJobs isn't always properly initialized.

Changed 12 years ago by danielk

Attachment: 10685-v1.patch added

Proof-of-Concept patch

comment:2 Changed 12 years ago by danielk

The attached patch should fix the bug, but this can probably be done more elegantly.

comment:3 Changed 12 years ago by Daniel Thor Kristjansson <dkristjansson@…>

Resolution: fixed
Status: newclosed

In 32cd375657a6f86f20f416a835aefd256edf714c/mythtv:

Fixes #10685. Handle job queue properly for back-to-back recordings.

comment:4 Changed 12 years ago by Daniel Thor Kristjansson <dkristjansson@…>

In 67883dde998c45ad587a3f687c8e86507ffe324a/mythtv:

Fixes #10685. Handle job queue properly for back-to-back recordings.

Note: See TracTickets for help on using tickets.