2011-01-02, 07:13 PM
johnsonx42 Wrote:The patch in this thread vastly improved matters over the stock 1.5.36 behaviour. However skips were definitely much more accurate with prior versions; 1.5.28 introduced the Timing.Info, and a couple of patches early after the release made it work right. Since then, 10 second skips have always been 10 seconds, and 60 second skips have always been 60 seconds. Comskip skip points have been more accurate since then as well. Now with 1.5.36+patch forward skips are 2 to 3 seconds too long, and comskip jumps are 2 to 3 seconds too early. I'm definitely not imagining this.I think we'll just have to agree to disagree on that one. I really think you're wrong. The old scheme would just guess the current playback time based on the duration from timing.info, and could get it way wrong for variable bitrate files, or if their was glitches in the recording (causing the average bitrate to not consistent over the entire file). The new scheme uses the info in timing.info to determine the playback position.
Quote:That all said, with GB-PVR I had wished for the ability to tweak comskip jump points so such a feature would be welcome.I've attached a patch that'll allow you to tweak the comskip start and end times by adding the following in the config.xml's <General> section
<ComskipStartOffset>-3000</ComskipStartOffset>
<ComskipEndOffset>-3000</ComskipEndOffset>
You can use negative or positive values.