TheLastGimbus / GooglePhotosTakeoutHelper

Script that organizes the Google Takeout archive into one big chronological folder
https://aur.archlinux.org/packages/gpth-bin
Apache License 2.0
3.47k stars 176 forks source link

Feature: Option to include JSON no matter what #280

Closed hecon5 closed 4 months ago

hecon5 commented 5 months ago

It would be nice if a JSON output was provided no matter what (like option 3 when deciding what to do with albums). If I've missed it, let me know!

TheLastGimbus commented 5 months ago

What would be the difference then besides... just leving the takeout as-is? Fixed last-modified dates?

If think you can achive what you want with something like:

  1. Use gpth with one-big-folder mode
  2. Find all .json files in og takeout (with windows file explorer or something, or terminal)
  3. Select all and copy to output folder - cp **/*.json output/folder/

Sounds good?

MadeByPP commented 4 months ago

I feel like this is exactly the same as the Takeout feature in Google Photos.

TheLastGimbus commented 4 months ago

Yeah no response or explanation so closing for now, but feel free to write again