I love this script - it works like a charm - though I have a motorola v7 and I'd like to be able to copy the files straight to the "mobile\audio\" folder - now it copies to a folder called Audio a the root level of te phone... ( which I have to create - then manually drag the files to the subfolder... i know its a small thing but does any one out there more savy with script manipulation know what I can change to set the new download directory name to reflect the path? Ive tried it but with no success - apparently it uses dos directory formats and when I change the directory to the new path it gives me a syntax error due to the stupid dos "\" subdir symbol... anyway any help would be appreciated - ( the develop[er
DF
Copy Playlist to Card
copy an iTunes playlist to a memory card/disk
Version: 1.1.7
script mod help... - sjonke
The Applescript language uses colons instead of slashes in paths. So you need to change the "audioFolderName" property as follows:property audioFolderName : "mobile:audio"
Reply to This
Friday, May 26 2006 @ 07:50 AM PDT