Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Audio / Video  |  Players  |  Copy Playlist to Card  |  script mod help...

Copy Playlist to Card

Copy Playlist to Card

copy an iTunes playlist to a memory card/disk

Version:  1.1.7

   [ Views: 955 ]

script mod help...

Feedback Type:  Troubleshooting Report

Contributed by: ocd Sunday, May 07 2006 @ 07:43 AM PDT

Product Platform: MacOSX

Used Product For: 1-6 months

Recommend Product: YES

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
  
System Info:

Rate this Troubleshooting Report

Was this Troubleshooting Report helpful? Yes | No

Comments

1 comments |

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