mirror of
https://github.com/koel/koel.git
synced 2026-04-25 00:36:03 +03:00
[GH-ISSUE #1480] Spotify Integration after upgrade? #846
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#846
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 @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?
@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.