summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlja <ilja@ilja.space>2022-02-20 12:59:42 +0100
committerIlja <ilja@ilja.space>2022-07-01 12:13:46 +0200
commit551721e41a0bd98bb840baca48415a781cc463a7 (patch)
treef88b2b8d6595cc724b4562092cc7da4a79ef4891 /docs
parentcd316d7269a6cac1e9edb732b202343001b82399 (diff)
Rename the new module
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/cheatsheet.md4
-rw-r--r--docs/installation/optional/media_graphics_packages.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index f1624b651..985a22a1d 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -633,9 +633,9 @@ This filter only strips the GPS and location metadata with Exiftool leaving colo
No specific configuration.
-#### Pleroma.Upload.Filter.ExiftoolReadData
+#### Pleroma.Upload.Filter.Exiftool.ReadDescription
-This filter only reads metadata with Exiftool so clients can prefill the media description field.
+This filter reads the ImageDescription and iptc:Caption-Abstract fields with Exiftool so clients can prefill the media description field.
No specific configuration.
diff --git a/docs/installation/optional/media_graphics_packages.md b/docs/installation/optional/media_graphics_packages.md
index 47e2ef3fb..e43c748ea 100644
--- a/docs/installation/optional/media_graphics_packages.md
+++ b/docs/installation/optional/media_graphics_packages.md
@@ -30,4 +30,4 @@ It is required for the following Pleroma features:
It is required for the following Pleroma features:
* `Pleroma.Upload.Filters.Exiftool` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`)
- * `Pleroma.Upload.Filters.ExiftoolReadData` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`)
+ * `Pleroma.Upload.Filters.Exiftool.ReadDescription` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`)