Open EtzBetz opened 6 years ago
Hey! I just today did dig a bit in the SoundCloud API, I kinda get but also kinda don't get why you only use 100x100 images.
t500x500: 500×500 crop: 400×400 t300x300: 300×300 large: 100×100 (default) t67x67: 67×67 (only on artworks) badge: 47×47 small: 32×32 tiny: 20×20 (on artworks) tiny: 18×18 (on avatars) mini: 16×16
these are the dimensions which soundcloud allows for uploading as it seems. How are you retrieving the AlbumArt? Via json one could get the normal AlbumArt (https://i1.sndcdn.com/artworks-000217808044-gmxt8y-large.jpg) and then exchange the "large" to "t500x500" (->https://i1.sndcdn.com/artworks-000217808044-gmxt8y-t500x500.jpg)or which size you want to support (I'd go for 500, or maybe 300, when he has to load them all at the same time?)
Don't you want to screw up with stuff outside of the API in case they change it? I'd go for it, since 100x100 really is just a blurred bunch of pixels (depending on AlbumArt-size of skin ofc)
Greetings, derRAV3N
500x500 is most avg image resolution in music players pls fix it !
Hey! I just today did dig a bit in the SoundCloud API, I kinda get but also kinda don't get why you only use 100x100 images.
t500x500: 500×500 crop: 400×400 t300x300: 300×300 large: 100×100 (default) t67x67: 67×67 (only on artworks) badge: 47×47 small: 32×32 tiny: 20×20 (on artworks) tiny: 18×18 (on avatars) mini: 16×16
these are the dimensions which soundcloud allows for uploading as it seems. How are you retrieving the AlbumArt? Via json one could get the normal AlbumArt (https://i1.sndcdn.com/artworks-000217808044-gmxt8y-large.jpg) and then exchange the "large" to "t500x500" (->https://i1.sndcdn.com/artworks-000217808044-gmxt8y-t500x500.jpg)or which size you want to support (I'd go for 500, or maybe 300, when he has to load them all at the same time?)
Don't you want to screw up with stuff outside of the API in case they change it? I'd go for it, since 100x100 really is just a blurred bunch of pixels (depending on AlbumArt-size of skin ofc)
Greetings, derRAV3N