diu / metadata-autotag
Adds images to tags in media center, based on IPTC keywords
Installs: 417
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- php: ^7.0
- ext-exif: *
- ext-mbstring: *
- neos/flow: ^4.0 || ^5.0 || ^6.0
- neos/media: ^3.0 || ^4.0 || ^5.0
- neos/metadata-extractor: dev-master#d9bc90b4f4b8af916296c18e547bcf9003f60a20
This package is auto-updated.
Last update: 2025-03-11 23:13:47 UTC
README
This package will automatically create tags from IPTC keywords of an image and add them to the asset. If the tag exists already, the image will be added to this keyword.
This package also checks if it finds information about copyright, caption and if missing a better title.
You can control the behavior with the following settings:
DIU:
MetaData:
AutoTag:
setTagsFromIptcKeywords: true
setCopyrightNoticeFromIptc: true
setTitleFromIptcTitle: true
setCaptionFromIptcDescription: true
Asset Title Update
The check for the asset title is a bit more complex it will check:
- Title is not set
- Title is just the filename
If on of the above cases are true it will check:
- IPTC Title
- If IPTC Title is also just a filename it will use IPTC Headline if available