Page 1 of 1

Applescript with iFlicks error

PostPosted: Sat Feb 22, 2014 1:19 am
by Simmr
Hey everyone,

I've gotten pretty far and have everything being automatically moved around and stuff but I can't get iFlicks to get the metadata added to each file.

This is my applescript code:
Code: Select all
tell application "iFlicks 2" to launch
delay 7
tell application "iFlicks 2"
   update theFile dbID without gui
end tell


It's probably something very simple that I'm doing wrong.
The error I'm getting is: "Expected end of line but found identifier."

Re: Applescript with iFlicks error

PostPosted: Sat Feb 22, 2014 11:10 am
by Simmr
So I didn't get this to work but I made a workaround that just launches iFlicks 2 minimized, adds the metadata and then quits iFlicks 2 when the file is moved out by iFlicks 2. Works very well. PM me or let me know here if you're interested in the specifics.

Re: Applescript with iFlicks error

PostPosted: Tue Apr 01, 2014 7:41 am
by chulo
I would be interested...

can you post your solution

thanks