Spotify Playlist to image grid

This might be a weird one but I’ve been needing something like this and you might find it a useful starting point for your Spotify related shortcuts (something I haven’t seen many of)

You need 2 shortcuts:

Spotify Authenticate: requires Client ID and Client Secret:
https://www.icloud.com/shortcuts/7d08a09c92e74cb0a2955f6d7801b988

Spotify playlist to image grid: requires Spotify playlist URL (from clipboard or user input) and grabs the authentication from the shortcut above:
https://www.icloud.com/shortcuts/e1b60830642d45f39952e5d4531106e0

What it returns is a large (huge!!!) image grid of all album cover artwork in the playlist.

Howdy! I just tried using this, and was getting the error “Cannot run Combine Images: No images were provided to combine.” I was able to fix it by inserting one additional “Get Dictionary Value” block with a value “tracks” above the one where you get “items” (because items is nested inside tracks). It also helped to put an “if” block around the “get URL” and checking to see if there was an “http” in the URL string, because apparently sometimes it’s not valid for some reason. Cheers!

Hello, could you provide a link to your fixed verison? I’m getting the same issue and tried using your solution myself, but to no avail. Thank you!

Sorry Kenny, that was 5 years ago and I didn’t keep that script around. :frowning: