Skip to content

Instantly share code, notes, and snippets.

@haldun
Created August 8, 2013 06:42
Show Gist options
  • Save haldun/6182079 to your computer and use it in GitHub Desktop.
Save haldun/6182079 to your computer and use it in GitHub Desktop.
itunes internet songs name fetcher
tell application "iTunes"
activate
repeat 64 times
tell application "System Events" to key code 36
delay 1
tell application "System Events"
keystroke "i" using {command down}
tell application "System Events" to tell application process "iTunes"
properties of window 1
click button "OK" of window 1
end tell
end tell
tell application "System Events" to key code 125
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment