-f option in combination with -lang

Started by herb, February 23, 2015, 10:12:23 AM

Previous topic - Next topic

herb

Hello Phil,

Exiftool has the wonderful feature of -f option.
But in combination with e.g. -lang de, I only get German tag-descriptions for existing tags.
For not existing tags I get: tagname -

Would it be possible to enhance Exiftool in order to get tag-description also for the not existing tags.

Thanks in advance and
Best regards
Herb

Phil Harvey

Hi Herb,

I know this isn't what you want to hear, but the only way to get information about non-existent tags is via the -listx option.

Doing what you want isn't really possible.  If you'll notice, ExifTool just fakes the description for non-existent tags with -f:

> exiftool a.jpg -focalplanexresolution -f
Focalplanexresolution           : -
> exiftool a.jpg -focalplanexresolution=72
    1 image files updated
> exiftool a.jpg -focalplanexresolution -f
Focal Plane X Resolution        : 72


- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

herb

Hello Phil,

thanks for the clarification.

Best regards
Herb