I'm trying to shuffle through videos in the sources folder, playing a random video once the previous one is finished. It seems that the easiest way would be to call something like mapper.loadVideo(path to video) but I can't seem to figure out if there is such a thing?
Apparently, it happens in the MediaServer class, but it doesn't seem to be exposed... Any thoughts?
Hello!
I'm trying to shuffle through videos in the
sources
folder, playing a random video once the previous one is finished. It seems that the easiest way would be to call something likemapper.loadVideo(path to video)
but I can't seem to figure out if there is such a thing?Apparently, it happens in the
MediaServer
class, but it doesn't seem to be exposed... Any thoughts?Thank you!