Hello,
Apologies if i'm overlooking something here. Ive searched through the threads and found bits and spots of helpful information but could use a couple of pointers.
I'm trying to get started with the Network Control Plugin.I have the server running as I'm getting a response back when hitting the root url with curl. (how I found the wiki page - https://www.virtualdj.com/wiki/NetworkControlPlugin.html)
Is there a list of possible query parameters somewhere? It seems like maybe the general idea is to send the same commands that VDJ script uses. Do I have to register some of them somewhere before I can use the /query? endpoints on them?
I'm probably trying to re-invent the wheel here, but I just want to get an accurate bit of text out of this api that represents what's currently playing. This should also take into account the fader between the decks, so I guess I'd need to know what's on both decks currently and the current fader level - with this I could then make an evaluation in my own program.
Cheers.
Apologies if i'm overlooking something here. Ive searched through the threads and found bits and spots of helpful information but could use a couple of pointers.
I'm trying to get started with the Network Control Plugin.I have the server running as I'm getting a response back when hitting the root url with curl. (how I found the wiki page - https://www.virtualdj.com/wiki/NetworkControlPlugin.html)
Is there a list of possible query parameters somewhere? It seems like maybe the general idea is to send the same commands that VDJ script uses. Do I have to register some of them somewhere before I can use the /query? endpoints on them?
I'm probably trying to re-invent the wheel here, but I just want to get an accurate bit of text out of this api that represents what's currently playing. This should also take into account the fader between the decks, so I guess I'd need to know what's on both decks currently and the current fader level - with this I could then make an evaluation in my own program.
Cheers.
Posted Wed 20 Dec 23 @ 9:06 am
Same question here! I'd be particularly interested in any parameters that could be used to add a song to the Automix list. But really just any details whatsoever would be nice. It's a tough sell right now because it looks like you need a Pro subscription to use this plugin at all, so I can't just mess around... I'm currently evaluating this software to see if it'll fit my needs, so I'm not ready to buy a subscription just yet, so knowing what it's capable of would help.
Posted Wed 17 Jan 24 @ 10:54 pm
Any script, it can do any script.
Posted Thu 18 Jan 24 @ 4:41 am
I can't seem to get "elapsed" time; I'm not sure what I'm doing wrong here. If I use get_time, it gives me the time remaining. If I use get_time_ms, I always get a number lower than 100. get_length and get_duration both give errors. get_position works, but without a time for the whole length, I can't use it to get current playback time. If anyone has any ideas, I'd appreciate any thoughts
Posted 3 days ago @ 1:31 pm
get_time elapsed
Posted 3 days ago @ 2:35 pm