Android intents via macrodroid

Issue description:

Please advise on what I am doing improperly via this android intent.

I am attempting to start a playlist “Macro” to no avail.

Logs:

Upload description: Macrodroid Intents

Additional information:

 
Also the documentation regarding using internet to regenerate playlist thumbnails states the Long parameter

“The playlist ID (Can be seen at the top of the playlist action bottom sheet)”

I don’t know what that means /where that is
 

Reproduction steps:

 
I’ve never used an android intent before. After following the wiki article I’ve gotten this far & running this action in macrodroid seemingly does nothing which leads me to believe I’ve made a heinous mistake or two.
 

Media provider:

Local device

Screenshots:

 

    

1 Like

The name does not go in data but is also an extra value as per the doc.

:face_exhaling: yep that did it

Thanks again

“QUEUE” [Int/Optional/1.8.0+]: 1 to queue the media at the end of playlist. 2 to queue the media just after currently playing one.

This part of the documentation is flipped for me.
Meaning the value 1 for me adds the song after the currently playing one & the value 2 adds to the end of the queue.

@Tolriq please advise on the “Long Parameter” for generating playlist thumbnails via intent

I’m not sure how / where to find the playlist ID as it appears not to simply be the name of the playlist

Just use the name then :slight_smile:
It’s explained in the data you gave, press 3 dots on a playlist and the id will be visible in the header.

There’s also a few other posts about that, I can’t do that level of support for all users.