Advertisement
Guest User

Spotify Automator

a guest
Dec 13th, 2016
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on run {input, parameters}
  2.    
  3.     repeat
  4.         tell application "Spotify"
  5.             play track "PASTE YOUR TRACK URI HERE"
  6.             delay 35
  7.         end tell
  8.        
  9.     end repeat
  10.    
  11.     return
  12.     input
  13.    
  14. end run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement