diff --git a/.config/zsh/functions/photoprep b/.config/zsh/functions/photoprep index 85ef360..eb8718b 100755 --- a/.config/zsh/functions/photoprep +++ b/.config/zsh/functions/photoprep @@ -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}