2 thoughts on “Edit metadata – Bash scripts

  1. Tilo says:

    Lots of good info, I liked the Lightroom table. Just wanted to comment on your EXIF:XPTitle example, though. Windows XP actually does not process XPTitle if ImageDescription is also present. You have to remove ImageDescription if you want XPTitle to work.

  2. I work as a tech volunteer for a local historical society. We’ve scanned a few K historic pictures & would like add descriptive comments that “stick” to the image files. The subject matter expert is not a techie. I’d like to make a drag/drop app that does the following:

    1. drag/drop image file on app winddow
    2. prompt for comment text (more than 1 item)

    then I’ll execute exiftool–
    % exiftool -Comment=”text from 2. above” “file-from-1.-above”

    Suggestions?

No Comments