mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
Adds an opt-in `metadata.faces.export` setting. When enabled, the people Immich knows about are written to an asset's XMP sidecar as `mwg-rs:RegionInfo` whenever its faces change, so external libraries stay in sync with naming, merging, reassigning and deleting people. Turning the setting on writes out every asset that already has a named person, so it does not appear to do nothing until faces happen to change. Only faces that resolve to a named person are written, and regions are removed from a sidecar only when it already has them, so a sidecar is never created just to hold an empty list. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| static | ||
| tests | ||
| .browserslistrc | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| eslint.config.js | ||
| mise.toml | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
Immich web project
This project uses the SvelteKit web framework. Please refer to the SvelteKit docs for information on getting started as a contributor to this project. In particular, it will help you navigate the project's code if you understand the basics of SvelteKit routing.
When developing locally, you will run a SvelteKit Node.js server. When this project is deployed to production, it is built as a SPA and deployed as part of the server project.