With regards to the album art only coming back as 100x100, maybe you could check out Album Art Downloader's iTunes cover script? That one always brings me 600x600 art whenever I use it, so maybe there's something you can use for this script?
where is that album art downloader?
Here you go ![]()
http://sourceforge.net/projects/album-art/
The dev also posts on the Hydrogenaudio forums, here's the forum link:
http://www.hydrogenaudio.org/forums/index....showtopic=57392
Hi,
is it just me who keeps getting attached error, or does it experience also someone else?
None of these URLs work:
[BasedOn]=https://itunes.apple.com
[IndexUrl]=https://itunes.apple.com/search?term=%s&entity=album&limit=100
[AlbumUrl]=https://itunes.apple.com/lookup?id=
[BasedOn]=http://itunes.apple.com
[IndexUrl]=http://itunes.apple.com/search?term=%s&entity=album&limit=100
[AlbumUrl]=http://itunes.apple.com/lookup?id=
Strange thing is, that if I put it into a browser and change %s to something, it works. Just http gets redirected to https
Thanks...

Forget my previous post... re-download helped, but don't know what went wrong anyway 
Hi Pone, thank you for a great script!
I'm new to this scripting business so forgive me if this is very obvious, but with regard to the small artwork, would it be possible to do a string replace on the 'artworkUrl100' and replace 100x100 with 600x600??
I did a test with a couple of urls and manually changed them and they returned the bigger image...
As a matter of interest, where can I get info on developing these scripts? What language is it written in?
Thanks!
I figured out the string replace...
For anyone who's interested, I added the following code:
sayregexp "(?<=\"artworkUrl100\":\").+?(?=\")" ", " "}"
regexpreplace "100x100" "600x600"
just before:
outputto "COVERURL"
sayregexp "(?<=\"artworkUrl100\":\").+?(?=\")" ", " "}"
Hope that helps someone...
For anyone who's interested, I added the following code:
sayregexp "(?<=\"artworkUrl100\":\").+?(?=\")" ", " "}"
regexpreplace "100x100" "600x600"
just before:
outputto "COVERURL"
sayregexp "(?<=\"artworkUrl100\":\").+?(?=\")" ", " "}"
Hope that helps someone...
Great! Thank you for adding to this script. The 100x100 px cover has been a real handicap.
I will put this into the script. Thank you very much.
Here is the official manual for writing web scripts:
https://docs.mp3tag.de/tag-sources
And you will need a little knowledge of the Mp3tag Regex Language: https://docs.mp3tag.de/actions/replace-regexp
And there is the forum if you have questions.
No problem! Thank you for this script, I'm learning a lot from your hard work! Just getting stuck into your discogs mod its excellent!
Hi pone,
did you have the opportunity to look after the "double quotation mark" bug?
Websource und doppeltes AnfĂźhrungszeichen
I love you wonderful script but this bug annoys me every now and then, because in the case of double quotation marks everything gets cut of behind these.
Latest annoying example:
Album: Living Country Blues USA Vol. 2 - Blues On Highway 61
Artist James "Son" Thomas gets cut to James.
what i am doing wrong? i added the code for bigger album cover art.. some post over me.. but mp3tag will still download and save covers in 100x100 
Quotes problem fixed + bigger cover art:
Danke dano, dass Du Dich der Sache angenommen hast.
I'm trying to write an iTunes sources script that will only download the ArtistID, CollectionID, Year (and only leave the 4 digit year, so 6-12-2013 would become 2013) and most importantly the iTunes Explicit rating (for each individual song preferably) and the iTunesNorm tag.
so how do I do this?
can anybody please provide a script fir itunes music video in which thumnails are atleast 600600 or 500500
Good source script. Thanks a lot! But I found some album, in which the script doesn't fulfill correctly:
https://itunes.apple.com/us/album/hey-nah-n...ilk/id420243531 (name of album: "Hey (Nah Neh Nah) [Remixes] {Milk & Sugar vs. Vaya Con Dios}") - in US (default script) and:
https://itunes.apple.com/ca/album/hey-nah-n...ilk/id420243531 - same in CA
Probably, a problem is in overflow of some fields? Please, check.
I've fixed that issue.
iTunes.zip (1.06 KB)
You the best. Script works correctly. Thanks a lot!
There is a set of 52 CDs, that I can't find with the itunes-script:
https://itunes.apple.com/de/album/abc-of-th....-1/id611412682
Any idea why?
Yes. Itunes has different catalogs for different countrys. My script searches the US version of itunes. Your album is not available in the United States via itunes.
To change the script to the German itunes catalog, open the .src file and change "US" into "DE" in these two lines at the top of the script:
old lines for US catalog:
[IndexUrl]=http://itunes.apple.com/search?term=%s&entity=album&limit=100&country=us
[AlbumUrl]=http://itunes.apple.com/lookup?country=us&id=
change into this for German catalog:
[IndexUrl]=http://itunes.apple.com/search?term=%s&entity=album&limit=100&country=de
[AlbumUrl]=http://itunes.apple.com/lookup?country=de&id=
you can save different country versions of my script in different .src files