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

[Feature Request] Minimum Vote Skip Option #966

Open
Kethsar opened this issue Jan 24, 2023 · 4 comments
Open

[Feature Request] Minimum Vote Skip Option #966

Kethsar opened this issue Jan 24, 2023 · 4 comments

Comments

@Kethsar
Copy link
Contributor

Kethsar commented Jan 24, 2023

Occasionally during dead hours, when the chat is minimally active but a few people are otherwise watching streams that the cytube instance was set up for, we'll have cases of 1-vote skips. Most everyone agrees this is a bit of an issue, but it's not really possible to prevent using client-side scripting without being a bit annoying for the users.

An option to set a minimum number of votes before a skip passes would be nice to have.

@calzoneman
Copy link
Owner

I'm hesitant to add yet more parameters to the voteskip calculation -- it's already pretty confusing and weird edge cases crop up.

I think there's a deeper issue here that measuring afk-ness by chat activity is just not an accurate signal -- especially with people watching while in voice chat or some other communications besides the built in chat. I'm thinking about just removing the chat-based afk and instead having the afk timer track whether or not the page is focused, which is probably a better indicator of whether the user is watching the video.

@calzoneman
Copy link
Owner

The current afk/voteskip also doesn't take into account whether the user is in chat only mode, so that could also be fixed along with this.

@Kethsar
Copy link
Contributor Author

Kethsar commented Jan 27, 2023

That's fair. Though if you go with tab focus, accounting for users who leave it open when they do go AFK for long periods might be a pain to figure out. It would end up on an honour system of them manually setting themselves as AFK or something. Though I can think of a way to remedy this in the client script, so it's still a better system overall.
Thanks for the reply.

@calzoneman
Copy link
Owner

It's a trade of false negatives for false positives.

The current system results in tagging a lot of people AFK who are not actually AFK, and thus it's annoying that something you're watching can be skipped by as little as a single user when in reality there are plenty of other people interested in watching the video but simply not using chat.

Doing it by focus state biases more towards treating people as not-AFK unless you can be reasonably sure they're not watching (window not focused). The hypothetical annoyance here is that it might require extra votes to skip when someone is in reality AFK and shouldn't be counted towards the requirement, but I don't know how commonly someone would leave the window focused on CyTube and just walk away (simply having it visible on a monitor doesn't count as focused unless it is the active window). Hypothetically you could try to measure mouse movements as well, but then of course you're back to falsely treating people as AFK if they happen to be watching while sitting back in their chair or something like that.

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

No branches or pull requests

2 participants