alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
317 stars 98 forks source link

bot.skip() not working #129

Closed danielmahon closed 11 years ago

danielmahon commented 11 years ago

bot.skip() doesn't seem to be doing anything, and not getting any errors

alaingilbert commented 11 years ago

Hum, on my side, it seems to work.

To skip a song, you must be the "current dj"... (you can only skip the song "you" are playing) (by "you", I mean, the bot itself)

If you print out the data in the skip callback, what does it say ? ex: bot.skip(function(data) { console.log(data); });

danielmahon commented 11 years ago

My mistake, I was under the impression moderators could skip. Is that possible?

alaingilbert commented 11 years ago

Can we do that on turntable.fm ? (If yes, it's possible but not implemented.)

And if the answer is yes, It'll be a pleasure for me to add that feature :)

alaingilbert commented 11 years ago

I know that a moderator can "remove a DJ". And this feature is implemented. ex: bot.remDj('USER_ID');

MikeWills commented 11 years ago

@alaingilbert is right. We can't force skip other people's songs only remove them as DJs.

danielmahon commented 11 years ago

I will close this issue since bot.skip() is working as intended. Thanks for the quick responses! I hope turntable allows moderators to skip songs in the future.