Announcement

  •  » Miscellaneous
  •  » adding EXIF + IPTC + XMP at one pass in batch mode ?

#1 2014-11-28 19:02:28

NewbieX
Member
2012-11-10
11

adding EXIF + IPTC + XMP at one pass in batch mode ?

Hello/Hi/Greetings,

Somebody knows app  that can do it ? I search and found a lot of apps (and GUI), but they are or iptc+xmp or other combinations. This is very useful, when tags and other info puted in files for indexing by different search engines (that can read only one/two but not all metadata).

Last edited by NewbieX (2014-11-28 19:07:13)

Offline

 

#2 2015-04-13 12:34:14

legramo
Member
2015-04-06
5

Re: adding EXIF + IPTC + XMP at one pass in batch mode ?

Important thread, is there any solution for it?

Cheers

Offline

 

#3 2015-04-14 13:14:08

xbgmsharp
Member
1970-01-01
215

Re: adding EXIF + IPTC + XMP at one pass in batch mode ?

PWG read both EXIF and IPTC metadata. Both an be configure in the configuration file. EXIF and IPTC are used to populate the database.

Code:

// show_iptc: Show IPTC metadata on picture.php if asked by user
$conf['show_iptc'] = false;
// show_iptc_mapping : is used for showing IPTC metadata on picture.php
$conf['show_iptc_mapping'] = array(...);
// show_exif: Show EXIF metadata on picture.php (table or line presentation
$conf['show_exif'] = true;
// show_exif_fields : in EXIF fields, you can choose to display fields in
// 'COMPUTED;ApertureFNumber' in $conf['show_exif_fields']
// $conf['show_exif_fields'] = array('CameraMake','CameraModel','DateTime');

I don't know if XMP is supported by PWG. If you can provide image sample we can surely add support for it.

Offline

 

#4 2015-04-28 19:12:16

CharlieM
Member
Gloucester, UK
2015-04-27
71

Re: adding EXIF + IPTC + XMP at one pass in batch mode ?

I've added this code:-

Code:

$conf['show_iptc_mapping'] = array('Keywords','Location');

... however I'm not sure how this gets displayed?

Offline

 
  •  » Miscellaneous
  •  » adding EXIF + IPTC + XMP at one pass in batch mode ?

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact