better support for text

This commit is contained in:
Liam 2019-04-05 12:49:08 +01:00 committed by GitHub
parent 1b5e61e4d6
commit 4814cd713a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ https://github.com/Xerbo/furaffinity-dl-ng/issues" >&2
eyeD3 -t "$title" --add-comment "${description//:/\\:}" "$file"
fi
fi
else
elif [ $file_type == "png" ] || [ $file_type == "jpg" ] || [ $file_type == "jpeg" ]; then
# Use exiftool for injecting metadata into pictures (if it's installed)
if [ $exiftool ] && [ $metadata ]; then
exiftool "$file" -description="$description" -title="$title"