Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timvisher/6306351 to your computer and use it in GitHub Desktop.
Save timvisher/6306351 to your computer and use it in GitHub Desktop.
tell application "iTunes"
repeat with us in (tracks of playlist "Listen Smart" whose shufflable is false)
try
set shufflable of us to true
end try
end repeat
repeat with us in (tracks of playlist "Listen Smart" whose bookmarkable is false)
try
set bookmarkable of us to true
end try
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment