Thanks for making this tutorial. I need to note that I am a beginner level at using AppleScript, and I've followed your instructions to the letter so far.
When I go to save batchRip.scpt, it pops up with this syntax error message:
Can't make file
:Users:joelbonner:Movies:BatchScripts:GrowlNotifyLib.scpt
into type reference.
I have the same problem like the one above, and would like to get some help on this problem, I´m a total newbie.
Thanks
I had to add a / at the beginning of the quoted string. Then it worked for me.
Code:
property growlLibraryPath : POSIX file "/Users/david/Movies/BatchScripts/GrowlNotifyLib.scpt" -- Set the path to the GrowlNotifyLib.scpt.