Download the new version at the top posts
thanks but there is still a bug that need sorting
search for Bonnie "Prince" Billy & The Cairo Gang
result shows as Bonnie "Prince" Billy & The Cairo Gang
track named Take the "A-Train"
shows as Take the \
downlod this zip File
iTunes_Update_2015_BY_HAMEDREDROSE.rar (13.2 KB)
Sorry attached the wrong file.
Steve
Thanks hamedredrose
There's still the not quite fixed bug as ITPR mentioned:
[quote="ITPR, post:142, topic:13478"]
thanks but there is still a bug that need sorting
search for Bonnie "Prince" Billy & The Cairo Gang
result shows as Bonnie "Prince" Billy & The Cairo Gang
track named Take the "A-Train"
shows as Take the \ [/quote]
Hi Steve,
Thanks for your effort.
Yes, I tried the german version so far.
There is still the bug with the cutoff behind the quotation marks.
i did try it and that was why i replied!!!

there is still a problem with the track in the track list, using this as an example...
Artist: Duke Ellington
Album: Jazz Moods: Hot
where track 13 should show Take the "A-Train" and instead only shows Take The
will this problem also occur if other fields have "" contained in them?
I have no clue what I really did
(because I don't really understand the code)
but I had a look at danos bug fix and compared it do hamedredroses latest update-version.
If I simply replace hamedredroses code
replace "\\\"" "\""
with danos code
replace "\\\"" """
replace "?uo=4" ""
at all 3 occuring positions all seems to be fine.
I think this thread with numerous download links has become very confusing. It is obvious that bug-fix-download-links can be easily overlooked and somebody capable should finally change the original download-link at the start of the thread.
Unfortunately, this is an exception
Other albums are displayed correctly
Hi, hamedredrose,
at the first, thanks for you made this database files.
I have a request, can you make the iTunes Hongkong database file?
Thank you!
Have look further up in this thread (page 3 I think)
[WS] iTunes
There you find information how the script addresses local itunes data. Perhaps you can modify the script so that it looks at the Hongkong site.
Please download the attached file
And, in general
For other countries
open this script in notepad in windows
and change US in Paragraph
########################################################
SEARCH BY DIALOG
########################################################
[Name]=iTunes
[BasedOn]=http://itunes.apple.com
[IndexUrl]=http://itunes.apple.com/search?country=US&entity=album&term=%s
[AlbumUrl]=http://itunes.apple.com/lookup?country=US&entity=song&limit=200&id=
Change the acronym other countries
For example:
Hong Kong=HK
France=FR
Spain=ES
Japan=JP
& ......
iTunes_hong_kong.src (3.58 KB)
Please check the attachment. Everything works with this script. Should you come across any issues, please do not hesitate to reach out to me. 
New___iTunes__US_.src (3.66 KB)
I have just come across this. What a fantastic item of beauty. Thank you to you all.
I prefer to manually write my own tags in a lot of cases because I find a few databases have their own little quirks of inaccuracies.
With that in mind, if I wanted to alter the .src so the only thing it wrote to the files is the cover art (I have read the thread and found the sizing comment around 600x600 vs 1200x1200) what would I leave in and/or take out?
Before you start to turn everything upside down, perhaps a different script for that purpose suits you just as well:
/t/2706/1
If that is ok, you might want to compare the 2 scripts and see what can be taken out.
ohrenkino directed you towards cover arts from other sources. If you’re still interested in iTunes:
If you look at the different sections of the .src file, you’ll see a heading called ‘Adjust Tag Information Dialog.’ Under that, keep until:
outputto "COVERURL"
regexpreplace "100x100" "1200x1200"
sayregexp "(?<="artworkUrl100":").+?(?=")" ", " "}"
Remove everything below this until:
TRACK LOOP
findline "wrapperType"" 2 1
do
Essentially, it is reading everything but writing just the cover art, if that makes sense.
Attached a sample file for you as well. Cover_Art___iTunes__US_.src (2.49 KB)
Cover_Art___iTunes__US_.src (2.49 KB)
Gentlemen
Thank you both very much.
Hello ,
Thanks for the very appreciated efforts to make the script work , the new modifications are great but still lack a lot of informations , especially the composer and the explicitness which is very important to every iTunes user . It has been years that i have been using a script which was uploaded to this forum some years ago until it broke lately . It had all the tags provided by iTunes . I have attached it to my comment hoping that someone who knows how to code finds what's there to modify in order for it to work . There's no need to rewrite everything because this script is just perfect.
The script for the US store of itunes is in the compressed file under the name "&iTunes#Music album US"
Thank you
Mp3tag_iTunes_23_03_2013.zip (11.5 KB)
