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

A user should be able to follow more than one user. #13

Open
dylan-conlin opened this issue Apr 17, 2014 · 1 comment
Open

A user should be able to follow more than one user. #13

dylan-conlin opened this issue Apr 17, 2014 · 1 comment

Comments

@dylan-conlin
Copy link

Sites like turntable.fm and plug.dj allow multiple users to join the same room. Inside the room, users can passively listen or join the dj "queue." So far, napster.fm seems to only allow two users to take turns playing songs.

If this is already possible, please excuse my ignorance!

@buu700
Copy link
Owner

buu700 commented May 30, 2014

Thanks for the suggestion Dylan!

Yeah, this would definitely be a pretty useful feature to have (and probably not that difficult to add); the closest way I could think to approximate this feature would be to have all the "DJs" sharing one account whose username and password are known to everyone (all sessions signed in to the same account are automatically synced), and then taking turns switching the song.

Obviously, there are a lot of problems with that (and it's completely missing both the queue structure and ability to contend for placement in it), but it would sort of get the general idea of what you're going for (I really need to make some more time to work on Napster.fm again, though I am always open to pull requests :).

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