ExifTool Forum

ExifTool => ExifTool GUI => Topic started by: pedro22 on February 01, 2017, 05:47:53 PM

Title: Unknown tags
Post by: pedro22 on February 01, 2017, 05:47:53 PM
What settings to use to read all Unknown tags in ExiftoolGUI.
Title: Re: Unknown tags
Post by: StarGeek on February 01, 2017, 07:25:52 PM
The option to show unknown tags is -u (http://www.exiftool.org/exiftool_pod.html#u--unknown).  I'm not sure where you would add it as I don't use the gui.
Title: Re: Unknown tags
Post by: pedro22 on February 03, 2017, 08:08:15 AM
Unfortunately, so much that I also know. How do I set exiftool(-U).exe is ExifToolGUI not see the .exe
Title: Re: Unknown tags
Post by: pedro22 on February 03, 2017, 06:49:46 PM
If you can not display "Unknown tags" by ".ExifTool_config" - is how to display only "Unknown tags" by command line? - enter in ExifToolGUI -u displays all tags + "Unknown tags"
Title: Re: Unknown tags
Post by: Phil Harvey on February 03, 2017, 10:18:02 PM
There is no way to display only unknown tags (and not the known ones).

- Phil
Title: Re: Unknown tags
Post by: elhiero on May 17, 2023, 09:18:16 AM
Quote from: StarGeek on February 01, 2017, 07:25:52 PMThe option to show unknown tags is -u (http://www.exiftool.org/exiftool_pod.html#u--unknown).  I'm not sure where you would add it as I don't use the gui.

For ExiftoolGUI, or others G.U.I., we can add a .ExifTool_config file containing :

%Image::ExifTool::UserDefined::Options = (
Unknown => 1, # ExifTool to include unknown tags
);
1; #end

So, unknown metadata such as -MakerNotes:Sony_0xb04c can be displayed with ExiftoolGUI workspace ...