Applescript with iFlicks error

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:
It's probably something very simple that I'm doing wrong.
The error I'm getting is: "Expected end of line but found identifier."
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."