-
Notifications
You must be signed in to change notification settings - Fork 18
Description
The release actions page has links to the cover art of releases from various sites, however, while it typically has the maximum resolution from Apple Music and I believe Spotify, it does not have them from Tidal or Deezer, instead having the default 1280x1280 and 1000x1000, Respectively. These are not the maximum sizes on these sites; I've seen Deezer images as big as 1900x1900 (They may go higher, but I can't personally attest to it), and Tidal can apparently be up to 5000x5000. What's more, in both cases, the maximum size can be easily accessed via URL manipulation, so it shouldn't be hard to implement links to the maximum size in Harmony.
On Deezer, the address for the cover art typically ends with /1000x1000-000000-80-0-0.jpg (For a 1000x1000 image), but you can access the maximum size by replacing "1000x1000" with "1900x1900" (I'm not certain this is the largest size, though from my experience, 1900x1900 will give you 1900x1900 if available, And the biggest size if it's smaller, Whereas 2000x2000 typically shows no image and says "Unauthorized")
On Tidal, the address for cover art typically ends with 1280x1280.jpg (For 1280x1280 images), but you can access the maximum size by replacing "1280x1280" with "origin"
Examples: 1000x1000 Deezer image linked from Harmony vs 1900x1900 acquired by changing the URL.
1280x1280 Tidal image linked from Harmony vs 5000x5000 acquired by changing the URL.