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 the media manager.

Only Windows Latin1 encoding is supported. IPTC metadata with a CodedCharacterSet tag value of UTF-8 will not show up at all.

Which fields will be read and written is configured in the conf/mediameta.php config file, it contains an array $fields. Each field of the array is an array with the following contents:

Which EXIF and IPTC types are available is listed at detail.php.

You can extend or overwrite this variable $fields by creating the conf/mediameta.local.php file.

See also