by jitterjames » Wed Oct 27, 2010 8:35 am
ok, no problem using Intelliremote. You can send the commands to VC very easily. The 33000 is the default udp listening port in Vox but you can change it in options if you need to.
just create one of the following script commands in Intelliremote
UdpIp(localhost, 33000, "vox&&off")
UdpIp(localhost, 33000, "vox&&on")
UdpIp(localhost, 33000, "vox&&standby")
UdpIp(localhost, 33000, "vox&&single")
UdpIp(localhost, 33000, "vox&&reset")
the single command listens for 1 command and then switches to standby mode
reset can be useful to reconnect to the default recording device
note that you can also do much more stuff from Intelliremote such as turn groups of commands on and off. Useful if you wanted to switch between MediaMonkey and another program, and still use the same command like "Play" for both.
ok, no problem using Intelliremote. You can send the commands to VC very easily. The 33000 is the default udp listening port in Vox but you can change it in options if you need to.
just create one of the following script commands in Intelliremote
UdpIp(localhost, 33000, "vox&&off")
UdpIp(localhost, 33000, "vox&&on")
UdpIp(localhost, 33000, "vox&&standby")
UdpIp(localhost, 33000, "vox&&single")
UdpIp(localhost, 33000, "vox&&reset")
the single command listens for 1 command and then switches to standby mode
reset can be useful to reconnect to the default recording device
note that you can also do much more stuff from Intelliremote such as turn groups of commands on and off. Useful if you wanted to switch between MediaMonkey and another program, and still use the same command like "Play" for both.