mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
docs: external library deletion/edits (#12079)
* external lib * edit 2 * Update FAQ.mdx * fixes
This commit is contained in:
parent
3e970bc2d3
commit
16d5996f77
1 changed files with 16 additions and 2 deletions
|
@ -63,8 +63,9 @@ We recommend using a real SSL certificate from a free provider, for example [Let
|
||||||
|
|
||||||
### Does Immich change the file?
|
### Does Immich change the file?
|
||||||
|
|
||||||
No, Immich does not touch the original file under any circumstances,
|
No, Immich does not modify the original files.
|
||||||
all edited metadata are saved in the companion sidecar file and the database.
|
All edited metadata is saved in companion `.xmp` sidecar files and the database.
|
||||||
|
However, Immich will delete original files that have been trashed when the trash is emptied in the Immich UI.
|
||||||
|
|
||||||
### Can I add my existing photo library?
|
### Can I add my existing photo library?
|
||||||
|
|
||||||
|
@ -162,6 +163,19 @@ We haven't implemented an official mechanism for creating albums from external l
|
||||||
|
|
||||||
Duplicate checking only exists for upload libraries, using the file hash. Furthermore, duplicate checking is not global, but _per library_. Therefore, a situation where the same file appears twice in the timeline is possible, especially for external libraries.
|
Duplicate checking only exists for upload libraries, using the file hash. Furthermore, duplicate checking is not global, but _per library_. Therefore, a situation where the same file appears twice in the timeline is possible, especially for external libraries.
|
||||||
|
|
||||||
|
### Why are my edits to files not being saved in read-only external libraries?
|
||||||
|
|
||||||
|
Images in read-write external libraries (the default) can be edited as normal.
|
||||||
|
In read-only libraries (`:ro` in the `docker-compose.yml`), Immich is unable to create the `.xmp` sidecar files to store edited file metadata.
|
||||||
|
For this reason, the metadata (timestamp, location, description, star rating, etc.) cannot be edited for files in read-only external libraries.
|
||||||
|
|
||||||
|
### How are deletions of files handled in external libraries?
|
||||||
|
|
||||||
|
Immich will attempt to delete original files that have been trashed when the trash is emptied.
|
||||||
|
In read-write external libraries (the default), Immich will delete the original file.
|
||||||
|
In read-only libraries (`:ro` in the `docker-compose.yml`), files can still be trashed in the UI.
|
||||||
|
However, when the trash is emptied, the files will re-appear in the main timeline since Immich is unable to delete the original file.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Machine Learning
|
## Machine Learning
|
||||||
|
|
Loading…
Reference in a new issue