exif
EXIF and IPTC metadata
DokuWiki can read and write EXIF and IPTC metadata in JPEG files. That information is shown in the image detail view and used as default title tags. The data can be edited through themedia manager.
Only Windows Latin1 encoding is supported. IPTC metadata with aCodedCharacterSet
tag value ofUTF-8
will not show up at all.
Which fields will be read and written is configured in theconf/mediameta.php
config file, it contains an array$fields
. Each field of the array is an array with the following contents:
fieldname
- Where data will be saved (EXIF or IPTC field)label
- key to lookup in the $lang var, if not found printed as ishtmltype
- 'text' or 'textarea'lookups
- array additional fields to lookup the data (EXIF or IPTC fields)
Which EXIF and IPTC types are available is listed atdetail.php.
You can extend or overwrite this variable$fields
by creating theconf/mediameta.local.php
file.
See also
- Modifying image detail page of a template
- Media manager has metadata editor tab in the third pane if an image is selected
exif.txt · Last modified: bysaggi