1
0
Fork 0

photoprep: preserve "Subject" EXIF tag (contains digiKam tags)

This commit is contained in:
tastytea 2024-02-11 20:08:57 +01:00
parent db41a09d2a
commit f5fb1ff81f
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local size=${o_size[2]}
local format=${o_format[2]}
mkdir -p photoprep
local jq_filter='.[0] | {"ImageDescription", "UserComment", "Comment", "Description", "Description-en-US", "Description-de-DE"}'
local jq_filter='.[0] | {"ImageDescription", "UserComment", "Comment", "Description", "Description-en-US", "Description-de-DE", "Subject"}'
for file in ${@}; do
newfile=photoprep/${file##*/}
newfile=${newfile%.*}.${format}