Here is the first version.
Tested a few releases and artists, seems to work.
Written tag fields:
COVER; ALBUMARTIST; ALBUM; YEAR; PUBLISHER; GENRE; ARTIST; TITLE; TRACK
The cover picture is always only 100x100 pixels.
The PUBLISHER tag field is not always written in as one company. Ofter there is additional information.
For the TITLE tag field I have picked "trackCensoredName" instead of "trackName". According to itunes' description, the the diference should be that rude words are replaced by * (like "S**t Happens"). But I have detected some examples, where the "trackCensoredName" has the version name of the title (like "Title (Club Mix)" or "Title (Trentemøller Remix)") and "trackName" has not.
Example:
http://itunes.apple.com/us/album/reworked-...xed/id471858839http://itunes.apple.com/lookup?id=471858839&entity=songThe GENRE tag field displays only one main genre (like "Electronic"). The HTML pages have the more than one genre and more defined genre names (like "Electronic, Music, Dance, Techno, Ambient, House") The API has not (at least I don't know how to display it).
See the example above.
For the YEAR tag field, I was not able to get the original year when there are remastered versions on iTunes. The HTML pages have the original year. The API has not (at least I don't know how to display it).
Example:
http://itunes.apple.com/us/album/hunky-dor...ered/id14684243http://itunes.apple.com/lookup?id=14684243&entity=songPlease give me feeback if you spot some problems.
Everybody is invited to develop and modify this script.
EDIT:see web sources forum for the finished script