Replies: 1 comment 9 replies
-
I’m not sure what you want to do. If you want to play a playlist in a random order then enable shuffle on the queue before adding the playlist. If you want to choose a random playlist then look just below the section of the docs you linked to above. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting there, just one final hurdle to get over... randomisation of the playlist.
I've tried a few options like order-by in the data: but obviously that's not the way to do it.
I've been reading some code here - https://music-assistant.io/faq/how-to/#add-items-to-the-queue-via-a-script-or-automation but I've been having a hard time getting that into a tap_action and also converting the "queue of tracks" to a playlist. I guess I just haven't got the hang of the syntax yet... and it is so unforgiving on spaces.
Grateful for advice please.
Code so far...
Beta Was this translation helpful? Give feedback.
All reactions