Modify ↓
Ticket #10685 (closed Bug Report - General: fixed)
Opened 13 months ago
Last modified 11 months ago
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
Change History
comment:1 Changed 12 months ago by danielk
- Milestone changed from unknown to 0.25.1
comment:2 Changed 12 months ago by danielk
The attached patch should fix the bug, but this can probably be done more elegantly.
comment:3 Changed 12 months ago by Daniel Thor Kristjansson <dkristjansson@…>
- Status changed from new to closed
- Resolution set to fixed
comment:4 Changed 11 months ago by Daniel Thor Kristjansson <dkristjansson@…>
Note: See
TracTickets for help on using
tickets.

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