Open ghost opened 5 years ago
You could use https://api.spotify.com/v1/playlists/{playlist_id}/tracks to get the tracks then compare strings (https://developer.spotify.com/documentation/web-api/reference/object-model/#track-object-full), look them up on youtube, and then add them to the queue.
Actually not a bad idea. I'll look into it when i feel like it. thanks <3
Ability to paste spotify playlist URL to listen to music. Possible examples: a) Pulling song title/artist and playing best match on YouTube b) somehow accessing web browser version of Spotify to play playlist? Maybe by creating a free account strictly for Emybot?