快速登录:  

Forum: VirtualDJ Plugins

话题: 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.

 

发表时间 Thu 01 Aug 24 @ 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
 

发表时间 Fri 02 Aug 24 @ 6:46 pm
szemekPRO InfinityMember since 2019
Thanks DJCEL.
 

发表时间 Sat 03 Aug 24 @ 7:50 am