LinuxMCE Forums

General => Developers => Topic started by: hari on October 10, 2007, 06:26:27 PM

Title: Slimserver as IR Transmitter
Post by: hari on October 10, 2007, 06:26:27 PM
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
Title: Re: Slimserver as IR Transmitter
Post by: 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.
Title: Re: Slimserver as IR Transmitter
Post by: hari on October 11, 2007, 10:30:24 AM
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
Title: Re: Slimserver as IR Transmitter
Post by: 1audio on October 17, 2007, 08:39:28 AM
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.
Title: Re: Slimserver as IR Transmitter
Post by: hari on October 21, 2007, 08:42:25 AM
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).