Request: Sort by Random/Sort by Shuffle
Posted: Fri Dec 05, 2014 10:16 pm
TLDR: Can we please have a way to sort the image thumbnails in the main view randomly?
For people with very large libraries of images with useless file names ("picture122894.psd"), the current sort options leave us only seeing ~10% of the images, while the reminder sit ever beyond view.
An excellent solution for this would be a Sort by: Random option, that sorts the files by a different random number generation each time its selected. For example, with a library with 5 images, the first time you sort by random you'd get
and if you then sort by something else and sort by random again, you might get
This has been suggested and discussed once before, but I very much feel this would be a major addition for people with extremely large libraries of badly named images. It would shuffle and randomize the images seen, and be tremendously useful.
Thanks!
For people with very large libraries of images with useless file names ("picture122894.psd"), the current sort options leave us only seeing ~10% of the images, while the reminder sit ever beyond view.
An excellent solution for this would be a Sort by: Random option, that sorts the files by a different random number generation each time its selected. For example, with a library with 5 images, the first time you sort by random you'd get
Code: Select all
3.jpg
2.jpg
5.jpg
1.jpg
4.jpg
Code: Select all
1.jpg
4.jpg
5.jpg
2.jpg
3.jpg
Thanks!