Created
July 12, 2010 21:18
-
-
Save ymendel/473075 to your computer and use it in GitHub Desktop.
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" | |
set x to {user playlist "motown", user playlist "blues"} | |
set y to {} | |
repeat with t in x | |
copy name of t as string to end of y | |
end repeat | |
-- set y to name of every item of x | |
y | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment