getmusicbee.com

General => MusicBee Wishlist => Topic started by: Cypher on September 03, 2017, 08:30:13 AM

Title: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Cypher on September 03, 2017, 08:30:13 AM
I noticed that last.fm artwork grabber only gives the down/upscaled 300x300 artwork instead of the original version of the uploaded artwork on last.fm.

Currently i use Album Art Downloader to get the last.fm artwork which does get the original uploaded artwork from last.fm but downloads the uncompressed png most of the time. There's a jpg version of this but it's noticeably compressed like it's saved via paint.

If the last.fm artwork grabber can be changed, i would like it be change so that it grabs the original artwork instead of the 300x300 version. If musicbee can convert png files to jpg it would be nice if it's downloading the uncompressed png version and convert it to jpg with less compression. If not, the grabber can download the compressed jpg version.
Title: Re: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Steven on September 03, 2017, 08:46:52 AM
Not sure why you think this is a bug. I have moved this to the wishlist
Title: Re: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Cypher on September 03, 2017, 09:37:56 AM
I was hesitating if it was a bug or not, so i posted there. Thanks.
Title: Re: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Sofocl on September 03, 2017, 03:17:18 PM
+1
Title: Re: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Steven on September 10, 2017, 06:28:20 PM
MusicBee is already pulling the largest picture size. It looks to me like all sizes are now fixed on 300x300  ie. i think this is a recent change by last.fm.
Can you give me an example artist and album where you think there is a larger picture that you have downloaded recently in another application?
Title: Re: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Sofocl on September 10, 2017, 08:04:07 PM
Can you give me an example artist and album where you think there is a larger picture that you have downloaded recently in another application?
https://www.last.fm/ru/music/Lustmord/Rising/+images/e3b94d2c598b4beb9756226c1fe02718
"Album Art Downloader" downloads 600x600.
There are often several covers on last.fm, (in the example I gave 2 covers), it would be great if they could also be chosen.
Title: Re: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Steven on September 10, 2017, 08:16:04 PM
when retrieved by the official last.fm api, this is what is returned
https://lastfm-img2.akamaized.net/i/u/300x300/e3b94d2c598b4beb9756226c1fe02718.png

If album artwork downloader is returning the size as shown on the website then i guess its using screenscraping but i wont do that in MusicBee. If a developer wants to build a plugin then there is an API interface already available
Title: Re: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Sofocl on September 10, 2017, 08:44:03 PM
when retrieved by the official last.fm api, this is what is returned
https://lastfm-img2.akamaized.net/i/u/300x300/e3b94d2c598b4beb9756226c1fe02718.png
"Album Art Downloader" downloads this version.

If album artwork downloader is returning the size as shown on the website then i guess its using screenscraping but i wont do that in MusicBee. If a developer wants to build a plugin then there is an API interface already available
The site is loaded UpConvert version 770x770 with obvious degradation of quality and compressed into ".jpg".
Title: Re: [3.1.6454] Last.fm artwork are only being grabbed in 300x300
Post by: Cypher on September 13, 2017, 09:38:37 AM
The link for the original version is to replace the 300x300 with an underscore.
https://lastfm-img2.akamaized.net/i/u/_/e3b94d2c598b4beb9756226c1fe02718.png

You can also change the png to jpg if you want the more compressed jpg version of it.

I'm not sure if you change it in the API methods, but i hope this helps.