Anyone knows a website which can play a list of songs (like grooveshark), but also allows to manage that playlist by a predefined group of people by a some cooperative system (like voting)?

In my job, I like to listen music on the speakers but not everyone enjoys the same music, and I think we could use an application where every member of the team can introduce a song and/or vote on them.

I imagine the vote system being similar to reddit (or stackoverflow) in the way that every team member can vote up or down once for each song. And the most voted songs are played before the rest.

Is there a web site or any kind of application which can maintain a playlist by many people?

link|improve this question
1  
There is a nice thread on serverfault that can help you – jpsstavares Apr 8 '11 at 15:54
feedback

7 Answers

Neat concept, but no such system exists due to lack of a decent market size. Your best bet is to create a station on Pandora or related music service, and then seed the station with song / artist suggestions from the people in your office.

link|improve this answer
feedback

Spotify allow you to create collaborative playlists that several users can edit and reorder. Unfortunately I was unable to find a playlist voting system. It would be a really cool idea to implement.

link|improve this answer
Sadly I cannot access Spotify because they restrict access from most countries (I live in Argentina): spotify.com/int/why-not-available – Protron Apr 8 '11 at 14:28
feedback

Mixtape.me is pretty close but still no embedded voting or group management. I did recommend voting as a feature.

link|improve this answer
feedback

Me and some friends started coding on such a web app. It's open source and any ideas and contributions are more than welcome. It's running live (but playback cannot be fully tested yet) here:

http://bip.bignetwork.se/

It's using the Spotify metadata API for finding songs, and will be using the libspotify api for playback on a central server. We built it in two parts, a webapp for voting and a daemon for playback.

The source code can be seen/cloned/forked from here: https://github.com/bignetwork/bip

Or check out our "spotify-daemon" repository for the playback daemon.

Ideas and issues can be added on Github.

It's currently in swedish but it uses I18N so it can easily be translated to more languages. I'd be happy to provide an english translation if there's an interest.

link|improve this answer
feedback

Try SongVote. A collaborative music + voting system.

link|improve this answer
Seems like a nice idea, although is not what I'm looking for. The more noticeable difference is that this web app doesn't actually reproduce the whole playlist (because you don't create a playlist, just songs to vote). And the really bad thing about this site is that doesn't work properly (I couldn't sing up after receiving an invite mail). And they don't care anymore probably as their contact mail is: user@email.com :( – Protron Apr 15 '11 at 15:38
feedback

OUTLOUD.FM lets you create rooms where you can chat and listen to music with your friends with a real time collaborative playlist. Just sign in, pick a room name, and start uploading music!

and they've added Soundcloud integration recently!

link|improve this answer
feedback

http://www.jampri.com does exactly that. You sign in with Facebook connect and can create a playlist that only you and your friends can add songs to it. As the playlist creator you can decide which songs stay inside. You and everyone else can also vote on songs up/down etc. Try it out. Oh, it works with youTube videos so you find and add to playlist practically any song you can think of.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.