Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9538 closed Patch - Bug Fix (fixed)

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 (2)

213-SeekPastInitialCutpoint.patch (1.1 KB) - added by anonymous 13 years ago.
217-SeekPastInitialCutpointFix.patch (626 bytes) - added by Bill Stuff <billstuff2001@…> 13 years ago.
Call to TrackerReset? to fix problem noted by Jim

Download all attachments as: .zip

Change History (8)

Changed 13 years ago by anonymous

comment:1 Changed 13 years ago by markk

Owner: set to markk
Status: newaccepted

comment:2 Changed 13 years ago by markk

Milestone: unknown0.24.1
Resolution: Fixed
Status: acceptedclosed

Fixed in 48590321e09bd2c64730. Thanks for the patch - just the kind I like:)

comment:3 Changed 13 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 13 years ago by Bill Stuff <billstuff2001@…>

Call to TrackerReset? to fix problem noted by Jim

comment:4 Changed 13 years ago by Bill Stuff <billstuff2001@…>

Resolution: Fixed
Status: closednew

Added 217-SeekPastInitialCutpointFix?.patch to address problem noted by Jim Stichnoth.

comment:5 Changed 13 years ago by markk

Resolution: Fixed
Status: newclosed

Fixed in 7e34a2b84c45e94b4a38

comment:6 Changed 13 years ago by Mark Kendall

Resolution: Fixedfixed

Skip past the initial cut area when starting playback.

Patch from billstuff2001 at sbcglobal dot net

Closes #9538

Changeset: 48590321e09bd2c6473040caa0a695d7453c215f

Note: See TracTickets for help on using tickets.