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

Multi user in rotation, one song at a time for each user #23

Open
arthurlutz opened this issue Nov 29, 2018 · 1 comment
Open

Multi user in rotation, one song at a time for each user #23

arthurlutz opened this issue Nov 29, 2018 · 1 comment

Comments

@arthurlutz
Copy link

Do you think it would be difficult to adapt mopidy-party for the following us case ?

Alice, Bob and Carol want to listen to music together and agree to choose the music played one song at a time in rotation. They each choose their songs, either on separate devices (eg. phones that have access to the web interface), or by passing the device to each other in rotation. A kind of slot based approach.

@Lesterpig
Copy link
Owner

Hey, thanks for your interest!
We already rely on the remote_ip to transparently discriminate between users for skip votes. It might be quite easy to change the queuing policy to a round-robin based on the user (if mopidy supports that kind of reordering).

But I suspect that we might need more advanced backend than what is currently available, to remember users and their contributions in the current mopidy queue.

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

2 participants