mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1348] Album art doesn't cache #778
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#778
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 @waaronking on GitHub (Aug 29, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1348
Describe the bug
Album art loads fine from last.fm, but after page refresh no art is cached. I've also recently purchased the android app and have noticed no album art in the mobile app. I'm hoping this is due to this caching problem.
Expected behavior
Album art is cached so upon refresh it doesn't have to re-query last.fm again
Environment
Additional context
I'd love any pointers on why this may not be working. Everything seems to work fine except for this. I've read through the docs multiple times and can't find anything I've missed. Thanks
@phanan commented on GitHub (Sep 8, 2021):
Hmm, I can't seem to reproduce the bug. Via the web interface, if you drag an image file into a song's thumbnail, what happens?
@waaronking commented on GitHub (Sep 8, 2021):
Thanks for the reply. I can drag album art into the song's thumbnail and it updates the picture for about 500ms and then reverts back to the koel bird. The network tab gives me a successful 200 PUT request during this action.
Do you recall where the album art is stored server side? It feels like it might be a permission issue, but I've attempted to check all the folders where I thought they should be stored and they all appear to have the same 755 permissions.
@phanan commented on GitHub (Sep 8, 2021):
You should find the album arts (under randomized names) under public/…
folder. Sorry I’m AFK right now.
On Wed 8. Sep 2021 at 10:38 Aaron King @.***> wrote:
@jaxt commented on GitHub (Dec 10, 2021):
open gd in php.ini

@phanan commented on GitHub (Dec 10, 2021):
It's been 2 months since the last update from the OP, so I'm assuming they've resolved the problem now.
@waaronking commented on GitHub (Dec 14, 2021):
Thanks @jaxt! I spent a lot of time debugging, but was never able to solve the issue. Hopefully this helps someone in the future! I ended up moving everything to Plex for music hosting. Thanks!