Sign In:     


Forum: VirtualDJ Technical Support

Topic: collapse all subfolders and return to my main folder - Page: 2
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.
 

if browser_open_folder off is how you close folders with script, you can guess the opposite.
 

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

with the script

like it should be
 

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