id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 5788 Commercial auto-skip skips backwards otto at kolsi dot fi cpinkham "With one particular recording, commercial auto-skip jumps backwards immediately after successful commskip. During the commbreak and at the time of the problem, video resolution changes (704x576 -> 720x576 -> 704x576) which might somehow confuse the player. I've attached frontend log with ""commskip,playback"" which shows the problem: {{{ 2008-10-07 11:26:31.007 NVP: AutoCommercialSkip(), current framesPlayed 84307, commBreakIter frame 32651, incrementing commBreakIter 2008-10-07 11:26:31.008 NVP: AutoCommercialSkip(), new commBreakIter frame 40941 2008-10-07 11:26:31.008 NVP: AutoCommercialSkip(), auto-skipping to frame 40941 }}} Following shows the markups for this recording: {{{ mysql> select mark,type from recordedmarkup where chanid = 1004 AND starttime = '2008-09-03 22:00:00.0' order by mark; +--------+------+ | mark | type | +--------+------+ | 0 | -3 | | 0 | 2 | | 0 | 4 | | 7049 | 5 | | 32651 | 4 | | 40941 | 5 | | 75526 | 4 | | 84253 | 5 | | 104178 | 4 | | 108046 | 5 | +--------+------+ }}} There's related ticket #5667. Patch attached to that ticket has no affect on this problem. " defect closed minor 0.22 mythtv 0.21-fixes medium fixed commercial break skip 0