ExifTool Forum

ExifTool => Newbies => Topic started by: openskies2009 on January 19, 2018, 04:14:28 PM

Title: Create XMP images
Post by: openskies2009 on January 19, 2018, 04:14:28 PM
My objective is to create Metadata XMP files on the fly with images within directories and subdirectories, and add the description tag as "_null".
I dont really know where to start, i read the documentation but doesnt seem to indicate how to add a tag to the outputted XML file.
Title: Re: Create XMP images
Post by: Phil Harvey on January 19, 2018, 04:22:22 PM
The command to do this is:

exiftool -srcfile %d%f.xmp -description="_null" -r DIR

- Phil