[GH-ISSUE #1485] Album covers do not import if already failed #847

Closed
opened 2026-02-26 02:34:26 +03:00 by kerem · 2 comments
Owner

Originally created by @pattmax00 on GitHub (Aug 18, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1485

Describe the bug
If permissions are not set correctly (common issue initially, especially when upgrading) and you lose/do not have album covers, then koel:sync will only grab covers for new songs, instead of all missing covers.

To reproduce
Steps to reproduce the behavior:

  1. Have incorrect permissions in public and storage
  2. Import music
  3. Fix permission issue
  4. Run php artisan koel:sync again (Old missing covers are not imported, only covers for new songs are imported)

Expected behavior
All missing covers should be found and imported, even for already added songs

Environment

  • Koel version Latest
  • OS: Debian
  • PHP version 8.1
Originally created by @pattmax00 on GitHub (Aug 18, 2022). Original GitHub issue: https://github.com/koel/koel/issues/1485 **Describe the bug** If permissions are not set correctly (common issue initially, especially when upgrading) and you lose/do not have album covers, then koel:sync will only grab covers for new songs, instead of all missing covers. **To reproduce** Steps to reproduce the behavior: 1. Have incorrect permissions in public and storage 2. Import music 3. Fix permission issue 4. Run php artisan koel:sync again (Old missing covers are not imported, only covers for new songs are imported) **Expected behavior** All missing covers should be found and imported, even for already added songs **Environment** - Koel version Latest - OS: Debian - PHP version 8.1
kerem closed this issue 2026-02-26 02:34:26 +03:00
Author
Owner

@JBlond commented on GitHub (Sep 6, 2022):

Did you try artisan koel:sync --force ?

<!-- gh-comment-id:1237946750 --> @JBlond commented on GitHub (Sep 6, 2022): Did you try artisan koel:sync --force ?
Author
Owner

@pattmax00 commented on GitHub (Sep 6, 2022):

Did you try artisan koel:sync --force ?

Just did this and it worked! Thank you!

<!-- gh-comment-id:1238523637 --> @pattmax00 commented on GitHub (Sep 6, 2022): > Did you try artisan koel:sync --force ? Just did this and it worked! Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#847
No description provided.