Skip to content

Commit

Permalink
Enable large file support for exiftool (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mroik authored Dec 19, 2023
1 parent 399e380 commit 71332cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/preview_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71332cd

Please sign in to comment.