Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Labels/Custom Categories/Crowd Chapters #409

Closed
2 of 7 tasks
ajayyy opened this issue Jul 17, 2020 · 6 comments · Fixed by #1001
Closed
2 of 7 tasks

Custom Labels/Custom Categories/Crowd Chapters #409

ajayyy opened this issue Jul 17, 2020 · 6 comments · Fixed by #1001
Assignees
Labels

Comments

@ajayyy
Copy link
Owner

ajayyy commented Jul 17, 2020

Just an idea right now:

  • Add player button to skip to the start of the next segment or the end of the current segment if inside a segment
  • Open submission popup immediately after clicking start segment
  • Add a separate stop segment button to allow you to make a new segment that starts at the end of the last one
  • Add label field to database
  • Autocomplete with previous chapters on that channel to help with autoskipping specific ones
  • Grid-based submission notice to have more space?
  • Allow someone to "edit" chapters by forking previous ones

Problems:

  • These would have to use a different sorting system than the overlapping segments model
    • Maybe it would only use one users entire segment batch?
  • Should sponsors and other categories still be stored separately?
    • Would it be useful to say a segment starts at the end of whatever sponsor was chosen as the "best" one instead of an arbitrary time?
  • These should only be allowed to submit by high reputation users
    • Custom text is risky

Database:

  • Store info in chapterSegments table with UUID linking to sponsorTimes, and a version to allow new versions to link to new segments.
  • Store vote data in a chapterInfo table containing a link to the chapterSegments and credit to any forks
@ajayyy ajayyy added enhancement New feature or request Categories Next Up labels Jul 17, 2020
@vwkd
Copy link

vwkd commented Jul 18, 2020

Please don't allow for more and even custom categories. The more complex the category selection will become, the harder tagging will be. People will inadvertently choose wrong categories, detrementing user experience for everyone, since categories aren't useful anymore if you can't rely on them being correctly used.

Already today I often correct "sponsor" to "interaction".

IMHO the current categories are very much fine already and don't need more complexity.

@ajayyy
Copy link
Owner Author

ajayyy commented Jul 18, 2020

@zjopy this is more to replicate the chapters feature. These would not auto skip.

@platinorum
Copy link
Contributor

platinorum commented Jun 22, 2021

I thought about this as well, and I would find it very useful!
Unfortunately, some channels don't use the chapter feature and this would be a nice alternative.

@ajayyy ajayyy changed the title Custom Labels/Custom Categories/Community Chapters Custom Labels/Custom Categories/Crowd Chapters Jul 1, 2021
@ajayyy ajayyy self-assigned this Oct 20, 2021
@hyoretsu
Copy link

hyoretsu commented May 4, 2022

Great feature, even if slightly off topic.

@SameenAhnaf
Copy link

SameenAhnaf commented Jun 7, 2022

Sponsorblock shouldn't divide the seek bar into several parts or use seek bar colours. Instead, seperate the chapters by icons like | or .

There should be a clear indication if this is a relevant part of the video topic, contributed by the creator or viewer and does not fall into specific categories.

@ProgrammerWhoPrograms
Copy link

#2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants