PDA

View Full Version : Automater/script to run an AAC/MP3




Chicheemo
Jun 8, 2008, 04:40 AM
Hello,
I need help a script that can run an AAC/MP3 file, which i can then run through iCal and have a much easier time waking up in the instead of listening to Basso?!?!
:D
Thanks



lee1210
Jun 8, 2008, 02:08 PM
The iTunes dictionary (Open Script Editor, File Menu, Open Dictionary..., Choose iTunes) has a play action. It looks like you can get a file reference, and do something like:
tell application iTunes play myFile once

You can save that script, then use the alarm in iCal to run the script.

-Lee