ExifTool Forum

General => Metadata => Topic started by: FMPMechanic on March 13, 2023, 09:57:30 AM

Title: Model/Property Release Status ?
Post by: FMPMechanic on March 13, 2023, 09:57:30 AM
Hi Guys doing a new implementation of EXIFTOOL and how do I set the Model/Property Status fields in IPTC Extension section of Photoshop Metadata Headers?

See screengrab
Title: Re: Model/Property Release Status ?
Post by: Phil Harvey on March 13, 2023, 10:03:19 AM
First, see FAQ 3 (https://exiftool.org/faq.html#Q3) for help determining what tag(s) you need to write.  Then use a command like this:

exiftool -GROUP:TAG="VALUE" FILE

- Phil