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

Global skip cooldown #90

Open
goto-bus-stop opened this issue Jan 21, 2017 · 0 comments
Open

Global skip cooldown #90

goto-bus-stop opened this issue Jan 21, 2017 · 0 comments
Milestone

Comments

@goto-bus-stop
Copy link
Member

Multiple mods might attempt to skip the same song at about the same time, and the second one would hit the skip button just after the first skip went through. There should be a global cooldown of something like 3 or 4 seconds to prevent accidental double-skips. I don't think there's an actual skip function yet--the HTTP API just manually triggers an advance. So this would be a good time to add a booth skip method that sends a skip message with the skip reason, triggers an advance, and only allows for one skip every few seconds.

@goto-bus-stop goto-bus-stop added this to the v1 milestone Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant