jakubito / spotify-release-list

📅 Display list of Spotify releases from artists you follow
https://spotifyreleaselist.netlify.app
ISC License
230 stars 9 forks source link

Feature request: Sorting options #7

Closed sc113 closed 3 years ago

sc113 commented 3 years ago

It would be more helpful to sort releases by artist's name for every day instead of release title

jakubito commented 3 years ago

@sc113 Are you proposing to keep the alphabetical order of artists within a release and sort by the first one in the list? Trying to figure out how to handle releases with multiple artists 🤔 But I agree, it would be more useful than what we have now

jakubito commented 3 years ago

I pushed this change as part of v1.7.10 release, let me know what you think @sc113

sc113 commented 3 years ago

Yeah, it looks much better, thank you!

But there are few problems regarding prioritizing main artist or multiple artists:

1) the album's main artist vs collaborations\features.

2) order of album's main artists, when you follow few of them.

sc113 commented 3 years ago

Perhaps, it might be useful if albums were on the list with the main artist as well.

Currently, the list format is:

Release title

Followed artists, #Additional artists & album's artist

But it may be more helpful to use

Album's artist

Release title (or #Album's artists - #Release title)

Followed artists, #Additional artist

And then the whole list sorted by "Album's artist"

It would also help to determine more clearly if the followed artist only participates in someone else's release or if it's their own release.

jakubito commented 3 years ago

Hi @sc113, please check out the newest version 1.7.11

Followed artists are now ordered by album group they belong to, in this order: ALBUM -> SINGLE -> COMPILATION -> APPEARS_ON

I hope you will find it better than it was before. I know it doesn't solve the second problem you described, but I decided to keep the followed artists being displayed first (the main problem is insufficient data from the API)

sc113 commented 3 years ago

Yeah, it really became better, and the second case is much less common and not as confusing as the first one, so it is fine. Thank you!