makingglitches / GooglePhotoDownload

Connects to Google Photos and downloads all content, keeping track of original data on disk and moving files only on the computer and already on server to respective directories, and tries to download the entire collection and store size info for quicker startup as well as original file sizes of those on disk, downloading the files still on disk first so they can be freed up. Supports multiple user accounts. Its just a better mousetrap. Google Takeout prepares whole archives of photos, this allows you to download them separately and keep track of some statistics as well on space usage.
6 stars 4 forks source link

Yet fucking again in my sisyphean task. Change moving portion of initial process to use the faster updatesize behavior #41

Closed makingglitches closed 2 years ago

makingglitches commented 3 years ago

Update code in async function MoveOriginalsUpdateStore()

to use the sizequeue functionality and freeze other operations till this is done. so.. some spaghetti code. great.

makingglitches commented 2 years ago

is up and running, refactored code to have multiple await queues for different functions, download finishes very quickly now.