Beatbump icon indicating copy to clipboard operation
Beatbump copied to clipboard

Redesign Artist pages

Open davidcollini opened this issue 3 years ago • 3 comments
trafficstars

I would like to see a mobile design for artists pages similar to the YouTube music app image The image scales to a square with the buttons and artist's name centered

davidcollini avatar Mar 31 '22 02:03 davidcollini

An Interesting thing I've noticed that's been bothering me is that the banner for the artist is cropped when taking the image directly from the artist's page, example here

compared to in "Fans might also like" here and when directly searching for the artist here

If scrapping these places results in problems or hurts performance, I just noticed that the link preview image for an artist's page is the full image, that honestly looks like the best solution for this: https://music.youtube.com/channel/UCaPIRYCKs51kvD4jrbwMH1w

davidcollini avatar Oct 15 '22 00:10 davidcollini

image

Here's how the link preview for YouTube music looks compared to Beatbump

davidcollini avatar Oct 15 '22 01:10 davidcollini

One thing I've realized is that for images, i might need to do is (potentially) make the API work in a platform-specific way. Because my logic behind this is, at the moment, that if someone on an iPhone/Android phone and they share, then we'd want to use the mobile-specific image instead of the desktop specific image.

I've been pondering how to do this exactly, since it would require extending how the API functions presently, but I've been keeping an eye on it and testing it out! One other thing I kind of remember (but haven't looked at in awhile) is that there's a query param for images (for example, thumbnails) that when removed, it makes the image appear 'bigger'/as intended

snuffyDev avatar Nov 21 '22 01:11 snuffyDev