-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use google photos JSON content to set immich metadata #329
Comments
It's not as simple. Immich-go upload images without touching them, and immich process them as it wants. The rest comes from the EXIF data or is ignored. |
A section of the readme describes how dates are determined. |
* Relase 0.18 fix #329 * edit release.md * add screen redering * edit
Sorry, does The only bit it captures from the JSON is capture date?! That answers that table, then, no? Just add the table and list every row as 'no', 'no', 'no', etc |
The problem is how to pass the information to Immich. The upload API (https://immich.app/docs/api/upload-asset) accept only a field named The server extract GPS, camera model, date of capture, lens, ISO, detect faces, etc. I don't know how this process behave on just updated photos. I suspect that any information present in EXIF overrides what has been updated previously. The face detection would suppose there is a way to match them with the immich persons. |
I'm discussing with the immich team on possibilities. The most promising is to build a sidecar file with missing part on the go. |
* add xmp structure * fix Use google photos JSON content to set immich metadata #329 * Merge branch 'main' into metadata * add album texts and coordinates to the google JSON * add metata and coordinates to albums and use album coordintates if the photo miss them * wip * Merge branch 'main' into metadata * Merge branch 'main' into metadata * wip * Merge branch 'main' into metadata * refactor album management * fix: [FEATURE REQUEST] Derive Immich album description and location from Google photos JSON "enrichments" #297 * fix Google photos: update albums of duplicates photo #355 * improve the api trace * use UTC in TakeTimeFromPath * edit readme and release
Hi,
I've been scouring the readme and Github in general searching for a project that parses Takeout archives and transfers as much info of their
.json
sidecar files back into the media item'sexif
or database (like in case of immich)Can we have a table of this sorts filled and added to the readme?
The text was updated successfully, but these errors were encountered: