Play playlist in Spotify

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.

Tip: How Do I Get The Best Answer in the Shortest Time?

1 Like

Play Spotify DW.kmmacros (4.1 KB)

Anyone? Pls :slight_smile:

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 @avtraino ! Was looking for this for longtime :+1:t2: :muscle:t2: :slightly_smiling_face:

Thanks a lot :pray:t6: much appreciated!