Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to 'convert and remove' songs from iTunes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to 'convert and remove' songs from iTunes
Authored by: hypert on Jul 26, '05 11:22:35PM
This AppleScript won't compile for me. One the 2nd line I get an "Expected end of line but found identifier" error on the word "encoder":

set oldencoder to name of current encoder 
I notice in some of Doug Adam's AppleScript applications that lines like these look like:

set encoderBackup to name of «class pEnc»
Is there some "class" that I need to get Doug's scripts or this one to work?

Thanks!

[ Reply to This | # ]