I have a number of live events where I use multiple bs units to create keyboard triggered playback across multiple screens.
I set up a master player with a USB keyboard or number pad and then on each video I create a seperate keyboard event to trigger every video. On the start of the file I set the bs to output UDP so the other units trigger the correct file. I then Add a resume and pause udp keyboard trigger to each master video. For a set up of more than a few videos the programming tree is massive and complicated.
My issue is I do a number of similar events each with various numbers of videos, because the tree is so complicated if I try to use the same programming file and swap over the videos to the newer ones so thing inevitably goes wrong and finding where is almost impossible.
The question is as my files are always named the same i.e. 1A, 3Q represents screen 1 keystroke A or screen 3 key Q.
What would be good is if I can spend some time creating a project with every key on a keyboard programmed correctly but instead of pysically inserting the videos or updating them, instead build the programming so it calls a file from a referenced folder. That way all I would need to do is swap the contents of the referenced folder, and as long as the names are identical this should self a treat.
Can someone confirm if this is possible and if so point me in the right direction.
Thanks