Skip to content

Instantly share code, notes, and snippets.

@zziuni
Created February 5, 2023 02:30
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 zziuni/9b1f662f9646d6461cbe3541cc1f82b4 to your computer and use it in GitHub Desktop.
Save zziuni/9b1f662f9646d6461cbe3541cc1f82b4 to your computer and use it in GitHub Desktop.
Applescript shuffle play playlist on OSX
tell application "Music"
activate
set shuffle mode to songs
set shuffle enabled to yes
play the playlist named "Power Music"
end tell
@zziuni
Copy link
Author

zziuni commented Feb 5, 2023

Shortcuts on OSX Can't set playing with shuffle option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment