cancel
Showing results for 
Search instead for 
Did you mean: 

IPTC/EXIF Metadata Extensions

stefano
Champ in-the-making
Champ in-the-making
Hi to all
I have installed IPTC/EXIF Metadata Extensions and I saw that it extract the IPTC attributes running the action in the webclient.
But what about the EXIF attributes?
I haven't yet installed Drew metadata parser, is it mandatory to manage EXIF properties?

Reading the README file I understand that it could be enough to install XMP Metadata Extensions and Metadata Embedders; I did it. Does I have to install also Drew in any case?

Thank you
bye
4 REPLIES 4

jottley
Confirmed Champ
Confirmed Champ
Yes.  You will need to install the metadata extractor package as well if you want the EXIF metadata.

stefano
Champ in-the-making
Champ in-the-making
I have alredy installed the XMP Metadata extractor, and I have installed also the Drew metadata parser.
But when I run the action "Extract common metadata fields in content" nothing happend.
Have you any idea?

jottley
Confirmed Champ
Confirmed Champ
According to the Readme for this

If using both the XMP and Drew metadata parsers the extracter will first look for XMP metadata and, if found, will only use that XMP and will not allow the Drew metadata parser to overwrite the data read via XMP.


So if it has already pulled the XMP data, it won't pull the EXIF.  Another thing to look at as well is to make sure that you have JMagick installed.

stefano
Champ in-the-making
Champ in-the-making
After some day with a lot of test, something is more clear.
I have installed all the components and I use only the XMP parser in the IptcExifMetadataExtracter.

Now happend that when run the extractor, I can see only the IPTC informations, not the EXIF.
I think it is becuse the reader (ExifTool) runs with these paramers : -xmp -b
I did some tests in the command line with these parameters and the result is an XML which contains only some IPTC fields, not the exif informations.
How can I set the ExifTool parameters to load also exif fields?
(I tried with "-exif:all" but the result is not an XML as is expected by the parser, so it doesn't work)

Do you know what can be the parameters to use?

Thank you
bye