What I'm hoping to accomplish:
Playlist group. Inside it are groups of videos. I want to start the playlist, have a random video from the first group play, then auto follow to a random video from the second group play, etc.
I don't want to have to click GO between them, but with the random group of videos, you don't get a consistent duration for, say, a pre-wait for the following group of videos, and auto follow just launches them all at once. No two videos are the same length inside any given group.
Been trying various AppleScript attempts to solve the challenge (including populating a secondary group on each GO a la
https://groups.google.com/g/qlab/c/MI24YljngTA/m/qFVF9qa_BAAJ ), but I'm not getting what I want done. My AppleScript is rusty at best, so if there's even a way to just trigger a script that can suss out the duration of the randomly chosen videos and set pre waits for each random group accordingly on GO, that'd work, but I'm not finding that method.
Screen shot of what I'd like to be able to do attached, but since the video playback won't automatically advance from video group to video group, it's not going to work with a Playlist group, I think.
Effective result desired:
- GO
- Random video between cues 3 and 6 plays.
- Random video between cues 8 and 12 plays.
- Random video between cues 14 and 18 plays.
- Random video between cues 20 and 24 plays.
Works if I set up the Videos group as a Start First and Enter group, but then I have to hit GO between each video. Just trying to not have to do that...
It's also entirely possible I'm missing something stunningly simple. Wouldn't surprise me.
Any suggestions welcome.