Ingreso rápido:  

Forum: VirtualDJ Plugins

Tópico: Plugin with context menu for any track
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.

 

Mensajes 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
 

Thanks DJCEL.