summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/stats-exif-audit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/stats-exif-audit.md b/docs/stats-exif-audit.md
index 7076254..1b1023b 100644
--- a/docs/stats-exif-audit.md
+++ b/docs/stats-exif-audit.md
@@ -13,8 +13,8 @@ library (there is none to point at):
* `src/lib/imagemagick.source.sh` runs `magick identify -verbose <file>` (or
`convert <file> -verbose info:` when only the legacy `convert` is present).
-* `src/lib/album.source.sh` caches that raw output per photo under
- `$DIST_DIR/.shuriken-cache/exif/<photo>.txt` and parses it.
+* `src/lib/album.source.sh` caches that raw output per photo under a volatile
+ `./cache/exif/<photo>.txt` (parallel to `./dist`) and parses it.
The parser detail that drives every decision below: shuriken only reads EXIF
through this regex (`photo_exif_details_html`, `_photo_exif_values_to`):