-
I'm working on an digital-archive focussed tool that integrates with Immich to provide metadata editing and image annotation for single images by passing the asset id in the url. The goal is to create a tool for metadata handling while remaining non-invasive and future-proof in Immich dev. I have tested a few proof-of-concept applications
This is what I want to doCRUD operations on the sidecar XMP files
Key Questions for the Community
PS. I am not a developer, all of this is very new to me |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Only the fields that are edited from Immich should be changed, any other fields should stay intact. If the whole file gets overwritten please open an issue about that.
Writing directly to the sidecar file is fine. You do probably want to trigger the right jobs afterward to make sure Immich picks up the changes. |
Beta Was this translation helpful? Give feedback.
Only the fields that are edited from Immich should be changed, any other fields should stay intact. If the whole file gets overwritten please open an issue about that.
Writing directly to the sidecar file is fine. You do probably want to trigger the right jobs afterward to make sure Immich picks up the changes.