summaryrefslogtreecommitdiff
path: root/src/shuriken.default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/shuriken.default.conf')
-rw-r--r--src/shuriken.default.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/shuriken.default.conf b/src/shuriken.default.conf
index 79413a5..63a1b1e 100644
--- a/src/shuriken.default.conf
+++ b/src/shuriken.default.conf
@@ -21,7 +21,16 @@ THUMB_FEATURE_PERCENT=10
IMAGE_JOBS=3
# Timeout in seconds for each ImageMagick command.
IMAGEMAGICK_TIMEOUT=60
-# Randomly shuffle all previews.
+# Order the main album's photos chronologically by EXIF date taken (ascending),
+# falling back to the source file's modification time for photos with no usable
+# EXIF date. Off by default (preserves the existing filename/shuffle order).
+# When enabled, this takes precedence over SHUFFLE below -- a chronological
+# album is meant to read as a timeline, so an enabled shuffle is ignored rather
+# than re-scrambling it.
+# CHRONOLOGICAL_ORDER=yes
+
+# Randomly shuffle all previews. Ignored when CHRONOLOGICAL_ORDER=yes (see
+# above).
# SHUFFLE=yes
# Generate a splash landing page at index.html.
SPLASH_PAGE=yes