i know that the script top 200 firstseen works for having the most recent track on top(up to 200 songs)
i want to create a filter folder with all the tracks(numbers will vary..cud be 2 or 2000 songs) in a specific folder with most recent on top.
'sort by First Seen' puts the most recent track added at the bottom(reverse of what i want).
i am forced to use 'top 100000 firstseen' which works(i actually used 1000000 and vdj crashed!)..i want to avoid this by using the sort by syntax instead of top 100000 so to cater for any number of tracks in the folder. i tried sort by -First Seen and Last Seen but those both produce syntax errors.
i want to create a filter folder with all the tracks(numbers will vary..cud be 2 or 2000 songs) in a specific folder with most recent on top.
'sort by First Seen' puts the most recent track added at the bottom(reverse of what i want).
i am forced to use 'top 100000 firstseen' which works(i actually used 1000000 and vdj crashed!)..i want to avoid this by using the sort by syntax instead of top 100000 so to cater for any number of tracks in the folder. i tried sort by -First Seen and Last Seen but those both produce syntax errors.
Posted Sat 07 Apr 18 @ 7:26 pm
Add invert at the end of sort by to invert the sort order
sort by first seen invert
sort by first seen invert
Posted Sun 08 Apr 18 @ 4:11 am
works perfectly..thanks
Posted Sun 08 Apr 18 @ 1:41 pm