Skip to content

Instantly share code, notes, and snippets.

@Tivoli
Created May 28, 2011 07:17
Show Gist options
  • Save Tivoli/d21f0607300d27938950 to your computer and use it in GitHub Desktop.
Save Tivoli/d21f0607300d27938950 to your computer and use it in GitHub Desktop.
turntable.fm stuff
turntable.addEventListener("soundstart", function(m){ROOMMANAGER.callback("add_song_to","queue"); ROOMMANAGER.callback("upvote");});
turntable.addEventListener("message", function(m){ if(typeof(m.command) !== "undefined") { if (m.command == 'update_votes'){setTimeout(function(){ROOMMANAGER.callback("stop_song")}, 1000)} } });
setInterval(function(){ROOMMANAGER.callback("upvote")}, 500);
setInterval(function(){turntable.lastMotionTime = util.now() / 1000;}, 10000);
setInterval(function(){$('.ok-button').click()}, 500);
@dmoneycin
Copy link

hey man, it says turntable is undefined in chrome

@Tivoli
Copy link
Author

Tivoli commented Jun 23, 2011

Just checked and it's still defined :P

@Tivoli
Copy link
Author

Tivoli commented Jun 23, 2011

Also, they are constantly updating stuff, so eventually this is going to no longer work ;)

@bberman
Copy link

bberman commented Jun 23, 2011

This didn't work for me. When do you run this?

@Sevensig
Copy link

It's working fine for me. I'm running it right now.

@l1nk1n
Copy link

l1nk1n commented Jul 6, 2011

Is this still working as of today? It's not working for me. Using firefox. "Not defined" Please advice..thanks.

@l1nk1n
Copy link

l1nk1n commented Jul 6, 2011

Also, on Chrome. After hitting Run there's no notification whether script worked or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment