Skip to content

alfeg/takeoutfixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Takeout Timestamps Fixer

Problem

Google Takeout files have timestamps at the time when Takeout were requested.

Solution

Update all files timestamps according to EXIF data or json metadata provided by Google

Prerequisites

.Net 8 SDK installed - https://dot.net

How to use

  1. Checkout Repo
  2. dotnet run --dir <Directory with extracted Google Photos>

Usage

DESCRIPTION:
Fix files timestamps according to EXIF or Google json metadata

USAGE:
    takoutfixer [OPTIONS]

OPTIONS:
    -h, --help         Prints help information
        --dir          Directory with Google Takeout Data
        --dry          Dry run - output affected files list, don't change anything
    -s, --skip-exif    Skip EXIF data, only use json metadata

About

Fix Google Takeout photos/videos timestamps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages