Announcement

  •  » Extensions
  •  » Help extending Piwigo-exiftool_keywords plugin

#1 2017-07-28 04:21:34

CChiappa
Member
2014-07-25
6

Help extending Piwigo-exiftool_keywords plugin

I've been doing some scanning to PNG and have discovered that Piwigo doesn't read IPTC metadata from PNG files.  I'd like to be able to read at least the keywords from these files and it seems like the Piwigo-exiftool_keywords plugin by plg ( http://piwigo.org/ext/extension_view.php?eid=848 ) would be a good starting point.  I extended it to look for the Keywords block coming out of exiftool:

Code:

  else if (isset($metadata[0]['Keywords']))
  {
    $exif['Keywords'] = $metadata[0]['Keywords'];
  }

and with some debug logging I can see that the this code is getting hit with the right keywords but...no keywords are added.  I'm getting a bit lost trying to trace up the stack, it seems like this should be pretty easy, does anyone have any hints?

Offline

 
  •  » Extensions
  •  » Help extending Piwigo-exiftool_keywords plugin

Board footer

Powered by FluxBB

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