Ticket #10872 (closed Bug Report - General: fixed)
Opened 11 months ago
Last modified 10 months ago
Recording Quality score invalid for intentional late starts, early ends
| Reported by: | danielk | Owned by: | danielk |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.26 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When a user intentionally sets up a recording to start late or end early it gets marked as having poor quality and the recording is eligible for re-recording. Instead we should account for this in the RecordingQuality?() constructor and not count these start/end "gaps" against the recording.
Attachments
Change History
comment:2 Changed 11 months ago by gigem
Daniel,
Stopping a recording early should also not count against the recording quality score.
comment:3 Changed 11 months ago by danielk
The idea in this patch is to track the intended recording start and end times in RecordingInfo?. So far this captures the start and end times from the scheduler, but we still need to update the desired recording end time when the user ends the recording early. And of course we need to test thoroughly once complete.
comment:5 Changed 10 months ago by Daniel Thor Kristjansson <danielk@…>
- Status changed from accepted to closed
- Resolution set to fixed
comment:6 Changed 10 months ago by danielk
- Status changed from closed to new
- Resolution fixed deleted
This shouldn't have been marked fixed yet.
comment:7 Changed 10 months ago by Daniel Thor Kristjansson <dkristjansson@…>
comment:8 Changed 10 months ago by Daniel Thor Kristjansson <danielk@…>
- Status changed from new to closed
- Resolution set to fixed
