Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
3.12k stars 125 forks source link

Expected behavior for Album and/or Song with multiple artists? #193

Open mckennajones opened 1 year ago

mckennajones commented 1 year ago

Describe the bug

Not necessarily a bug, but I'm opening this to start a discussion about the behavior when an Album or Song has multiple artists listed.

For example, here is what I see when the application tracks my listening to this album, which has two artists listed for the Album itself and each track:

Screenshot 2023-01-25 at 11 15 50 AM Screenshot 2023-01-25 at 11 15 41 AM

As you can see only the first Artist listed is tracked.

Expected behavior

At the song/album level I would expect that all of the listed arists are shown in your_spotify.

Potential behaviors at the artist level:

Yooooomi commented 1 year ago

Hello, thanks a lot for your feedback.

The main limitation here is performance. The current behavior is not exactly the third. Statistics are computed based on the first artist if there is more than 1 on the album. However, every artist of an album is saved in the database, not having them displayed is a bit weird, must either be:

For the moment, I don't plan to change the way statistics are computed:

PCJones commented 3 days ago

So for songs also only the first artist is counted? Would it be possible to add a setting to count the first 2 or 3 artists for a song? One of my most listened artists isn't even showing up in my statistics because he is almost always listed as second. I'd much rather take a performance hit than having incorrect/misleading statistics.