Open
Description
Sorting is always good to have. Pain to implement, but useful. Anyway here are some sorting methods that may be considered useful:
- random - when you have massive collection and don't particularly care about sorting or want to enjoy a little chaos.
- sort by width,height - for images, videos and gifs
- sort by size - for every file - Czkawka program may be checked for implementation reference, it has option to show N-amount of biggest files in the scanned folder/disk
- sort by duration - for videos and gifs
- sort by resolution - I don't know if anything uses that and if it even is correct, but I had it for my Work-In-Progress project because I wanted to sort files by their quality. Basically do the multiplication of width X height and sort the results from other files. It should theoretically show you smallest quality content first and the 4K last.
- sort by various dates - modification date, added date, created date etc.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🚧 In progress