Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#9538 closed Patch - Bug Fix (fixed)
Patch to skip initial cut area on playback
Reported by: | 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 (2)
Change History (8)
by , 15 years ago
Attachment: | 213-SeekPastInitialCutpoint.patch added |
---|
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 15 years ago
Milestone: | unknown → 0.24.1 |
---|---|
Resolution: | → Fixed |
Status: | accepted → closed |
comment:3 by , 15 years ago
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.
by , 15 years ago
Attachment: | 217-SeekPastInitialCutpointFix.patch added |
---|
Call to TrackerReset to fix problem noted by Jim
comment:4 by , 15 years ago
Resolution: | Fixed |
---|---|
Status: | closed → new |
Added 217-SeekPastInitialCutpointFix.patch to address problem noted by Jim Stichnoth.
comment:6 by , 15 years ago
Resolution: | Fixed → fixed |
---|
Skip past the initial cut area when starting playback.
Patch from billstuff2001 at sbcglobal dot net
Closes #9538
Changeset: 48590321e09bd2c6473040caa0a695d7453c215f
Fixed in 48590321e09bd2c64730. Thanks for the patch - just the kind I like:)