Code Monkey home page Code Monkey logo

immich-takeout's Introduction

Import Google Takeout to Immich

Import a Google Takeout tar file into Immich

This tool updates the EXIF data from your images and uploads the resulting images to Immich directly without having to extract and use external tools to modify them.

Pre-work: Google takeout

Please export your Google Photos images using Google Takeout. Select tar files (not zip).

Download all the files

Pre-work: Un-gzip the tars

After downloading the files, they will be .tgz files (ie. compressed with gzip). To make this tool faster, please un-gzip the tars first. Don't worry, the overall size will be basically the same, as we are talking about images here, so they didn't really get compressed anyway.

gunzip -k *.tgz

Explanation: The metadata .json files in the archives are not always in the same place as the photo/video. To avoid having to

Running

Run this tool with the API information, and pass it all the tar files as arguments.

python main.py --api-key XXX --api-url https://xxx/ *.tar

immich-takeout's People

Contributors

mic159 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.