FIle list - sort page by filename or date?
pejacoby opened this issue · 1 comments
pejacoby commented
As more files are collected on the SD card, the order in which they are presented in the GUI becomes jumbled. Is it possible to sort the file list by filename or by date? Putting them filename by reverse order would put the latest files at the top (highest numbers).
Sorting by date might not be as reliable as files initiated without a network connection may get 1970s dates if the correct time has not been set.
JosephHewitt commented
Agreed. The best solution for this would be to sort the files using Javascript in the browser.
I'm likely to proceed with the new webapp idea discussed here: #119 so this would be a good feature to have implemented there.