Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.
http://www.strixmusic.com
138 stars 4 forks source link

AudioMetadataScanner is treating song artists as album artists #149

Closed Arlodotexe closed 2 years ago

Arlodotexe commented 2 years ago

Background

Audio files usually have 2 different kinds of artists:

The problem

In #106, we added support for returning multiple artists from a scanned files, but we didn't properly distinguish between Album Artist and Performer. Instead, they're mashed together and all listed as Album artists.

Affected area

Regression

0.0.2-app-alpha

Steps to reproduce

1. Set up a files core (either local files or OneDrive, anything that uses AudioMetadataScanner)
2. Make sure to add audio files where songs have different song artists than the album artist
3. Open the app and let it scan the files
4. Observe the bug as the artist list loads. Performers show as album artists.

Visual repro steps

Visually, the bug manifests as this: image

Expected behavior

Song artists should only exist on tracks, not as individual artists who have released entire albums.

Additional context

No response