Announcement

#1 2010-07-27 13:15:53

ADMST
Member
2010-07-27
14

Does there have a estention that can add keywords from jpg IPTC?

Does there have a estention that can add keywords from jpg IPTC?

Offline

 

#2 2010-07-27 13:38:39

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Does there have a estention that can add keywords from jpg IPTC?

You don't need any plugin for this.

3) install + activate the LocalFiles Editor plugin.

4) open [Administration > Plugins > LocalFiles Editor > Local config] and paste:

Code:

<?php
$conf['use_iptc'] = true;

$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
  );
?>

And then perform a metadata synchronization on your photo (from the photo administration page for example)

Offline

 

#3 2010-07-27 19:05:39

ADMST
Member
2010-07-27
14

Re: Does there have a estention that can add keywords from jpg IPTC?

Thanks a lot.
Is there also a way to copy keywords into tags?
As I find keywords will not show up.

Offline

 

#4 2010-07-27 19:21:10

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Does there have a estention that can add keywords from jpg IPTC?

ADMST wrote:

Thanks a lot.
Is there also a way to copy keywords into tags?
As I find keywords will not show up.

Just give a try to my suggestion :-) it does transform IPTC keywords into Piwigo tags.

Offline

 

#5 2010-07-27 19:45:11

rbr28
Member
Bloomington, IN USA
2010-07-13
36

Re: Does there have a estention that can add keywords from jpg IPTC?

Is there something similar for exif and/or xmp?  Any official documentation on this?

Thanks,
Vern

Offline

 

#6 2010-07-27 19:51:11

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Does there have a estention that can add keywords from jpg IPTC?

rbr28 wrote:

Is there something similar for exif and/or xmp?

Sorry but no. EXIF are not designed to contain such information. XMP are not supported by Piwigo core 2.1 (but they are with the [extension by grum] Advanced Metadata, see my [Forum, post 114385 by plg in topic 16154] XMP tags)

Offline

 

Board footer

Powered by FluxBB

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