Hello again,
I wasn't expecting to be needing to release another version so soon, but I just noticed that, with version 3.22 and its major revision of JSON tools, the international iTunes script works abnormally i.e. it will still give results, but incorrect ones.
Here is a quick patch that fixes most of the problems. For normal use it will work fine, but if you edit the script to enable the censored field "TRACKS_CENSORED", then in the remote event that the iTunes' API returns results with missing values, the script (as of the current version) will not be able to identify and work around them as it did before.
For fellow WS developers/enthusiasts, the 'problem' lied in the 'json_select_many' function, which apparently now only returns elements denoted by the second parameter if they exist, whereas in version 3.21 it would return an empty value if the element didn't exist.
Since this change happened in Mp3tag 3.22, I took the opportunity to implement the new [MinAppVersionWin], that all but guarantees that this fix will only work with version 3.22 (and above).
I'll try to release a final version as soon as I'm able to do so.
iTunes WS#301[Any] - [Localized].src (6.7 KB)
iTunes WS#301_JPN - English.src (6.7 KB)
iTunes WS#301_JPN - Japanese.src (6.7 KB)
iTunes WS#301_USA - English.src (6.7 KB)