diff options
| author | Paul Buetow <paul@buetow.org> | 2022-03-05 11:48:50 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-03-05 11:48:50 +0000 |
| commit | e044cd54a39f38526ba7ed986df56ab2973e0329 (patch) | |
| tree | be3be0659180f8dc8bab064084a3a262c0abfc59 /src/photoalbum.default.conf | |
| parent | fad3ea8d270527bd9728363614ac72aeb087e9f2 (diff) | |
add SHUFFLE option
Diffstat (limited to 'src/photoalbum.default.conf')
| -rw-r--r-- | src/photoalbum.default.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/photoalbum.default.conf b/src/photoalbum.default.conf index 51cf886..51b2118 100644 --- a/src/photoalbum.default.conf +++ b/src/photoalbum.default.conf @@ -7,6 +7,8 @@ THUMBHEIGHT=300 HEIGHT=1200 # Max previews per page. MAXPREVIEWS=40 +# Randomly shuffle all previews. +# SHUFFLE=yes # Diverse directories, need to be full paths, not relative! INCOMING_DIR=$(pwd)/incoming |
