Document how to display EXIF data.

This commit is contained in:
Ben Sturmfels 2021-08-15 22:36:47 +10:00
parent ee0791c93f
commit 5469c9daa6
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -116,6 +116,17 @@ Once you have done this you will need to move any existing media you had in the
old directory to the new directory so existing media still can be displayed. old directory to the new directory so existing media still can be displayed.
Displaying camera EXIF metadata
-------------------------------
To display available EXIF metadata, set ``exif_visible = true`` in the
``[mediagoblin]`` section of your ``mediagoblin.ini`` file::
[mediagoblin]
exif_visible = true
All other configuration changes All other configuration changes
------------------------------- -------------------------------