in my use case a user creates a node with some data including a multivalued (unlimited...) imagefield to upload some images at once. afterwards i want to display all those images e.g. on a map using gps data extruded by this module.

so it would be fantastic if besides the existing feature to assign an exif-field to an image field (in case there are more than one) it would be possible to support multi-valued-imagefields. i have the hope that this could be pretty simple. you can already set up the exif-field to be multi-valued too. upon handling the image(s) to read the exif data there would just be a need to do this in a loop on all images and create the appropriate exif-field-data. maybe updating is a little harder (I'm not yet deep into D8) because it would have to support deleting single items from the multi-valued-imagefield but maybe it's just setting up an updated entity and saving it?! https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...

Comments

thommyboy created an issue. See original summary.

  • jphautin committed 723df1f on 7.x-1.x
    Issue #2709967: support multi-valued image-fields
    
jphautin’s picture

Assigned: Unassigned » jphautin
Status: Active » Needs review

check the last 7.x-1.x version or 8.x-1.x SNAPSHOT. It should work as you expected.
Be careful on one thing, if the data you are looking for is not present in one or more photos, this will make relation between field values quite difficult to find.

Please, do not forget to give some feedback if this is useful for your need.

regards,

jphautin’s picture

Status: Needs review » Fixed
jphautin’s picture

Status: Fixed » Closed (fixed)
Tonton2’s picture

Hello,
I am truly sorry to re-open…

I can't understand how to get it working. I still only get the values from my first image.
Both [field_image] and [field_exif_artist] are set to unlimited values.
I am using 7.x-1.8 version.
Could you please provide a link for some further instructions?