When one is writing to the xmp sidecar with exiftool, there is no tag for each of the three Supplemental Categories in the template in the standard xmp table. Instead, there is a single tag SupplementalCategories which writes to PM 6 Supplemental Cat 1 variable as follows:
exiftool -xmp:SupplementalCategories="test data supp cats" outFile.xmp
writes "test data support cats" to the Supplemental Cat 1 variable.
The fix for this is easy. User-defined tags can be added to the xmp table. I have added SuppCat1, SuppCat2 and SuppCat3 to my installation. Thus, when I write to these three variables, data are written correctly to each tag in the sidecar amp file. However, when that sidecar is loaded into the template in PM 6, the data are not present. It appears that the code for the template needs to be fixed to allow it to read the three new tags from the sidecar and enter it into the associated template fields.
Is this something that I can do, or is it a fix that needs to be made in PM 6?
If this is a fix to the code, CameraBits needs to decide what tag name should be used for the three fields. I will be happy to post the modification to the exiftool tables for this fix once the tag names are agreed to. In this way, at least PM users can all access these categories in the IPCT table in the same way.
Bob Hendricks