mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #615] [Bug Report] Multiple artists in the artist tag are a single comma separated string and it should be comma separated multiple strings #1841
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1841
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 @beeetfarmer on GitHub (Mar 8, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/615
[Bug Report]
Problem
For any track having multiple artists, currently they are being stored as a single string separated by commas. But, they should be separate strings separated by commas.
Example:
Current behavior: artist tag: ["xyz, abc, mno"]
Ideal/Expected behavior: artist tag: ["xyz", "abc", "mno"] ---> This will ensure the artists are separately detected in applications like navidrome.
Type
All Tracks
Spotify URL
Type here
Additional Context
Type here or send screenshot/recording
Environment
@beeetfarmer commented on GitHub (Mar 13, 2026):
The issue is still there in the latest version 7.1.1.