I received this question via email:
QuoteDear Phil,
found in the tread from 2011 (see below) some information about Fotoware Fotostation CustomFields, but couldnt solve with it our problem.
https://exiftool.org/forum/index.php/topic,3195.0.html
We dont know what version of ExifTool got used. So we worked with the new version.
We have to check - in all images (jpg) - three "CustomField"
CustomField01 (so called #200)) => should be "HNA"
=> is in the tread: IPTC Application Record 112
CustomField02 (so called #201)) => should be "KS"
CustomField03 (so called #202) => should be "LOK"
To check the "Customfield" with Exiftool works well if Fotoware Fotostation 7 is used and XMP is supported.
Also IPTC can be read.
Some files gets the metadata by Fotoware Fotostation 5.2 build 89. All the IPTC and the "Fotoware-CustomField" can be read by Fotoware Colorfactory, Photo ME and our Database.
But cant be read by ADOBE Photoshop CS5 nor ExiTool.
Find enclose three smaples of the same file:
1) original "org_IMG" (done with BlackBerryZ10)
2) Metadata by Fotostation 5.2 "FS5_IMG" (only IPTC shown, the -u shows more, but not the important Custome Field, see above)
3) Metada by Fotostation 7 "FS7_IMG" (with XMP, metadata shown)
Any Ideas?
ExifTool will extract unknown IPTC fields with the
-u option. The problem here is that these tag ID's have different meanings according to the IPTC specification. You may override these with the attached config file and use the following command to extract the Fotostation custom fields:
exiftool -config fotostation.config image.jpg- Phil