-
Notifications
You must be signed in to change notification settings - Fork 17
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
Suggesting reading metadata from json file #110
Comments
Hi @itsdapi, Here is some input for you to resolve this issue on your side: |
@itsdapi thanks for the interesting request. |
Hi, I uploaded some examples The JSON file is right next to the original photos with the same file name but an extra JSON ext suffix. In my case, there are usually two types of photos, one is shot with a camera that contains most of the metadata in photos themselves, and another one is coming from somewhere and contains no metadata at all. In this case, JSON file would only contain the date that was uploaded to Google Photo or the date it was created. Because the second type of photo doesn't contain metadata at all, so nextcloud treated its date as the date when it was downloaded (in my case most of the photos are stuck together). Using the metadata to separate would be nice. |
Sorry for the late reply. I know the best way to do this is by combining the JSON file with the photos themselves, but I can not find any useful tools that can handle this (I have tried a few and coded it by myself, but no luck doing it all perfectly). So I was thinking loading the JSON file would be a valid solution. |
@itsdapi loading metadata from the corresponding JSON file seems doable, but that metadata would be displayed in the sidebar tab, i.e. I'm not sure what can be done regarding this part:
|
yeah, sounds a little bit tricky. |
@itsdapi I wouldn't mind to integrate with Nextcloud more deeply, but I doubt if they have a well-documented API for that, so yes, seems tricky. |
@itsdapi I believe this function is already available in the 'memories' app. It has some sort of 'ingest' function to merge the json metadata back into the origin files. I haven't used it personally though, so ymmv. |
I export my Google photo and it comes with not just the photo but a JSON file that contains most of the data. The photo contains no metadata. Is there a way to read metadata from that JSON file?
The text was updated successfully, but these errors were encountered: