Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#10872 closed Bug Report - General (fixed)
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 (1)
Change History (10)
comment:1 Changed 13 years ago by
Owner: | set to danielk |
---|---|
Status: | new → accepted |
comment:2 Changed 13 years ago by
Changed 13 years ago by
Attachment: | 10872-v2.patch added |
---|
comment:3 Changed 13 years ago by
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:4 Changed 13 years ago by
Priority: | minor → blocker |
---|
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:6 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → new |
This shouldn't have been marked fixed yet.
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Daniel,
Stopping a recording early should also not count against the recording quality score.