Hello,
I did this and it seems to work:
1) Add an Action to Load Spotify
2) Add a Wait (just to be sure the app loads fully) - I have 3 seconds
3) Send an Intent like this:
Action: android.media.action.MEDIA_PLAY_FROM_SEARCH
Cat: Default
Data: spotify:user:<USER ID>

laylist:<PLAYLIST ID>

lay
Package: com.spotify.music
Objective: Activity
4) Add a Wait of 300ms (i use this because the step 3 always plays the first song on the playlist, even though is in shuffle play)
5) Send another intent like this:
Action: com.spotify.mobile.android.ui.widget.NEXT
Package: com.spotify.music
Objective: Broadcast Receiver
And thats All! Please let me know if it worked!!
Click to expand...