i would like to be able to send a track to Virtual DJ through a windows command line. This is for a Music Trivia type game, so i know it's not a usual use of Virtual DJ. I would like to either PLAY the track, or QUEUE the track. Is this a possibility?
Posted Sat 04 Mar 23 @ 4:47 am
Not possible yet. The executable doesn't take parameters.
You can have a look to the network control plugin. Sort of REST API that enables to control VirtualDJ outside of it (it can be used to control the virtualdj scheduler for example or can be used with vdjscript).
http://www.virtualdj.com/wiki/NetworkControlPlugin.html
You can also develop your own general plugin with the VirtualDJ SDK and create a server-client with your game.
You can have a look to the network control plugin. Sort of REST API that enables to control VirtualDJ outside of it (it can be used to control the virtualdj scheduler for example or can be used with vdjscript).
http://www.virtualdj.com/wiki/NetworkControlPlugin.html
You can also develop your own general plugin with the VirtualDJ SDK and create a server-client with your game.
Posted Sat 04 Mar 23 @ 6:12 am
With the network plugin, in theory you could use it from the command line by creating batch files that call cURL.
Posted Sat 04 Mar 23 @ 10:39 am