8000 Development by jaimetur · Pull Request #492 · jaimetur/PhotoMigrator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Development #492

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

Merged
merged 3 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions help/4-google-takeout.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# <span style="color:green">🗃️ Google Takeout Management</span>

From version 1.0.0 onwards, the Tool can process your Google Photos Takeout files to embed timestamp and GPS data among to other tags within each photo/video found on it.

From version 1.0.0 onwards, the Tool can process your Google Photos Takeout files to fix timestamp, geodata, organize files per year/month, organize assets within album(s) in subfolders, etc...
But also this Feature can handle albums associations, remove duplicates, organize files per year/month, organize assets within album(s) in subfolders, autorename albums, etc...

The CORE of this Feature is the Tool Google Photos Takeout Helper ([GPTH Tool](https://github.com/Xentraxx/GooglePhotosTakeoutHelper) by [TheLastGimbus](https://github.com/TheLastGimbus)/[Wacheee](https://github.com/Wacheee) and v4.x.x by [Xentraxx](https://github.com/Xentraxx))
The CORE of this Feature is the Tool Google Photos Takeout Helper ([GPTH Tool](https://github.com/Xentraxx/GooglePhotosTakeoutHelper) by [TheLastGimbus](https://github.com/TheLastGimbus)/[Wacheee](https://github.com/Wacheee) and v4.x.x by [Xentraxx](https://github.com/Xentraxx)).

Also, GPTH uses internally EXIF Tool to embed EXIF tags inside each photo/video processed.

**PhotoMigrator** already includes embedded both tools GPTH and EXIF Tool, so you don't need to install any additional software to use them.

In the folowwing link you can find the [Complete Pipeline and features of GPTH Tool](https://github.com/jaimetur/PhotoMigrator/blob/main/help/gpth_process_explanations/00_GPTH_complete_pipeline.md).

You can find in the folowwing link the [Complete Pipeline and features of GPTH Tool](https://github.com/jaimetur/PhotoMigrator/blob/main/help/gpth_process_explanations/00_GPTH_complete_pipeline.md).

## Process Explained

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This pipeline executes the 8 processing steps in their fixed order:
5. Write EXIF - Embed metadata into files - [doc](https://github.com/jaimetur/PhotoMigrator/blob/main/help/gpth_process_explanations/05_GPTG_write_EXIF_data.md)
6. Find Albums - Merge album relationships - [doc](https://github.com/jaimetur/PhotoMigrator/blob/main/help/gpth_process_explanations/06_GPTH_find_and_merge_album_relationships.md)
7. Move Files - Organize files to output structure - [doc](https://github.com/jaimetur/PhotoMigrator/blob/main/help/gpth_process_explanations/07_GPTH_move_files_to_output_folder.md)
8. Update Creation Time - Sync timestamps (Windows only) - [doc]()
8. Update Creation Time - Sync timestamps (Windows only) - [doc](https://github.com/jaimetur/PhotoMigrator/blob/main/help/gpth_process_explanations/08_GPTH_update_creation_time_windows_only.md)

Each step checks configuration flags to determine if it should run.

Expand Down
0