Closed dlang123 closed 10 months ago
It may have something incoherent with
305 metadata files
0 files with metadata
Also, you have the .jpg, the .raw and the .xmp. I don't know how the system behaves in such case. Will the the xmp associated with the jpg, or the raw or both.
It may have something incoherent with
305 metadata files 0 files with metadata
Also, you have the .jpg, the .raw and the .xmp. I don't know how the system behaves in such case. Will the the xmp associated with the jpg, or the raw or both.
It should associate with both.
It's a question on immich server behavior
I did some tests. immich-server doesn't associate one XMP to both jpg and raw.
I have implemented this behavior in immich-go. See the release note for details.
I have imported thousands of photos over the years onto my discs using various programs, using lightroom a lot.
Usually what happens Is I get three files image1.jpg image1.raw (arw lately because of sony) image1.xmp
From what I can tell and what I see from the output of the immich-go cli import
It finds metadata files, but it doesn't seem to associate those together, unless I am just totally misreading this output. Looking at Immich itself, it seems to think that the sidecar xmp files will be named like : image1.jpg.xmp image1.arw.xmp
Which doesn't seem to be the case for any of the photos from various DSLR's I have imported over the years. Thoughts?