This is iFlicks folder action:
- Code: Select all
on adding folder items to thisFolder after receiving addedItems
repeat with movieFile in addedItems
tell application "iFlicks"
import movieFile without gui
end tell
end repeat
end adding folder items to
How can I get this to work in Hazel? Right now I just get an error trying to run it like it is.