You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 overlapping segments, one at the beginning, and one at the end. To illustrate:
[===A===]
[===B===]
When playback arrives at the beginning of A, it skips to end of A instead of end of B.
When fixing this, please don't just detect overlaps, but also segments that are closer than let's say half a second to each other, and skip past that gap as well.
The text was updated successfully, but these errors were encountered:
Looks like overlapping segments issues exist in original browser extension as well (1, 2, 3)
But could this specific issue reproduce due to ignored categories? For me these settings give (more) satisfying behavior for this video (it jumps to 1:25 after reaching 0:56)
Example video: https://www.youtube.com/watch?v=Npu7jkJk5nM
There are 2 overlapping segments, one at the beginning, and one at the end. To illustrate:
When playback arrives at the beginning of A, it skips to end of A instead of end of B.
When fixing this, please don't just detect overlaps, but also segments that are closer than let's say half a second to each other, and skip past that gap as well.
The text was updated successfully, but these errors were encountered: