fsktom / rusty-endsong-parser

Better, more performant version of https://github.com/fsktom/endsong-parser-python written in Rust
0 stars 0 forks source link

Multiple artists #44

Open fsktom opened 1 year ago

fsktom commented 1 year ago

Some songs have multiple artists. I wonder if only the first artist is in endsong.json or all of then.

fsktom commented 10 months ago

Not multiple artists, but check how this compilation album is saved in endsong.json

https://open.spotify.com/track/0UqpPVowalwLsrrIT7pKxk?si=eRC8bhPxSpWNyAZoFnIluA

No main artist, each song has unique? artist (some even two)

Is the album name the same but just with different Artist? If so, I wonder how (and if?) I should deal with stuff like this

See streams 2023-08-29 15:00 CEST

fsktom commented 10 months ago

Maybe I could make a print albums thing which sums up the plays of albums with the same name but different artists?