mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2012] [Bug]: Missing Artist and Album tags after upgrade #1058
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#1058
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 @Doppelkeks12 on GitHub (Jul 9, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2012
Originally assigned to: @phanan on GitHub.
Read the Troubleshooting guide.
Reproduction steps
Expected behavior
Each user should still see all Artist and Album information for public songs.
The tags in the songs should not be missing after the update.
Songs from different users with the same Artist should appear under a single shared Artist entry for both users, as long as the songs are public.
The same applies to Albums.
Actual behavior
Songs uploaded by the second user now show a missing Artist. Albums uploaded by the second user appear on the album page, but contain no songs when opened. The second user sees an empty Artist overview but still has access to individual songs.
Logs
No entries are written to the PHP error log,
storage/logs/laravel.log, or the browser console while reloading the page or navigating.No errors were displayed during the update process.
Koel version
7.4.2 Pro to 7.10.1 Pro
How did you install Koel?
Pre-compiled tar/zip archive
Additional information
The
artist_namecolumn in thesongstable is empty for each entry created during the update.I modified the
2025_06_12_150202_user-scope_artists_and_albumsmigration locally to write the original artist name into the column. This fixes the issue with missing tags on individual songs.However, the issues with the Album and Artist overviews remain.
I tested this both on my production server and in a local DDEV environment.
@phanan commented on GitHub (Jul 10, 2025):
Ah yeah this is certainly a bug, thanks for reporting! I'll take a look.
@phanan commented on GitHub (Jul 10, 2025):
What modifications did you make to
2025_06_12_150202_user-scope_artists_and_albums?@phanan commented on GitHub (Jul 10, 2025):
Nvm I found the bug.