Skip to content

Instantly share code, notes, and snippets.

@sekimura
Created June 18, 2009 00:32
Show Gist options
  • Save sekimura/131625 to your computer and use it in GitHub Desktop.
Save sekimura/131625 to your computer and use it in GitHub Desktop.
add items to iTunes Library Folder Action script
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