mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #428] Enhancement Request: Option to grab album cover from last.fm while syncing #304
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#304
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 @lejafar on GitHub (Aug 26, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/428
First of all, thanks for creating Koel, I absolutely love it!
But I'm really obsessive when it comes to album covers and currently as far as I understand from the code bellow Koel will not grab the album cover from Last.fm while syncing ...
Only when the album is played, the cover will be updated using Last.fm ... I assume this was done to avoid slowing down the syncing process? As far as API limitation go, their TOS states "You will not make more than 5 requests per originating IP address per second, averaged over a 5 minute period"
So grabbing while syncing looks feasible? Could this be made an option?
@BernardGoldberger commented on GitHub (Aug 26, 2016):
One of the benefits of Last.fm is that the album/artist art is always being updated, in your senecio this will stop happening, it will be especially annoying for an album that at the time of the sync did not have art or had the wrong art and was later updated.
@lejafar commented on GitHub (Aug 26, 2016):
I'm not saying checking for album art when an album is played should disappear. Just an optional grab while syncing, otherwise the album art is incomplete until you played all your albums ...
I'm thinking about something like:
@phanan commented on GitHub (Aug 28, 2016):
Yes, this would slow down the whole syncing process significantly. Maybe a
.envoption (GET_LASTFM_COVER_WHEN_SYNC?) instead, but I don't have time for it right now. Feel free to send a PR over ;)