an exif module for drupal
Find a file
2024-06-07 11:23:20 +02:00
config version bump 2023-06-08 00:09:28 +02:00
css version bump 2023-06-08 00:09:28 +02:00
js version bump 2023-06-08 00:09:28 +02:00
src remove log of tags and add README 2024-06-07 11:10:52 +02:00
templates exif edition requires a special date format 2024-05-26 10:37:07 +02:00
.buildpath version bump 2023-06-08 00:09:28 +02:00
.cvsignore version bump 2023-06-08 00:09:28 +02:00
.gitignore version bump 2023-06-08 00:09:28 +02:00
core.date_format.atom.yml version bump 2023-06-08 00:09:28 +02:00
core.date_format.exif.yml version bump 2023-06-08 00:09:28 +02:00
exif.drush.inc version bump 2023-06-08 00:09:28 +02:00
exif.info.yml making it work for drupal 10 too 2023-09-26 10:04:43 +02:00
exif.install version bump 2023-06-08 00:09:28 +02:00
exif.libraries.yml version bump 2023-06-08 00:09:28 +02:00
exif.links.action.yml solve the "bulk upload" button with a derivative 2024-05-26 13:54:32 +02:00
exif.links.menu.yml solve the "bulk upload" button with a derivative 2024-05-26 13:54:32 +02:00
exif.links.task.yml solve the "bulk upload" button with a derivative 2024-05-26 13:54:32 +02:00
exif.module solve the "bulk upload" button with a derivative 2024-05-26 13:54:32 +02:00
exif.permissions.yml version bump 2023-06-08 00:09:28 +02:00
exif.routing.yml exif edition requires a special date format 2024-05-26 10:37:07 +02:00
exif.services.yml version bump 2023-06-08 00:09:28 +02:00
LICENSE.txt version bump 2023-06-08 00:09:28 +02:00
README-OLD.md remove log of tags and add README 2024-06-07 11:10:52 +02:00
README.md clarify 2024-06-07 11:23:20 +02:00
sample.jpg version bump 2023-06-08 00:09:28 +02:00

Install module

pre-requisites

  1. download latest release from https://forge.smallworks.eu/estebanlm/drupal-exif/releases
    this is normally do directly with the browser or in your server by executing
wget https://forge.smallworks.eu/estebanlm/drupal-exif/archive/RELEASE_NAME.tar.gz
# e.g. wget https://forge.smallworks.eu/estebanlm/drupal-exif/archive/v10.1.2.tar.gz
  1. exiftool installed on system:
apt install exiftool

install drupal-exif module

  1. extract RELEASE_NAME.tar.gz into PATH_TO_DRUPAL/data/modules/custom: you can do this with
cd PATH_TO_DRUPAL/data/modules/custom
tar xvfz PATH_TO_FILE/RELEASE_NAME.tar.gz
  1. as admin in drupal, go to Extend/List, select "Exif" and install it

configure drupal-exif

  1. go to configuration/media/image metadata
    • in "which extraction solution to use on node update", select "exiftool"
    • in "location of exiftool binary" put /usr/bin/exiftool (or the path where exiftool is installed in your system)
    • save configuration
  2. add needed parts
    • from the exif configuration page, go to the "the quick start page".
    • click on "create a vocabulary for my photos"
    • click on "create a node content type for my photos"
    • click on "create an "exif" datetime format for my photos"

Use it

Now you can go to "Content" and "Bulk upload" or "Add content">"Photography"