locoDog wrote :
New code for VirtualDJ 2021
repeat_start 'rsi_CollapseFolders' ? repeat_stop 'rsi_CollapseFolders' : browser_window 'folders' & browser_scroll top & repeat_start 'rsi_CollapseFolders' 33ms -1 & browser_scroll bottom ? repeat_stop 'rsi_CollapseFolders' & browser_scroll top : browser_open_folder off & browser_scroll +1
is there a way to have it the other way round so that everything is uncollapsing? would be much easier to drag and drop in differnt playlists after tagging.
Posted 4 days ago @ 11:23 am
if browser_open_folder off is how you close folders with script, you can guess the opposite.
Posted 4 days ago @ 12:22 pm
locoDog wrote :
if browser_open_folder off is how you close folders with script, you can guess the opposite.
repeat_start 'rsi_CollapseFolders' ? repeat_stop 'rsi_CollapseFolders' : browser_window 'folders' & browser_scroll bottom & repeat_start 'rsi_CollapseFolders' 33ms -1 & browser_scroll top ? repeat_stop 'rsi_CollapseFolders' & browser_scroll bottom : browser_open_folder on & browser_scroll -1
I thought that and I used this script. but it is only uncollapsing the mylist folder not all subfolders


Posted 4 days ago @ 1:08 pm
The script scrolls from bottom to top.
Note that opening all your folders might be a bit much if you also have local music or drives in your tree, as that would open every folder on your computer
Note that opening all your folders might be a bit much if you also have local music or drives in your tree, as that would open every folder on your computer
Posted 4 days ago @ 1:10 pm