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


Click here to return to the 'Convert iTunes podcast tracks to regular music files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Convert iTunes podcast tracks to regular music files
Authored by: xfloydianslipx on May 21, '08 09:12:04AM

Great hint - works perfectly and quickly!

@hamarkus: Applescript handles paths differently than standard POSIX paths.

Try: set FixedFolder to "harddrivename:Users:username:Music:Fixed" as alias



[ Reply to This | # ]
Thanks (also to xfloydianslipx)
Authored by: hamarkus on May 21, '08 12:06:09PM

Confusingly enough, the first path to the binary 'fixid3tag' uses the Unix conventions, presumably because it just creates a string that is then used to assemble the shell command.



[ Reply to This | # ]