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

Add support for playlist images to get_images() #100

Closed
pft opened this issue Mar 5, 2016 · 3 comments
Closed

Add support for playlist images to get_images() #100

pft opened this issue Mar 5, 2016 · 3 comments
Assignees
Labels
C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal
Milestone

Comments

@pft
Copy link

pft commented Mar 5, 2016

Spotify playlists may have images associated, and made available through their api.

They cannot currently be retrieved with get_images(). Parsing the URI already errors out.

ValueError: Could not parse u'spotify:user:accountname:playlist:2BCH....nws1' as a Spotify URI
@jaedb
Copy link

jaedb commented Jan 13, 2017

+1

@kingosticks
Copy link
Member

For anyone looking at doing this, note that the difference with playlists is that they require authorisation to access.

@kingosticks kingosticks added the C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal label Jan 13, 2017
@adamcik
Copy link
Member

adamcik commented Dec 19, 2019

3e82e54 fixed this.

@adamcik adamcik closed this as completed Dec 19, 2019
@jodal jodal added this to the v4.0 milestone Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal
Projects
None yet
Development

No branches or pull requests

5 participants