ExifTool Forum

ExifTool => Newbies => Topic started by: perpetual_learner on May 04, 2019, 01:01:02 PM

Title: Sharing My UserDefined ExifTags with Others?
Post by: perpetual_learner on May 04, 2019, 01:01:02 PM
Hello,

Great tool, enjoy it a lot! I've created some user defined ExifIFD tags based on the example config file format, but I need other users need to be able to read these tags on their machine. It looks like these tags aren't readable unless someone has a version of the config file and is using ExifTool. Is there a way to make the user defined entries agnostic to the config file? That is, once i've entered them in, those tags are now searchable for others and they don't need a config file to see them?

Let me know if possible, thanks!

Title: Re: Sharing My UserDefined ExifTags with Others?
Post by: StarGeek on May 04, 2019, 01:24:06 PM
For an user defined EXIF tag, they can see the contents using exiftool by adding the -u (unknown) option (https://exiftool.org/exiftool_pod.html#u--unknown).  This will just show the raw contents, I believe, so if it needs to be interpreted in any way, then they would have to do so themselves.

To use a program other than exiftool to view it would be highly unlikely.

You might consider using XMP tags, as exiftool will show unknown XMP tags without any other options needed.  They just can't be written without the config file.
Title: Re: Sharing My UserDefined ExifTags with Others?
Post by: perpetual_learner on May 05, 2019, 11:12:41 PM
Thanks! I went ahead and switched to XMP tags. Confirmed I can read them without the config file loaded, good tip!