[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

Closed
opened 2026-03-13 19:36:13 +03:00 by kerem · 1 comment
Owner

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

  • SpotiFLAC Version: v7.1.0
  • OS: Fedora
  • Location:

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 - SpotiFLAC Version: v7.1.0 - OS: Fedora - Location: ---
kerem closed this issue 2026-03-13 19:36:18 +03:00
Author
Owner

@beeetfarmer commented on GitHub (Mar 13, 2026):

The issue is still there in the latest version 7.1.1.

<!-- gh-comment-id:4051907769 --> @beeetfarmer commented on GitHub (Mar 13, 2026): The issue is still there in the latest version 7.1.1.
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/SpotiFLAC#1841
No description provided.