From 4814cd713a37992e723d0791d06f628063284d3b Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 5 Apr 2019 12:49:08 +0100 Subject: [PATCH] better support for text --- furaffinity-dl-ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/furaffinity-dl-ng b/furaffinity-dl-ng index 5e77ed2..1cda72b 100755 --- a/furaffinity-dl-ng +++ b/furaffinity-dl-ng @@ -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"