快速登录:  

Forum: VirtualDJ Skins

话题: Adding tracks to a Virtual Folder in the Sideview
djkrysrPRO InfinityMember since 2010
HI
At the moment i have a convoluted track button script that checks whether the sideview is showing the sidelist, automix or karaoke folder then uses sidelist_add, automix_add or karaoke_add accordingly.
However I also have a few permanent virtual folders in the sideview & cannot work out how to add tracks to them with the track button when they are selected in sideview.

So is there a simple command that will add whatever track is selected in the browser to whatever Sideview panel is currently selected?

Or is there a way to query if a specific virtual folder i.e 'my vfolder' is the current sideview so that I can then use virtualfolder_add 'my vfolder' to add the track to it?

Thanks
 

发表时间 Sun 08 May 22 @ 8:39 pm
locoDogPRO InfinityModeratorMember since 2013
param_equal `sideview_title` "MyString" ? we're showing myString folder in sideview : we're not.
 

发表时间 Sun 08 May 22 @ 11:01 pm