You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/configuration/settings.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,11 @@ directories. The ordering principle is defined by the ``sort.image_order`` and
56
56
natural Natural ordering by basename, i.e. image2.jpg comes before image11.jpg
57
57
recently-modified Ordering by modification time (``mtime``)
58
58
size Ordering by filesize, in bytes for images, in number of files for directories
59
+
none Do not sort or reverse. Use the existing order of the images (including that of a previous sort type). This is mostly for keeping the order from the command line or stdin.
59
60
========================= ===========
60
61
61
62
In addition, the ordering can be reversed using ``sort.reverse`` and the string-like
62
63
orderings (``alphabetical`` and ``natural``) can be made case-insensitive using
63
-
``sort.ignore_case``. When ``sort.shuffle`` is set, the image filelist is shuffled
64
-
regardless of the other orderings, but the library remains ordered.
64
+
``sort.ignore_case`` except for when the ``none`` ordering type is used.
65
+
When ``sort.shuffle`` is set, the image filelist is shuffled regardless of the other
0 commit comments