ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: cdubea on August 19, 2023, 09:39:19 AM

Title: "Supplemental Categories" in xmp data
Post by: cdubea on August 19, 2023, 09:39:19 AM
In my history of DAM-ing, I've gone through the following progression:


In this progression, I've gathered a number of "Supplemental Categories" in the XMP data that DK will read. Unfortunately, they are leftovers from the various migrations, and are poorly formed.

All my images are in one folder, organized in subfolders by date, month, etc.

Is there a handy dandy way of using exiftool to delete all the "Supplemental Categories" in all the xmp and jpg files?

Thank you in advance!

chris
Title: Re: "Supplemental Categories" in xmp data
Post by: Phil Harvey on August 19, 2023, 10:34:47 AM
Hi Chris,

Here is the command:

exiftool -supplementalcategories= -ext xmp -ext jpg DIR

- Phil
Title: Re: "Supplemental Categories" in xmp data
Post by: cdubea on August 19, 2023, 11:27:17 AM
Phil,

You are my hero!

Thanks