mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-28 00:15:53 +03:00
[GH-ISSUE #209] get-playlist-images implementation #147
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/
@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.
@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 ..
@djansen1987 commented on GitHub (Dec 7, 2020):
Hi, Great to hear bmartus.
Really curious when adopted. Looks good for as far i can see.
@jwilsson commented on GitHub (Dec 7, 2020):
I just tagged
4.1.0containing this method.@djansen1987 Thanks for bringing it to my attention!
@bmartus Thanks again for the PR!
@djansen1987 commented on GitHub (Dec 8, 2020):
Thanks guys!