[GH-ISSUE #1480] Spotify Integration after upgrade? #846

Closed
opened 2026-02-26 02:34:26 +03:00 by kerem · 1 comment
Owner

Originally created by @andreknieriem on GitHub (Aug 11, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1480

Hi there. Koel is very great and I've added spotify settings in my .env file and removed the last.fm settings. But how do I now see the updates coming? I have no artists images and so on. Is there any command to regenerate all covers?

Originally created by @andreknieriem on GitHub (Aug 11, 2022). Original GitHub issue: https://github.com/koel/koel/issues/1480 Hi there. Koel is very great and I've added spotify settings in my .env file and removed the last.fm settings. But how do I now see the updates coming? I have no artists images and so on. Is there any command to regenerate all covers?
Author
Owner

@phanan commented on GitHub (Sep 11, 2022):

Unfortunately, Lastfm's "ugly star," as ugly as it is, remains the artist's "image" once it's been downloaded (as basically, Koel can't differentiate it from an actual artist image). There's no command to re-generate covers, so your best bet would be to delete the image values from the database (something like UPDATE artists SET image = null) and let Spotify re-generate them over time. Notice that this will nullify all artist images.

<!-- gh-comment-id:1242913883 --> @phanan commented on GitHub (Sep 11, 2022): Unfortunately, Lastfm's "ugly star," as ugly as it is, remains the artist's "image" once it's been downloaded (as basically, Koel can't differentiate it from an actual artist image). There's no command to re-generate covers, so your best bet would be to delete the image values from the database (something like `UPDATE artists SET image = null`) and let Spotify re-generate them over time. Notice that this will nullify _all_ artist images.
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/koel-koel#846
No description provided.