Skip to content

Instantly share code, notes, and snippets.

@vikeri
Created October 12, 2016 11:55
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 vikeri/cf4f52d66702b130944a189dc3984d2c to your computer and use it in GitHub Desktop.
Save vikeri/cf4f52d66702b130944a189dc3984d2c to your computer and use it in GitHub Desktop.
Spotify play script
if application "Spotify" is running then
tell application "Spotify"
playpause
end tell
else
tell application "Spotify" to activate
tell application "Spotify"
playpause
end tell
end if
@tberry305
Copy link

I need a apple script that would tell Spotify to only play 63 seconds of each song in my play list
and repeat play list all day

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