Skip to content

Instantly share code, notes, and snippets.

@mat813
Created May 27, 2011 20:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mat813/996078 to your computer and use it in GitHub Desktop.
Save mat813/996078 to your computer and use it in GitHub Desktop.
rescan iTunes library…
tell application "System Events"
repeat
delay 0.05
try
click UI element "Suivant" of window 1 of application process "iTunes"
end try
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment