Sponsor block causes a mess #182
christoph-heinrich
started this conversation in
General
Replies: 1 comment 2 replies
-
Yeah I think we should just scrap the whole Does anyone have any other use case for chapter ranges apart of:
? Btw, the menus refactoring turned into a whole element system refactoring, and I'm tweaking like 80% of the codebase, so hold off with making PRs or you might have to rewrite them. Should be done today, or monday at worst. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried out sponsor block because of #178 and noticed that it causes quite a mess with the chapters.
The video https://www.youtube.com/watch?v=MGe1GCVZTAA ends up with the following chapters (formatted as chapter.time chapter.title):
The generated chapter ranges are a bit better with:
Which seems like an improvement in general and maybe worth upstreaming, but it still doesn't properly deal with that mess.
Maybe we should consolidate chapters that are less then a second apart into a single one? Then every chapter would need an array of titles instead of a single one. That might improve the situation with the hovered chapters, which currently can't deal with that situation at all.
For debugging test.zip might be of help.
Beta Was this translation helpful? Give feedback.
All reactions