[GH-ISSUE #209] get-playlist-images implementation #147

Closed
opened 2026-02-27 19:26:18 +03:00 by kerem · 5 comments
Owner

Originally created by @djansen1987 on GitHub (Dec 6, 2020).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/209

Hi, Lets start of saying you helped me out creating an nice platform to play music quizzes (www.spotquiz.nl)

Het getting the quizzes i also fetch the spotify playlist image. I now do this through $api->getPlaylist($playlistid ) which works. But on a long list it takes a while and sometimes get hit with the API limit rate warning.

I also fetch way to much info at that time then i need. Looking at the Spotify Api i found that there was also a way to only fetch the playlist image. Don't see this being implemented at the moment, correct ? If so, is it a possibility to adapt it in to the module ?

https://developer.spotify.com/console/get-playlist-images/

Originally created by @djansen1987 on GitHub (Dec 6, 2020). Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/209 Hi, Lets start of saying you helped me out creating an nice platform to play music quizzes (www.spotquiz.nl) Het getting the quizzes i also fetch the spotify playlist image. I now do this through ` $api->getPlaylist($playlistid )` which works. But on a long list it takes a while and sometimes get hit with the API limit rate warning. I also fetch way to much info at that time then i need. Looking at the Spotify Api i found that there was also a way to only fetch the playlist image. Don't see this being implemented at the moment, correct ? If so, is it a possibility to adapt it in to the module ? [https://developer.spotify.com/console/get-playlist-images/](https://developer.spotify.com/console/get-playlist-images/)
kerem 2026-02-27 19:26:18 +03:00
Author
Owner

@jwilsson commented on GitHub (Dec 6, 2020):

Hey!
Cool! Really appreciate the link, always fun to see what people build with this library!

I didn't know about that method. Would you be interested in sending a PR for it? If not, no worries. I'll make sure it gets added.

<!-- gh-comment-id:739544959 --> @jwilsson commented on GitHub (Dec 6, 2020): Hey! Cool! Really appreciate the link, always fun to see what people build with this library! I didn't know about that method. Would you be interested in sending a PR for it? If not, no worries. I'll make sure it gets added.
Author
Owner

@bmartus commented on GitHub (Dec 7, 2020):

I am using this package, and will probably need to use this functionality.

Had some free time real quick tonight, PR on its way in ..

<!-- gh-comment-id:739638416 --> @bmartus commented on GitHub (Dec 7, 2020): I am using this package, and will probably need to use this functionality. Had some free time real quick tonight, PR on its way in ..
Author
Owner

@djansen1987 commented on GitHub (Dec 7, 2020):

Hi, Great to hear bmartus.

Really curious when adopted. Looks good for as far i can see.

<!-- gh-comment-id:739754574 --> @djansen1987 commented on GitHub (Dec 7, 2020): Hi, Great to hear bmartus. Really curious when adopted. Looks good for as far i can see.
Author
Owner

@jwilsson commented on GitHub (Dec 7, 2020):

I just tagged 4.1.0 containing this method.

@djansen1987 Thanks for bringing it to my attention!

@bmartus Thanks again for the PR!

<!-- gh-comment-id:740087749 --> @jwilsson commented on GitHub (Dec 7, 2020): I just tagged `4.1.0` containing this method. @djansen1987 Thanks for bringing it to my attention! @bmartus Thanks again for the PR!
Author
Owner

@djansen1987 commented on GitHub (Dec 8, 2020):

Thanks guys!

<!-- gh-comment-id:740462104 --> @djansen1987 commented on GitHub (Dec 8, 2020): Thanks guys!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#147
No description provided.