We require some help solving a dynamic scheduling problem.
We are using a BrightSign 4K unit to play educational movies in one of our gallery's exhibition spaces.
There are two movies, one in English, one in French. Each is stored in it's own presentation, and we use the Scheduler to alternate playback between the two presentations throughout the day, starting once an hour.
The movies are only 52 minutes long, so we have an intermission card in it's own presentation that plays between each movie. We accomplish this by having the movie presentations automatically switch to the Intermission presentation on media end. The Intermission presentation shows a static JPEG of the day's schedule in one zone, and a real time clock in a second zone.
So far, all of this works perfectly.
The issue we're facing is that Thursdays the gallery is open late, which means 3 additional play throughs of the movie. It's not a problem to use the Scheduler to add the 3 additional presentations of the movies on that day... but now our Intermission presentation needs to be able to tell if it's Thursday or not, and if so, display an alternative JPEG schedule.
I tried making a separate Intermission presentation, just for Thursdays, but quickly realized that I'd have to make copies of the English and French presentations, just so they'd call the Thursday Intermission. While this would work, it seems like an inelegant solution, as any changes going forward would require updating four movie presentations and two Intermission presentations.
All this to ask, is there a simple way I can figure out whether it's Thursday inside a single Intermission presentation, and if it is, play back a different image than for the rest of the week?
I tried to accomplish this, without success, to using the Time/Clock event, but I may not have set it up correctly (I found the documentation lacking in it's explanation of how to use it for this purpose). If the Time/Clock event is not designed for this, is there some way to use User Variables and a BrightScript, then use Conditional Targets?
Any pointers in the right direction would be greatly appreciated.
Thanks,
Ken Campbell