Ticket #9538 (closed Patch - Bug Fix: fixed)
Opened 2 years ago
Last modified 2 years ago
Patch to skip initial cut area on playback
| Reported by: | billstuff2001@… | Owned by: | markk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24.1 |
| Component: | MythTV - General | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If you watch a recording with an initial cutarea (e.g. cut out the first 5 minutes), the beginning of the recording is played for a split second before skipping past the cutarea.
This patches mythplayer to start playback at the end of the cutarea.
Attachments
Change History
comment:2 Changed 2 years ago by markk
- Status changed from accepted to closed
- Resolution set to Fixed
- Milestone changed from unknown to 0.24.1
Fixed in 48590321e09bd2c64730. Thanks for the patch - just the kind I like:)
comment:3 Changed 2 years ago by Jim Stichnoth <stichnot@…>
I think you need to call deleteMap.TrackerReset?(bookmarkseek, totalFrames) before calling TrackerWantsToJump?, otherwise an existing bookmark that comes after a cut region is backed up to just past the first cut region.
Changed 2 years ago by Bill Stuff <billstuff2001@…>
- Attachment 217-SeekPastInitialCutpointFix.patch added
Call to TrackerReset? to fix problem noted by Jim
comment:4 Changed 2 years ago by Bill Stuff <billstuff2001@…>
- Status changed from closed to new
- Resolution Fixed deleted
Added 217-SeekPastInitialCutpointFix?.patch to address problem noted by Jim Stichnoth.
comment:5 Changed 2 years ago by markk
- Status changed from new to closed
- Resolution set to Fixed
Fixed in 7e34a2b84c45e94b4a38
comment:6 Changed 2 years ago by Mark Kendall
- Resolution changed from Fixed to fixed
Skip past the initial cut area when starting playback.
Patch from billstuff2001 at sbcglobal dot net
Closes #9538
Changeset: 48590321e09bd2c6473040caa0a695d7453c215f
