omeryanar / FileExplorer

Windows File Explorer alternative with tab browsing
MIT License
456 stars 28 forks source link

[enhancement]Please add support for length sorting #40

Open victornavorskie opened 1 year ago

victornavorskie commented 1 year ago

Please add support for length sorting. That will be so helpful to find the duplicate in videos. Thanks a lot

omeryanar commented 1 year ago

By length sorting, I think you mean sorting media files by their duration. I intentionally left out columns such as image sizes or video durations because these values are not kept in the file system, they must be read one by one to calculate them. (This is why Windows file explorer is so slow when navigating folders containing many video or image files) To find duplicates, I think you can use "Size" column.