$filename
$exifinfo
EOF (( file++ )) done fi ### Movies (MOV or MP4) if [[ $(find . -maxdepth 1 -type f -iname \*.mov -o -iname '*.mp4' | wc -l) -gt 0 ]]; then cat >> "$htmlfile" << EOF
#!/bin/bash # gallery.sh # Author: Nils Knieling - https://github.com/Cyclenerd/gallery_shell # Inspired by: Shapor Naghibzadeh - https://github.com/shapor/bashgal ######################################################################################### #### Configuration Section ######################################################################################### height_small=187 height_large=768 quality=85 thumbdir="__thumbs" htmlfile="index.html" title="Gallery" footer='Created with gallery.sh' # Use convert from ImageMagick convert="convert" # Use JHead for EXIF Information exif="jhead" # Bootstrap (currently v3.4.1) stylesheet="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" # Debugging output # true=enable, false=disable debug=true ######################################################################################### #### End Configuration Section ######################################################################################### me=$(basename "$0") datetime=$(date -u "+%Y-%m-%d %H:%M:%S") datetime+=" UTC" function usage { returnCode="$1" echo -e "Usage: $me [-t
$exifinfo