Image for User Preset Playlists #25
Replies: 2 comments
-
@m4tthall73 The playlist image can easily be obtained via the Spotify Web API Get Playlist endpoint (see form screenshot example below). Just enter the playlist ID value and press the "Try It" button. This will return a bunch of meta data for the playlist, of which the "images" collection has the link(s) to the cover art. The only problem with this is that the Spotify image link(s) are hosted by a CDN provider, which means that they could potentially change. This does not happen very often, but is a possibility. For example, the "Discover Weekly" playlist id is Spotify Web API Get Playlist screenshot example Another idea would be to add an action menu item to "Copy Playlist Image URL to clipboard", which would allow you to easily grab the image url via the search UI. I can have that added in the next release. |
Beta Was this translation helpful? Give feedback.
-
@m4tthall73 When clicked, it formats a userPreset entry and stores it on the clipboard; the contents can then be pasted into the code editor under the
I am trying to find a way to automatically update the configuration when the menu-item is clicked (rather than the copy / paste clipboard route), but there have been some difficulties doing that. I haven't given up on it, but it's going to take some time and thought to get it to work I think. Anyway, thought you would want to know. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have been starting to set-up the card with some user presets that provide convenient access to my favourite playlists. This seems to work fine but wondering if it is possible to have the playlist image from spotify rather than link to an image file? I am assuming not, as I am sure this would have been an option you'd have started with but thought I should ask just in case.
Thanks for your work on this, it's much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions