Jean François CASSAN

Results 188 comments of Jean François CASSAN
trafficstars

Sure it does. I have chose this special format because I think that the XMP format can't handle the album concept, and therefore immich won't create album on this basis.

Here is the structure used to read and write those JSON: https://github.com/simulot/immich-go/blob/01ed80c03f541e2e05baa6d430374f93f70d7664/internal/assets/metadata.go#L13-L28 And for substructures: https://github.com/simulot/immich-go/blob/01ed80c03f541e2e05baa6d430374f93f70d7664/internal/assets/album.go#L7-L13 https://github.com/simulot/immich-go/blob/01ed80c03f541e2e05baa6d430374f93f70d7664/internal/assets/tag.go#L5-L9 > You also confirm immich-go does not write same info into photos metadata?...

Thanks for this extended report. You're right, I have changed time date determination: Immich-go read the metadata of files for .jpg,mp4,.heic,.dng,cr2,.cr3 files. If valid date is found, the file is...

i'm working on @Koli0842 samples. A better version is coming soon. The upload should not freeze... Could you share the logs?

Thank you. The error ERR error error=DeleteAsset, DELETE, http://127.0.0.1:2283/api/assets, 400 Bad Request is new to me

You can enable the `--api-trace` flag to get the api calls details

dirty... > [immich-go_2024-12-19_15-27-13.trace.log](https://github.com/user-attachments/files/18202065/immich-go_2024-12-19_15-27-13.trace.log) > > Here is the trace file. I dont really know how helpful it will be, since i didnt find any Status 400 on the file. >...

It used to be immediately done after the upload, but it was causing a lot of traffic. Now, albums are populated when 100 photos are assigned to an album, or...