I noticed that the functionality assigned to BROWSER_PUSH is as follows:
Seems to work well works well if the folder selected has songs in it (it switches between the song list and folder listing views), but there are two things that this doesn't allow for if the folder contains subfolders:
The second case can happen very often if using folders to organize other folders, and both cases together seems to mean that you can't completely navigate the set of folders without using the mouse the manual expand the folders and then scrolling into the expansion.
Interestingly, this behavior is the same in Serato, but the one point to remember is that, by default, VirtualDJ doesn't autorecurse, while Serato does, so you'll see all of the music contained in each subfolder from the parent.
Wouldn't it be better to make the folder collapse on press always and only move into the browser view when it actually has a listing of songs?
browser_window 'folders,songs' +1
Seems to work well works well if the folder selected has songs in it (it switches between the song list and folder listing views), but there are two things that this doesn't allow for if the folder contains subfolders:
- It doesn't expand the folder to its child subfolders
- If the folder doesn't contain any songs, it moves into the empty listing (which is somewhat useless)
The second case can happen very often if using folders to organize other folders, and both cases together seems to mean that you can't completely navigate the set of folders without using the mouse the manual expand the folders and then scrolling into the expansion.
Interestingly, this behavior is the same in Serato, but the one point to remember is that, by default, VirtualDJ doesn't autorecurse, while Serato does, so you'll see all of the music contained in each subfolder from the parent.
Wouldn't it be better to make the folder collapse on press always and only move into the browser view when it actually has a listing of songs?
param_equal `file_count` 0 ? browser_open_folder on : browser_window 'folders,songs' +1
发表时间 48 minutes ago





