News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Slimserver as IR Transmitter

Started by hari, October 10, 2007, 06:26:27 PM

Previous topic - Next topic

hari

Hi Folks,

using the IRBlaster Plugin Slimserver is able to transmit IR Codes (configured by LIRC remote definitions). This also works over the cli port ("CLI: <player> irblaster send <device> <button>"). Are there any plans to support this feature instead of a gc100? Or can this be implemented as GSD?

best regards,
Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

PeteK

That would be a nice feature to have.  I think the slimserver streamer object is currently the only one that accesses the CLI for slimserver, so that may be what needs to be modified, as opposed to writing a GSD interface from scratch.

hari

Quote from: PeteK on October 10, 2007, 07:32:35 PM
That would be a nice feature to have.  I think the slimserver streamer object is currently the only one that accesses the CLI for slimserver, so that may be what needs to be modified, as opposed to writing a GSD interface from scratch.

i see no problem in extending "./src/SlimServer_PlugIn/SlimServer_PlugIn.cpp". My first idea is to put the call in "SlimServer_PlugIn::ReceivedCommandForChild". So i can get the player-mac from "*pDeviceData_Impl", can't i?
But how to configure the core to use the players as IR Transmitters?

regards,
Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

1audio

Are you trying to use  a Squeezebox as an IR blaster? Slimserver resides in the core in LMCE so I'm a little confused. Andupdate was just implemented to allow LMCE to use the latest version of Slimserver. And the communications to Slimserver is through the CLI. You would probably need to add the connections to "pipe" the control from DCErouter through Slimserver to the controlled device. I'm interestd because I would like this to control my preamp that is connected to the Squeezebox and not need anything else in my living room. It would also be great to make the communications between Slimserver (Squeezebox) and LMCE bidirectional- so selecting and starting/stopping music on the Squeezebox reports on the Orbiter.

hari

Quote from: 1audio on October 17, 2007, 08:39:28 AM
Are you trying to use  a Squeezebox as an IR blaster?
yes, the IR signal is transmitted by the Squeezebox (optional IR transmitter needed).
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation