Skip to content

Suggesting reading metadata from json file #110

@itsdapi

Description

@itsdapi

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?

{
  "title": "IMG_1411.HEIC",
  "description": "",
  "imageViews": "0",
  "creationTime": {
    "timestamp": "1682922142",
    "formatted": "2023年5月1日 UTC 06:22:22"
  },
  "photoTakenTime": {
    "timestamp": "1664348988",
    "formatted": "2022年9月28日 UTC 07:09:48"
  },
  "geoData": {
    "latitude": 22.05xxxx33,
    "longitude": 111.76xxxx89,
    "altitude": 27.524xxxxx30539,
    "latitudeSpan": 0.0,
    "longitudeSpan": 0.0
  },
  "geoDataExif": {
    "latitude": 22.05xxxx33,
    "longitude": 111.76xxxx89,
    "altitude": 27.524xxxxx30539,
    "latitudeSpan": 0.0,
    "longitudeSpan": 0.0
  },
  "url": "https://photos.google.com/photo/AF1QxxxxxxxxxxxxxxxxxBs5xxxxxxxwv5W",
  "googlePhotosOrigin": {
    "mobileUpload": {
      "deviceType": "IOS_PHONE"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions