[GH-ISSUE #1930] [Bug]: If more than one artist is on the track, Koel will import it as one artist instead of more #1040

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

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.

  • I have read and followed the Troubleshooting guide

Reproduction steps

  1. Set artist to "", i.e. Alice Cooper;Ozzy Osbourne
  2. Scan the music folder

Expected behavior

To parse as more artists instead of one

Actual behavior

Artists are imported as one string instead of separate artists

Image

Logs

No response

Koel version

Koel v7.4.2 Community Edition

How did you install Koel?

Official Docker image

Additional information

  • Server OS: TrueNas Scale 25.04
  • PHP version: PHP 8.1.8
  • Database: pgsql
  • Node version:
  • Browser & device: Mozilla Firefox 138.0.4 (64-bit); Desktop; Windows 11
  • Additional context:
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. - [x] I have read and followed the Troubleshooting guide ### Reproduction steps 1. Set artist to "<artist1><delimiter><artist2>", i.e. Alice Cooper;Ozzy Osbourne 2. Scan the music folder ### Expected behavior To parse as more artists instead of one ### Actual behavior Artists are imported as one string instead of separate artists ![Image](https://github.com/user-attachments/assets/2cf3bf77-c0f4-414a-82b2-71205f7c32fc) ### Logs _No response_ ### Koel version Koel v7.4.2 Community Edition ### How did you install Koel? Official Docker image ### Additional information - **Server OS**: TrueNas Scale 25.04 - **PHP version**: PHP 8.1.8 - **Database**: pgsql - **Node version**: - **Browser & device**: Mozilla Firefox 138.0.4 (64-bit); Desktop; Windows 11 - **Additional context**:
kerem closed this issue 2026-02-26 02:35:02 +03:00
Author
Owner

@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.

<!-- gh-comment-id:2910543721 --> @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.
Author
Owner

@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!

<!-- gh-comment-id:2916206095 --> @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!
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#1040
No description provided.