OyRemoteCL
OyRemoteCLOyRemote Command Line Because there was a certain demand for a simple way to automate commands, to run them at certain times or simply etc., I have hacked together this tiny version of OyRemote, minus the GUI and all fluff, just leaving the ability to fire and forget a bunch of commands at your Onkyo AV receiver. Features: - run a batch of commands with a defined delay inbetween them |
Usage:
C:\>OyRemoteCL.exe OyRemote Command Line - Version 0.1 Usage: oyremotecl.exe -ip xxx.xxx.xxx.xxx -port xxxxx "commandstring" Example: oyremotecl.exe -ip 192.168.0.1 -port 60128 "SLI01,MVL35,SLP30" Optional Parameter: -delay xxx (in ms) OyRemoteCL in action: C:\>OyRemoteCL.exe -ip 192.168.0.101 -port 60128 -delay 400 "MVL20,MVL25,MVL30" Sent: !1MVL20 Received: !1MVL20 Sent: !1MVL25 Received: !1MVL25 Sent: !1MVL30 Received: !1MVL30 Download (.NET 3.5 required) Download 0.2 (14/02/2010) (keep in mind that you are sending low level commands directly to your receiver – I will take NO responsibility for what happens to it! (not does Onkyo, for that matter)) OyRemote has grown quite a bit from where I started. While it originally was more of a proof of concept, it has become quite a feature rich application to control many aspects of your Onkyo Receiver through the network. The application is absolutely free for personal use! However, developing and maintaining it takes time – if you like it, it would be much appreciated if you could donate a few coins to keep the old motivation up! |
Changelog
14/02/2010 – version 0.2 – Added PAUSExxxx command, to insert a pause between commands (instead of the default batchdelay pause). For example: “MVL10,PAUSE2000,MVL20″ for a 2 second pause.
03/02/2010 – version 0.1 – Initial version

Recent Comments