Emy / crim

THE cute multi language multi purpose bot for discord!
GNU Affero General Public License v3.0
36 stars 14 forks source link

[Music] Listen to spotify playlists #27

Open ghost opened 5 years ago

ghost commented 5 years ago

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?

violetweather commented 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.

Emy commented 5 years ago

Actually not a bad idea. I'll look into it when i feel like it. thanks <3