I have an image with multiple keywords (eg. "apples; pears; carrots") and I would like to save these as multiple taxonomy values (e.g. "apples", "pears", "carrots"). However, I can only figure out how to save these as ONE single taxonomy (eg. "apples; pears; carrots").

Is there an easy way out of this challenge?

Regards,

Nyborg

Comments

STNyborg created an issue. See original summary.

davidsickmiller’s picture

StatusFileSize
new4.87 KB

I am attaching a patch for 7.x-1.14 that adds support for multiple keywords.

A couple notes:

  • This renames the "XMP:xmpmeta:rdf:description:subject:bag:li" field to "XMP:xmpmeta:rdf:description:subject", which means you'll need to re-create your mapping.
  • This replaces the handling of any EXIF bag fields, which means (1) the field names will be similarly changed and (2) if the bag contains a non-text object, it probably won't work at all. This probably means the contributor, language, publisher, type, advisory, rights owner, job reference, paged-text font, and contributed media fields.
davidsickmiller’s picture

Category: Support request » Feature request
Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: exif_custom-keywords-2565625-1-7.x.patch, failed testing.

joseph.olstad’s picture

patch needs reroll

joseph.olstad’s picture

Status: Needs work » Needs review
davidsickmiller’s picture

StatusFileSize
new4.74 KB

Re-rolled, though not tested

joseph.olstad’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.