Skip to content

Instantly share code, notes, and snippets.

@effkay
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save effkay/8940204 to your computer and use it in GitHub Desktop.

Select an option

Save effkay/8940204 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment