Looping video 40 times

Hi,

is it possible to loop a video 40 times and then go with the next video with the default client?
Or do I have to use a custom one?

Thanks in advance

You’d need to do a custom controller for that. You’d PLAY it with LOOP, LOADBG AUTO the next file, check the time in OSC messages (wait till it’s 39.X*duration of video) and then do a CALL LOOP 0. Then the file will transition to the other one correctly.

You could possibly do it in the official client by playing the file on loop and set a custom CALL LOOP 0 command on a delay (not sure about the accuracy).