#cv2 playlist

11 messages · Page 1 of 1 (latest)

reef elm
#

trying to make my own to publish and that, 3 main things i need
.shuffling
.song name artist and time left
.skip, pause and resume button
any help? cheers

#

any way to put that into text?
like physical text

#

alr cheers pal

reef elm
#

so update: think i figured out how to choose a random song but i still need to know how to skip pause and that as well as show the song name and artist, any help is appreciated

#

also to make it not play the same song twice

reef elm
#

i meant like skip songs but that helps too, cheers

reef elm
#

good idea actually let me try that rq

reef elm
#

alr so basically everything everything you've said has worked, cheers pal
one last thing, do u know how to make it so the last 2 or 3 songs won't be played again?

#

currently i get one song then another, then that first song, or the same one twice in a row

kindred forum
# reef elm currently i get one song then another, then that first song, or the same one twi...

on song end, random from list, if item list contains from audio list variable, Else int execution switch with "Match" as audio list variable list get count configure to add compare value "2" or "3", on failed, list add item to audio list variable, on compare value (2 or 3) then list remove at index 0 audio list variable, & list add item to audio list variable.

Then cancel a 0 sec delay, after cancel, run delay, after delay, run random from list

#

then after list add, thats where u play item from random from list