User talk:Nikki/CAA: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Beatport)
(Spotify)
 
Line 21: Line 21:


The result is a WEBP file, but it might still be used (in converted form, or in the future).
The result is a WEBP file, but it might still be used (in converted form, or in the future).

==Spotify==

On the album page, view the HTML source code (Ctrl+U), and search for

<meta property="og:image" content="

The URL following '''content="''' leads to a 640*640 JPEG of the cover art, which looks like https://i.scdn.co/image/ab67616d0000b273b449004a1a65defe341559a8.

Latest revision as of 16:58, 29 October 2022

For Apple Music (iTunes):

Change

https://is2-ssl.mzstatic.com/image/thumb/Music3/v4/aa/2d/e4/aa2de4e0-9f82-e888-1f83-17db222a7645/4050486108369_cover.jpg/316x316bb.webp

to

https://is2-ssl.mzstatic.com/image/thumb/Music3/v4/aa/2d/e4/aa2de4e0-9f82-e888-1f83-17db222a7645/4050486108369_cover.jpg/3000x3000.jpg.

Maximum cover size is 3000*3000, but if the actual art is smaller, it will give you the biggest non-upscaled size (in this case, 2400*2400). The file is not exactly the same, but the image material, size and quality is, so the difference doesn't matter.

Beatport

Change

https://geo-media.beatport.com/image_size/500x500/04d3ede9-ddab-4441-8d72-de22ebcdf43e.jpg

to

https://geo-media.beatport.com/image/04d3ede9-ddab-4441-8d72-de22ebcdf43e.jpg.

The result is a WEBP file, but it might still be used (in converted form, or in the future).

Spotify

On the album page, view the HTML source code (Ctrl+U), and search for

<meta property="og:image" content="

The URL following content=" leads to a 640*640 JPEG of the cover art, which looks like https://i.scdn.co/image/ab67616d0000b273b449004a1a65defe341559a8.