antrancs / maeve

Maeve, a PWA Apple Music web player with Last.fm support. Built with Vue & Typescript
https://maevemusic.app/
GNU Affero General Public License v3.0
228 stars 25 forks source link

Top artist's music #28

Closed robsonsnjr closed 5 years ago

robsonsnjr commented 5 years ago

Implement a "top music" row on artist's page. Or maybe only a "star" next to the songs, like on itunes (although I think the first suggestion does not invalidate the second one). It is make sense?

antrancs commented 5 years ago

Hi, I just added the Top Songs & Latest Release sections to the Artist page. Please check it out and let me know if that's okay.

Regarding the.star next to a song, I'm not sure I can replicate that with the support of the current Apple Music API. So for now, I just added new sections to the Artist page.

robsonsnjr commented 5 years ago

I can't see a "Latest releases" section. It is ordered by release date on "albums" section? The artist page seems ok for me. Thanks for the super fast implementation! :)

antrancs commented 5 years ago

Not all artists has a latest release. It's at the top of the Artist page, like this:

screen shot 2019-02-10 at 9 42 26 am

https://maevemusic.app/artists/632781795 https://maevemusic.app/artists/956078923

robsonsnjr commented 5 years ago

Ok. Thanks!