Playlist

Can i create a playlist of video on vvvv ? in other words i know how to stream one video at a time but can it be linked to a playlist of videos ?

oh Hey guys and thanks in advance for answering :-)

I think everything you need is already there: You have the position and duration coming out of the FileStream (DShow9) and you can select a file out of a spread of filenames (get some with Dir (File) ) with GetSlice (String) and all you have to do now is to increase Counter (Animation) every time a file is done playing - voilá.

You might have to use FrameDelay (Animation) as well, because you will need to build a loop (from Counter back to GetSlice).

thanks man ! appreciate the help ! !