This forum has been a great help so far, but I am getting into a situation I havnt been able to find a solution for.
I am setting up a screen with a button for each TV station. When I click/press the button, I want my External TV tuner to go that the apropriate channel via girder/ir.
This is what is working so far:
1) New database (TVStations) with 'coverart' for the buttons, channel info etc.
2) A form with a databaseview for the category. When I click the TVStation i want to watch, I run a Girder 'send an event string' with this info: LST4200.Station.%TVstations>qam% where 'qam' is the field in the database holding the channel information. ex when selecting 'ABC' XL isends LST4200.Station.92-4.
3) In girder I detect the event from Xlobby under a multigroup, which is sending the appropriate codes to the TVtuner. in the above example it will send the four Ir commands '9' '2' '-' '4'
This is the problem: The reason I created a new category in the database instead of 'dumb' buttons was I didnt want to have to go and change the screen every time the channel line up is changing. While my setup supports this on the Xlobby side, I have to add a multigroup for each station in girder.
Am I going at this the right way?
The girder is version 3.x
Thanks in advance.