Created
August 8, 2013 06:42
-
-
Save haldun/6182079 to your computer and use it in GitHub Desktop.
itunes internet songs name fetcher
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
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