Hi, found a tiny bug in V7 ; in the browser window if you add the column FileDate, it can't be sorted by clicking on the header.
All other columns work perfectly, but filedate doesn't sort (Not that bad but annoying when trying to fill in file informations for the latest files added)
Cordially,
Jean
All other columns work perfectly, but filedate doesn't sort (Not that bad but annoying when trying to fill in file informations for the latest files added)
Cordially,
Jean
Inviato Fri 05 Nov 10 @ 2:05 pm
I believe if you have so manys songs it wont do it. Try a folder with say 500 and see if it works.
Huey
Huey
Inviato Fri 05 Nov 10 @ 2:44 pm
Sorting by file date is not possible for folders containing more than 500 files.
This is because it must be read individually from each file, which would result in a long delay when accessing a folder containing a large number of files.
Try using a database field such as First Seen instead.
This is because it must be read individually from each file, which would result in a long delay when accessing a folder containing a large number of files.
Try using a database field such as First Seen instead.
Inviato Sat 06 Nov 10 @ 1:50 pm
You can increase the amount of files sortable in the registry tool from 500 in the "MaxFiledateSort" field.
As above, this will impact on performance for larger folders.
Keith
As above, this will impact on performance for larger folders.
Keith
Inviato Sat 06 Nov 10 @ 2:17 pm