Mark Cicoria
Mark Cicoria
@EragonJ I like this idea. It would probably make this much easier to use for folks who aren't really coders. I think it should be a separate project though, no?
For the track history: ``` that.bot.emit("do:getTrackHistory", trackUri); // like spotify:track:xxx that.bot.on("trackHistory", function( tracks, uri ){ // tracks = [ {uri, userUri, username, etc}, {}]; }); that.bot.emit("do:getTrackHistoryByArtists", [ {uri: "spotify:artist:xxxx", ...},...
That's correct. The syncing and GIF TV is not hooked up to the bot in any way. On Tue, Apr 23, 2019 at 6:50 AM JasonZigelbaum wrote: > I can't...
Most likely, it only shows the top public rooms. If you want to be able to access it at any time, you can save the url that the /tv command...
Could be possible with: 1. https://www.songkick.com/developer/artist-search 2. https://www.songkick.com/developer/upcoming-events-for-artist
Hey, sorry for the delay. No easy place to store secrets at the moment, but what I can do is add it to the Google Form and I'll store it...