hi, since i'm interested in integrating Tag in iTunes through applescript, i tested the following code:
tell application "Tag"
open "~/Music/test.ogg"
end tell
but this fails with an NSInternalScriptError. does this mean that Tag cannot be scripted yet? (i'm basically a beginner on the mac platform, as well as in applescript.)