Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Music] Listen to spotify playlists #27

Open
ghost opened this issue Dec 24, 2018 · 2 comments
Open

[Music] Listen to spotify playlists #27

ghost opened this issue Dec 24, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Dec 24, 2018

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?

@ghost ghost changed the title [Music] Listen spotify playlists [Music] Listen to spotify playlists Dec 24, 2018
@Emy Emy added the enhancement New feature or request label Dec 26, 2018
@violetweather
Copy link

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
Copy link
Owner

Emy commented May 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants