Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Plugin with context menu for any track
szemekPRO InfinityMember since 2019
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.

 

Posted 7 days ago @ 9:46 pm
djcelPRO InfinityModeratorMember since 2004
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
 

Posted 6 days ago @ 6:46 pm
szemekPRO InfinityMember since 2019
Thanks DJCEL.
 

Posted 5 days ago @ 7:50 am