|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Sage sending a message to Girder
How can I get Sage to send a message to Girder?
I want to use Sage as the main menu for the Home Theatre. So, when the system is turned on, you get Sage main menu. Since I use an external DVD player, I want to have a menu that says "DVD Player" and have it send a message to Girder that will run the proper Girder command to change the TV input, turn on the DVD player, switch the Amp, etc. The latter already works, I just want to know how I can get the menu selection on Sage to initiate something in Girder. Thanks, Stacy |
#2
|
||||
|
||||
I don't believe you can do this by default within Sage. You may be able to get Cayars or someone with Studio, to add it to their STV. This would add all kinds of nice capability.
|
#3
|
||||
|
||||
If using my dynamic menu system (or Cayar's STV) then you can define a menu action to execute the command 'event.exe' which is delivered with Girder and generates a Girder Event... Here is one of my event commands (triggers an event which shuts down RealPlayer running in the background)
Code:
<actionMenuItem title="Close Radio Player"> <actionList> <extCommand window="normal" command="C:\Program Files\girder32\event.exe" arguments="-silent CloseRealPlayer" waitforexit="0" /> </actionList> </actionMenuItem> |
#4
|
||||
|
||||
Very nice,
thanks, |
#5
|
|||
|
|||
The only problem I'd see is that this isn't "bound" to a key. It's a menu choice. So it would work well for changing things/components but as soon as you leave the "SageTV" interface you now don't have an easy way to switch back to SageTV as you would have to fly blind not being able to see the SageTV menu.
Or did you solve this problem by binding one key on the remote that always takes you back to SageTV? That would actually work pretty well now that I think about it as you could build out all kinds of menus in the Dynamic Menu system to do a lot of things but only have to have one button dedicated to getting you back to SageTV. |
#6
|
||||
|
||||
Quote:
Once I leave sage and go to the external DVD player, if I hit a button on the remote, Girder will run the same power-on sequence that will make sure everything's turned on then go to the SageTV home menu. |
#7
|
||||
|
||||
Quote:
'Add EventString' select the event object (and rename it if you want) in the dropdown next to the 'Learn Event' button, select 'Girder Event' Click Learn Event, and you get a popup box. You can now just type the event string passed in the command line to event.exe (case sensitive) |
#8
|
||||
|
||||
Quote:
Thanks for the help Stacy |
#9
|
||||
|
||||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|