summaryrefslogtreecommitdiffstats
path: root/config/preview_file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/preview_file.sh')
-rwxr-xr-xconfig/preview_file.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/preview_file.sh b/config/preview_file.sh
index bb7cc7b..ed06b75 100755
--- a/config/preview_file.sh
+++ b/config/preview_file.sh
@@ -41,6 +41,10 @@ IFS=$'\n'
# * pipefail causes a pipeline to fail also if a command other than the last one fails
set -o noclobber -o noglob -o nounset -o pipefail
+# Enable exiftool large file support
+shopt -s expand_aliases
+alias exiftool='exiftool -api largefilesupport=1'
+
FILE_PATH=""
PREVIEW_WIDTH=10
PREVIEW_HEIGHT=10