Hey I have some problem with building automation which chooses Discover Weekly playlist in Spotify. Even though I have script it is not playing. When I add first song on the playlist it plays but not loading DW playlist. Cheers, Piotr
You might get a better response if you follow these suggestions:
Please provide more details, a sample macro and any screenshots that may demonstrate the problem.
If you haven't read this it's worth a couple of minutes of your time.
1 Like
Anyone? Pls
Hi Piotr,
You can get rid of the Open URL action and do this entirely with AppleScript:
tell application "Spotify"
play track "spotify:playlist:4l6y3dhGfu2GRLqzmUa6Ma"
end tell
Cheers,
Vito
Thanks a lot much appreciated!