
mythtv at cvs
Nov 11, 2010, 7:09 PM
Post #1 of 10
(274 views)
Permalink
|
|
Ticket #9213: Skip backwards no longer skips "through" a cut list
|
|
#9213: Skip backwards no longer skips "through" a cut list -----------------------------------------+---------------------------------- Reporter: mythtv@… | Owner: janne Type: defect | Status: new Priority: minor | Milestone: unknown Component: MythTV - Video Playback | Version: 0.24-fixes Severity: low | Keywords: Ticket locked: 0 | -----------------------------------------+---------------------------------- Minor regression from 0.23-fixes to 0.24-fixes. In 0.23-fixes, if you have a cut list defined for a video, then you end up at the end of a cut point (for example, after it skips the commercials), if you try to skip backwards in the video, it will actually skip past the previous cut list and play video shortly before the cut point (my guess would be whatever you have set as the rewind amount, such as 5 seconds). In 0.24-fixes, it will no longer skip past the cut point. It will only skip back to the end of that cut point, thus making it impossible to "skip backwards" through a cut point. If you do a large jump (such as a 10 minute jump), it will skip past it fine, but then you are really far away from where you were trying to go. My guess is that 0.24-fixes is now just performing a simple frame count calculation to determine where to skip, ignoring the cut list. When you skip backwards, it resumes play from inside a defined cut list, then skips to the end of that cut point to resume. It would be awesome to have the 0.23-fixes functionality back. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/9213> MythTV <http://www.mythtv.org/> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|