View Single Post
Old 2007-07-03, 15:39   #49 (permalink)
opy01
Portal Member
 
Join Date: Jun 2007
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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

Last edited by opy01; 2007-07-03 at 17:33.
opy01 is offline   Reply With Quote