-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Describe the bug
AudioMuse interprets the artist metadata field as a single literal string rather than a list. Consequently, any track featuring multiple artists (e.g., "Artist A; Artist B") is treated by AudioMuse as a single, unique artist entity. This results in the creation of numerous combined artist entries instead of associating the track with the individual artists involved.
To Reproduce
Steps to reproduce the behavior:
- Navigate to the Artist Similarity search bar in AudioMuse
- Search for an artist that frequently collaborates with others
- Observe the search results dropdown
Expected behavior
AudioMuse should parse the artist metadata field and handle multiple artists as a list. Tracks should be correctly associated with each individual artist name internally, ensuring that the "Artist Similarity" search returns a single, unified entry for each artist regardless of their collaborations.
Environment (please complete the following information):
- OS: Windows
- Deployment: Docker Compose
- AudioMuse-AI Version: v0.9.3
- Jellyfin/Navidrome Version: Navidrome 0.60.3 (34c6f12a)
Additional context
It is important to note that Navidrome and compatible players properly handle multiple-artist strings.
