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] Option to round-robin requesters in the request list #47

Open
YoukaiTheGit opened this issue Jun 16, 2021 · 1 comment

Comments

@YoukaiTheGit
Copy link

Have an option to reorder the request queue such that each requester's first song appears at the top of the list, then the next song from each requester, etc. The goal is to get new users' requests played sooner, and avoid a single user from monopolizing the queue, regardless of how many requests each user is allowed to make.

Subs & VIPs could get additional weights, so their requests are included with more frequency.

Example, Users A, B & C make requests in order: A1, B2, B3,, A4, A5, C6
The list would be ordered: A1, B2, C6, B3, A4, A5

@NebuPookins
Copy link
Contributor

I've implemented this feature in my fork at NebuPookins@112fa0f

I'll try to get a pull request going so that it can be merged into this repository as well.

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