Hello everyone,
I'm working in a small science center and we use Bright Signs on several different screens. Now I would like to give our guides the possibility to show pictures and videos on the screens during a tour. These picture vary based on the theme of the tour and also the guide (everyone has his/her favorite). To select what to show they will have a html file with buttons. The buttons will then send the command to the desired Player/Screen.
Now I was able to set up the players and use UDP to show a picture. However, I have to define a special UDP command for every picture which is not really dynamic and every additional media means to re-do everything. Now I'm wondering if there is a way to use variables to make it more flexible?
Imagine I have 3 pictures. With the command "1" I show picture 1, with "2" I show 2 and so on. But that means for 100 pictures I would have to define 100 commands. Would it be possible to show the picture based on a variable? Meaning I send "57.png" through a variable (e.g. 'pic2show') and it would show the specific picture? So if I have a new one called "newpic.png" I could simply set the variable 'pic2show' to "newpic.png" and would have to add that only in the html file?
Or is there a simpler way I don't see atm?