Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / web / modules / contrib / media_entity_image / README.md
1 ## About Media entity
2
3 Media entity provides a 'base' entity for a media element. This is a
4 very basic entity which can reference to all kinds of media-objects
5 (local files, YouTube videos, tweets, CDN-files, ...). This entity only
6 provides a relation between Drupal (because it is an entity) and the
7 resource. You can reference to this entity within any other Drupal
8 entity.
9
10 ## About Media entity image
11
12 This module provides local image integration for Media entity (i.e.
13 media type provider plugin). The user can map fields from image's Exif
14 data to media bundle fields.
15
16 ### Mapping meta-data to drupal fields
17
18 If you want to map some of the image meta-data (for example some of the
19 EXIF information), follow these steps:
20 1- Create a media bundle of type image
21 2- Create some normal fields that will be used to store this information
22 3- Go back to the bundle edit form, select "Yes" on the "Whether to
23 gather exif data" drop down
24 4- Map the desired EXIF fields to the fields you created in step 2.
25 These will get automatically populated each time the entity is saved and
26 the drupal fields on the entity are empty.
27 NOTE that this behavior (only mapping the meta-data when the drupal
28 field is empty) may change in the future, once this issue is solved:
29 https://www.drupal.org/node/2772045
30
31
32 Project page: http://drupal.org/project/media_entity_image.
33
34 Maintainers:
35  - Janez Urevc (@slashrsm) drupal.org/user/744628
36  - Primož Hmeljak (@primsi) drupal.org/user/282629
37
38 IRC channel: #drupal-media