Created
February 5, 2023 02:30
-
-
Save zziuni/9b1f662f9646d6461cbe3541cc1f82b4 to your computer and use it in GitHub Desktop.
Applescript shuffle play playlist on OSX
This file contains 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 "Music" | |
activate | |
set shuffle mode to songs | |
set shuffle enabled to yes | |
play the playlist named "Power Music" | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shortcuts on OSX Can't set playing with shuffle option.