clickstorm/cs-file-meta-fill

Automatically generate fluent sys_file_metadata like alternative text

Installs: 679

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 2

Open Issues: 1

Type:typo3-cms-extension

2.0.0 2020-08-18 09:18 UTC

This package is auto-updated.

Last update: 2024-05-08 16:12:55 UTC


README

Automatically fills sys_file_metadata from file names.

e.g. filename: product_red_socks.jpg => alt: Product Red Socks

How does it work?

  • There is a Hook included which is called every time a file is updated (via Backend) and is missing title or alternative metadata.
  • There is a Scheduler Task to batch process file_metadata entries
  • It stores the original file names on file uploads and prioritizes these if existent

Usage

  • composer req clickstorm/cs-file-meta-fill`
  • Activate the extension
  • Optionally: Configure the extension via extension settings
  • Upload or edit any file
  • Close and reopen and see the magic!

More Information