Quick Sign In:  

Forum: General Discussion

Topic: Sorting
Of course, I understand how to "sort" songs in a list, but am curious to know if there is a way to sort by 2 fields.... say sort by artist, than then by BPM. I tried a few modifier keys, but if this is built in, couldn't figure it out. Might be nice to be able to hold the Shift Key (or some other key) and then sequentially click on the fields you'd like it sort on... 1st, 2nd, etc. With really big lists this would be a handy feature to have. I do see the "sort" field in the Options, but it appears to be just a listing of the columns and not a way to add sequential sorting..... just an idea......
 

Posted Fri 01 Mar 24 @ 3:17 pm
Its just a matter of clicking the secondary sort column first, then, click the second (primary sort) column.

hope that makes sense.

so a custom button script, to sort mainly by Artist and then by BPM would be:
browser_sort "+bpm" & browser_sort "+artist" 


or what could be useful, is sort by BPM and then by Key:
browser_sort "+key" & browser_sort "+bpm" 




 

Posted Fri 01 Mar 24 @ 3:34 pm
Alright!

Nothing short of AMAZING!

Thanks for the help. Will probably integrate your script examples as well.
 

Posted Fri 01 Mar 24 @ 4:35 pm