TagStudio
TagStudio copied to clipboard
[Feature Request] Sorting options
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.
+1 for random, when there are many results for a search it can be useful to randomize them
You can use the thumbs up react instead of +1 This way it counts when you sort the issues by the reactions. Unless you only want the random sort to be added.
I'll be working on it starting with the created date as its on the Roadmap and related to Issue #68.