mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #528] add bulk download of artist images from last.fm on scan/demand #375
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#375
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 @binhex on GitHub (Jan 25, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/528
Hi, so i would like to request the ability to download artist images from last,fm, the way i imagine it working is that if the last.fm api and key are defined in the .env file (check already in place for this i see) then this would enable an additional checkbox (greyed out otherwise) setting in the "Settings" section to "Download artist images from Last.fm on media scan" and/or maybe with the option to "Force download of artist images from Last.fm for the existing library".
The only issue i can see with this is that we would potentially be hitting last.fm quite hard, not sure what the limit is on the api on number of requests, but if the limit is quite high then i think this could be a pretty cool feature to add in.
@phanan commented on GitHub (Jan 26, 2017):
Artist and album images are already being downloaded from Last.fm when the songs are played. I don't think repeatedly requesting Last.fm API (during scan) is a good idea.