mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1448] No album and artist covers neither automatically nor manually. #828
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#828
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 @VesselWave on GitHub (Apr 26, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1448
Cannot add album and artist covers neither automatically nor manually.
To reproduce
Build from source with one change
resources/assets/package.jsonfrom4.13.1to4.14.1Expected behavior
Some albums have album covers with correct file names, so they should sync automatically.
As screenshot shows, album covers cannot be changed manually.
Screenshots

Environment
Additional context
No 404 errors, no files in
public/img/coversexceptunknown-album.pngif I up node to v16 (current LTS) it will leads to more build errors.
@phanan commented on GitHub (May 16, 2022):
Might be a permission issue. Do you see any errors in the server log?
@Nolkaloid commented on GitHub (Jun 1, 2022):
Hello ! I'm having the same issue. The
PUTrequest gives a 200 response but the cover image is not really uploaded (it's not in the folder and the database is thus not updated).I'm using the nginx example config (with an unix socket fpm config) on Ubuntu 21.10, and there seem to be no errors in the logs :/. Any ideas on where to look ?
BTW koel is amazing so far, you did an awesome job :) !
@Nolkaloid commented on GitHub (Jun 3, 2022):
Apparently I was missing the GD Graphics Library it's working now !