Is it possible to create a plugin that add options in context menu for any track?
For example, I'd like to get track name, artist + title, set energy level based on Spotify API, etc.
For my custom online source I have some extra options, but I'd like to have them for any track.
For example, I'd like to get track name, artist + title, set energy level based on Spotify API, etc.
For my custom online source I have some extra options, but I'd like to have them for any track.
Posted Thu 01 Aug 24 @ 9:46 pm
It is not possible with the current SDK.
The only solution I see is to create a general plugin with your code (4 buttons corresponding to your 4 lines) and you call the plugin&button with vdjscript (Keyboard shortcut). You can display the results in the plugin window.
Use "get_browsed_song" or "get_browsed_title_artist"
http://www.virtualdj.com/manuals/virtualdj/appendix/vdjscriptverbs.html
The only solution I see is to create a general plugin with your code (4 buttons corresponding to your 4 lines) and you call the plugin&button with vdjscript (Keyboard shortcut). You can display the results in the plugin window.
Use "get_browsed_song" or "get_browsed_title_artist"
http://www.virtualdj.com/manuals/virtualdj/appendix/vdjscriptverbs.html
Posted Fri 02 Aug 24 @ 6:46 pm
Thanks DJCEL.
Posted Sat 03 Aug 24 @ 7:50 am