Difference between revisions of "CrowdsourcedDJ"
m (Shortened the words for the commands) |
m (Added link to the Google Voice API) |
||
Line 18: | Line 18: | ||
*HATE = if a song receives enough HATEs large fraction of the total number of votes averaged over the previous sets of votes it will be removed from the playlist. | *HATE = if a song receives enough HATEs large fraction of the total number of votes averaged over the previous sets of votes it will be removed from the playlist. | ||
*INFO = sends a text to that user with the song title, artist, album and other song info? | *INFO = sends a text to that user with the song title, artist, album and other song info? | ||
+ | |||
+ | The plan is to leverage this API: http://code.google.com/p/google-voice-java/ | ||
+ | The whole thing will be an Android app that uses the internal music audio player API for all the playing of the music. | ||
+ | It should be able to run on just WiFi or cellular data network to pick up and send the SMS commands and results. | ||
Make sure to let me know if you have better ideas to make this work. Feel free to rip apart my ideas too. Constructive criticism is highly encouraged. | Make sure to let me know if you have better ideas to make this work. Feel free to rip apart my ideas too. Constructive criticism is highly encouraged. | ||
[[Category:Crowdsourcing]] <!--MAKE AS MANY CATEGORIES AS YOU NEED--> | [[Category:Crowdsourcing]] <!--MAKE AS MANY CATEGORIES AS YOU NEED--> |
Revision as of 12:59, 29 November 2011
Creator: |
Overview
Crowd Sourced DJ
Google Voice SMS powered music DJ! Install this app on an Android device. It will pick a set of five? random songs from a selected precompiled playlist. Users then send short commands over SMS to the Google Voice number assigned to the device to vote on the next song, or change the song, or even vote the song up or down to make the song show up more or less often.
Commands include:
- LIST = sends a text to that user containing the list of five? random songs to vote for.
- TALLY = sends a text to that user of the last set of songs and the number of votes each song received.
- UP = gives the currently playing song a vote up.
- DOWN = gives the currently playing song a vote down.
- HATE = if a song receives enough HATEs large fraction of the total number of votes averaged over the previous sets of votes it will be removed from the playlist.
- INFO = sends a text to that user with the song title, artist, album and other song info?
The plan is to leverage this API: http://code.google.com/p/google-voice-java/ The whole thing will be an Android app that uses the internal music audio player API for all the playing of the music. It should be able to run on just WiFi or cellular data network to pick up and send the SMS commands and results.
Make sure to let me know if you have better ideas to make this work. Feel free to rip apart my ideas too. Constructive criticism is highly encouraged.