Scripting "Join CD Tracks"
How can I applescript the "Join CD Tracks" option in iTunes? I can manage all the other tasks of naming, importing, ejecting, etc. CD's, but I can't seem to Join the tracks of the CD before importing.
Any help would be appreciated.
[251 byte] By [
kitzelh] at [2007-11-9 12:47:54]

# 1 Re: Scripting "Join CD Tracks"
Unfortunately, you can not emulate "Join CD Tracks" with AppleScript; there are no commands or properties for it. It may be possible to do some juggling between iTunes and QuickTime (or some other audio editor), which would do the actual joining somehow.
It may also be possible with GUI Scripting (http://www.apple.com/applescript/GUI/), but I have not investigated.
# 2 Re: Scripting "Join CD Tracks"
I haven't play with UI scripting since iTunes 4 came out; I've been hoping that Apple increased support for it in iTunes 4. iTunes 3 did not respond to it well.