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?!?!
Thanks
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:
Code:
tell application iTunes play myFile once
You can save that script, then use the alarm in iCal to run the script.