Applescript with iFlicks error

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Applescript with iFlicks error 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."
Simmr
 
Posts: 2
Joined: Sat Feb 22, 2014 1:16 am

Re: Applescript with iFlicks error 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.
Simmr
 
Posts: 2
Joined: Sat Feb 22, 2014 1:16 am

Re: Applescript with iFlicks error Tue Apr 01, 2014 7:41 am • by chulo
I would be interested...

can you post your solution

thanks
chulo
 
Posts: 3
Joined: Tue Apr 01, 2014 7:36 am


Return to Support