Last active
August 29, 2015 13:56
-
-
Save effkay/8940204 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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