Add the EXIF parsing functionality to the bulk-upload page from the Simple Media Bulk Upload module.

Provide a metadata mapping system for media entities to save metadata to field values.

Issue fork exif-3621899

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

damienmckenna created an issue. See original summary.

damienmckenna’s picture

Title: Add EXIF parsing to admin/content/media/bulk-upload » Add EXIF parsing to Simple Media Bulk Upload
Issue summary: View changes
damienmckenna’s picture

Title: Add EXIF parsing to Simple Media Bulk Upload » (Add EXIF parsing to Simple Media Bulk Upload)
Issue summary: View changes

It isn't really possible to do this specially for that module, it saves entities for each image that is uploaded, then you have to work with the entity before it is saved.

Which goes back to providing a better mapping solution for media fields.

damienmckenna’s picture

Title: (Add EXIF parsing to Simple Media Bulk Upload) » Parse all uploaded media (Add EXIF parsing to Simple Media Bulk Upload)

  • damienmckenna committed 437528ef on 8.x-2.x
    Issue #3621899 by DamienMcKenna: Field mapping for all uploaded media.
    
damienmckenna’s picture

Status: Active » Fixed

Committed.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

damienmckenna’s picture