-
-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Labels
Priority: MediumAn issue that shouldn't be be saved for lastAn issue that shouldn't be be saved for lastType: EnhancementNew feature or requestNew feature or requestType: QoLA quality of life (QoL) enhancement or suggestionA quality of life (QoL) enhancement or suggestionType: UI/UXUser interface and/or user experienceUser interface and/or user experience
Milestone
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.
CyanVoxel, RokeJulianLockhart, SchnTgaiSpock, samciva, Erawaa and 4 more
Metadata
Metadata
Assignees
Labels
Priority: MediumAn issue that shouldn't be be saved for lastAn issue that shouldn't be be saved for lastType: EnhancementNew feature or requestNew feature or requestType: QoLA quality of life (QoL) enhancement or suggestionA quality of life (QoL) enhancement or suggestionType: UI/UXUser interface and/or user experienceUser interface and/or user experience
Type
Projects
Status
🚧 In progress