mirror of
https://github.com/Radiquum/furaffinity-dl.git
synced 2025-04-05 07:44:37 +00:00
better support for text
This commit is contained in:
parent
1b5e61e4d6
commit
4814cd713a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue