TagStudio icon indicating copy to clipboard operation
TagStudio copied to clipboard

[Feature Request] Sorting options

Open Qronikarz opened this issue 1 year ago • 5 comments

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.

Qronikarz avatar May 22 '24 19:05 Qronikarz

+1 for random, when there are many results for a search it can be useful to randomize them

Tishj avatar Dec 31 '24 09:12 Tishj

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.

Qronikarz avatar Dec 31 '24 18:12 Qronikarz

I'll be working on it starting with the created date as its on the Roadmap and related to Issue #68.

simjeehza avatar Jan 23 '25 05:01 simjeehza