mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1930] [Bug]: If more than one artist is on the track, Koel will import it as one artist instead of more #1040
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#1040
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 @kabatp on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/1930
Originally assigned to: @phanan on GitHub.
Read the Troubleshooting guide.
Reproduction steps
Expected behavior
To parse as more artists instead of one
Actual behavior
Artists are imported as one string instead of separate artists
Logs
No response
Koel version
Koel v7.4.2 Community Edition
How did you install Koel?
Official Docker image
Additional information
@phanan commented on GitHub (May 26, 2025):
Thanks for reporting! I'll take a look.
If you (or anyone) want to take this over, please feel free — this shouldn't be too hard to fix.
@phanan commented on GitHub (May 28, 2025):
On a closer look though, Koel actually doesn't suppor mutliple artists (either separated by a demiliter like in ID3 v2.3 or as individual fields like in v2.4). I deliberatedly went for this direction to keep things simple (inspired by Apple Music's behavior). This may change in the future, but right now your best bet is using separate Artist and Album Artist fields. Sorry for the inconvenience!