Aesculus wrote: > I would like to turn my Denon AVP preamp on and off when a particular SB > is turned on/off. I also want to set it up to be on the correct input > and sound settings etc and set the initial volumn of the preamp. > > The Denon can respond to a set of ascii based IP messages to achieve > all of this. I know the commands to get this done. > > Is there a plugin that can do this already or do I need to create one? > If I need to create one can someone point me to the right place to > start this?
I would use the AmpSwitch plugin as a start. Replace the switching code by your IP commands. Do it directly with IO::Socket or use the Perl Net::Telnet module if necessary. I wouldn't mess with IR if you can switch the thing over the network. Pretty cool feature BTW, do all Denons have that? Regards, Peter _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
