i am guessing that some of the scripting has change on the iTunes store pages that is not allowing complete retrieval of data.
It may help if the original creator of the script could take a look at page elements on the store and see if some bits need changing within the script.
unfortunately Pone, who made this script originally, was last seen on the 2nd February 2015 so im guessing we may have to rely on someone else to help to sort this problem out.
I hope someone who has the knolwedge will find time to do so.
It is a pity that the 3 most useful websource-scripts don't work anymore:
danos extended Amazon script
Musiksammler
and now pone's iTunes-Script.
The other left scripts that still function all lack at least 1 existential ability for me:
Search for the combination artist/albumartist and album
List the length of the tracks
List the individual artists for tracks
Seperate tracknumbers for each disk of a set
Discnumbers
Cover-art
Thank you very much for your work.
It would be very nice if you could tell where you had to change the code, maybe just as example for one country.
I made some changes for myself to the code with the help of pone in the past and I am trying to integrate my changes or maybe even easier to integrate you changes in my code.
I am far beyonf understanding much of the code but it would be nice to learn at least a little bit.
is there a way to add explicit or clean tags in the ITUNESADVISORY field if a track in the itunes store shows a content rating by adding some lines to this script without having to input it manually.
it seems that you took an older code-version as your source for the needed changes.
There is a bug again in your versions with double quotation marks, that was corrected by dano in 2013. [WS] iTunes
If an artist, an album or a track-title has double-quotation marks in it, all content after this quotation mark is cut off.
Look for yourself and for example search for:
Artist: Bonnie "Prince" Billy
Album: The Letting Go
where as artist only Bonnie is shown.
or
Artist: Duke Ellington
Album: Jazz Moods: Hot
where track 13 should show Take the "A-Train" and instead only shows Take The
At the moment I am looking over my previous working script without that bug but I am not able to find the responsive code difference.