Created
June 18, 2009 00:32
-
-
Save sekimura/131625 to your computer and use it in GitHub Desktop.
add items to iTunes Library Folder Action script
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 this_folder after receiving added_items | |
try | |
tell application "iTunes" | |
activate | |
add the added_items | |
end tell | |
end try | |
end adding folder items to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment