I see the thread:
viewtopic.php?f=2&t=834&start=15If I follow the thread correctly, it seems this is an iTunes problem and occurs with other software that interacts with it, too.
You'll find the script in the application bundle. Right-click on Max's icon in the Finder and choose "Show Package Contents". (The icon you see is really a directory with a special attribute on it.) Inside there is another directory called "Contents". (That seems a bit strange and redundant - I
think that's there in Mac OS X bundles for backwards-compatibility with non-Cocoa stuff and isn't needed or used on the iPhone. But I may be wrong.) Anyway, go into that directory and then into the one called "Resources". With many applications, you'll find many things in that directory - and sure enough that turns out to be where the "Add to iTunes Library.scpt" lives.
Double-click that file and it'll open in an editor.
I don't myself know much about AppleScript and see no point in learning something that's platform-specific. However, it
is a scripting language not a full-blown programming language - and as such, it's intended to be used by ordinary users - non-programmers - for tasks such as linking programs together. If the guy posting 4th down (kwbrown) says you can work around the problem by inserting the single instruction "delay 10" in there, I'd think it would worth trying that.