Skip to content

Instantly share code, notes, and snippets.

@ymendel
Created July 12, 2010 21:18
Show Gist options
  • Save ymendel/473075 to your computer and use it in GitHub Desktop.
Save ymendel/473075 to your computer and use it in GitHub Desktop.
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