I am an experienced software developer. I have an application I developed, as a "proof of concept", interacting with a different platform. It will be much more useful interacting with VDJ. I have written a plug-in for VDJ that allows my app to communicate with VDJ. However I have API questions that will be answered more quickly by asking either customer support or the community.
Is this (General Discussion Forum) the correct place to ask such questions ?
Specifically, after issuing search commands (which I can do), I want to read back the contents of the browser window so that my app can display the data.
How do I fetch the browser result via the API ?
Thanks in advance for your responses!
Is this (General Discussion Forum) the correct place to ask such questions ?
Specifically, after issuing search commands (which I can do), I want to read back the contents of the browser window so that my app can display the data.
How do I fetch the browser result via the API ?
Thanks in advance for your responses!
Posté Fri 11 Oct 24 @ 4:13 pm
usually here
https://www.virtualdj.com/forums/14/VirtualDJ_Plugins.html
You'll use GetStringInfo() but some cases it might be just GetInfo()
you'll use queries like this
get_browsed_title -1 [get the title of 1 song above current browser focus
or this
get_browsed_song +5 title [get title from 5 below]
https://www.virtualdj.com/forums/14/VirtualDJ_Plugins.html
You'll use GetStringInfo() but some cases it might be just GetInfo()
you'll use queries like this
get_browsed_title -1 [get the title of 1 song above current browser focus
or this
get_browsed_song +5 title [get title from 5 below]
Posté Fri 11 Oct 24 @ 4:29 pm