takeout-metadata

Crates.iotakeout-metadata
lib.rstakeout-metadata
version0.1.2
sourcesrc
created_at2024-04-24 15:51:07.727452
updated_at2024-06-15 09:34:07.267066
descriptionCLI app for getting the good metadata out of a Google Takeout export
homepagehttps://github.com/aimericsr/takeout-metadata
repositoryhttps://github.com/aimericsr/takeout-metadata
max_upload_size
id1218912
size2,277,836
(aimericsr)

documentation

README

Crates.io MIT licensed

CLI app for re-ordering Google Takeout export

When we do an export via Google Takeout, photos, videos and screenshort are exported with the wrong created date. But each file have a metadata file (.json) that containes this inforamtions. This CLI app traverse a directory to update the metadata of each file with the good one. This support photos(jpg) and videos(mp4).

Install with cargo

cargo install takeout-metadata
Commit count: 1

cargo fmt