I have a plugin for SageTV called EXETunerPlugin.exe that send commands like %CHANNEL% to a specified program when I click the remote. EXETunerPlugin looks to the registry for a path to send to. In my case it sends to HIPWSend.exe and that tells HIP what to do. There is also one called EXEMultiTuner that sends %CHANNEL% %DEVICE% to the program. Can you use EXEMultiTuner Plugin to send a command to IR Server Suite? The post in the Sage Forums for EXEMultiTunerPlugin is
here and he offer the source code for it freely. Here are the linksto the actual files:
EXEMultiTunerPlugin.zip EXETunerPlugin.exe
I used this to add the registry entry for EXETunerPlugin
[HKEY_LOCAL_MACHINE\SOFTWARE\Sage\EXETunerPlugin]
"C:\Program Files\HIP\HIPWSend.exe" %CHANNEL% 500 3
and this one for EXEMultiTunerPlugin
[HKEY_LOCAL_MACHINE\SOFTWARE\Frey Technologies\Common\EXEMultiTunerPlugin]
"C:\Program Files\HIP\HIPWSend.exe" %CHANNEL% %DEVICE%
If you can do something with this that would be great and I would definately send the KB then
