Is it possible to extract all available EXIF data for a given photo into a text field, a form, or a table format like the examples in admin/config/media/exif?

I'm trying to find a way of displaying data from a variety of camera sources without having to meticulously create a field for each possible EXIF data type.

Thanks for any guidance, and for this extremely helpful module.

CommentFileSizeAuthor
#3 html-table-settings.png14.79 KBjphautin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jphautin’s picture

Assigned: Unassigned » jphautin
Category: Support request » Feature request
Issue summary: View changes

What you are asking does not exist since the module migrate in fields mapping in Druapl 6.x.
I think I can try to create a field with an json or HTML table that contains all the fields in a specific field name.

  • jphautin committed 31bb6c7 on 8.x-1.x
    Issue #1810218: all available EXIF data
    
jphautin’s picture

FileSize
14.79 KB

I have done a very first and simple version of a 'metadata as HTML' widget in the 8.x-1.x branch.
Will try to backport it to drupal 7 version.
To use it :
create a content type with 2 fields :
* an 'Image' field
* a 'Text Formatted Long' Field
In the form display tab, use the 'metadata from image as html table' widget.
Open settings of the widget. As there is only one image, you will only have to save settings.

Then go to the module configuration to add the new content type in the list of content type that must be updated by exif module.

Then create a new content and it should do the trick.

regards,

jphautin’s picture

Status: Active » Needs review
jphautin’s picture

Status: Needs review » Postponed

is this feature still needed or do you migrate to 8.x version of drupal ?