Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

File metadata manager

61,319 sites Security covered
View on drupal.org

This module provides a service to extract and manage metadata from various file types, including image EXIF data and font information. It uses a pluggable system, allowing developers to add support for new metadata formats, and caches this information to improve performance.

A module that provides a file metadata manager service and API. Allows to get, via an unified API, information stored in files like EXIF photo information, TrueType font information, etc.

Metadata protocols are pluggable. Developers can implement a plugin and use the service framework to get the metadata required.

The following plugins are provided by the module:

  • exif - Uses the PHP Exif Library to read/write EXIF information to image files, bypassing the limitations of the standard PHP Exif extensions which only provides read capabilities. Enable the File metadata - EXIF submodule to enable this plugin.
  • font - Uses the PHP Font Lib to read font information from TTF/OTF/WOFF font files. Enable the File metadata - Font submodule to enable this plugin.
  • getimagesize - Caches calls to the PHP getimagesize() function.

Plugins provided by other modules:

Features:

  1. Load from, and save to, file embedded metadata directly from the files.
  2. Metadata for a file is statically cached during a request's lifetime. This avoids different modules all repeat I/O on the same file.
  3. Metadata can be cached in a Drupal cache bin to avoid repeating I/O on the files in successive requests.
  4. Metadata standards (EXIF, TTF, etc.) are implemented as plugins. The service loads the metadata plugin needed based on the calling code request.
  5. Manages copying to/from local temporary storage files stored in remote file systems, to allow PHP functions that do not support remote stream wrappers access the file locally.

This module is inspired by discussions at #2630242: Provide methods to retrieve EXIF image information via the Image object.

Installation

The module MUST be installed using Composer.

Configuration:

- Go to Manage > Configuration > System > File Metadata Manager and specify
the cache retention requirements, in general and/or per each metadata plugin.

Usage examples:

Activity

Total releases
4
First release
Jan 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 4
Maintenance
Dormant

Release Timeline

Releases

Version Type Release date
3.2.0 Stable Jul 10, 2025
3.2.0-rc1 Pre-release Jun 8, 2025
3.2.0-beta1 Pre-release Jan 19, 2025
3.2.x-dev Dev Jan 18, 2025