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

Add code to mark partition offline as a status rather than 'downloadmissinglocal' when the device is offline. #56

Open makingglitches opened 2 years ago

makingglitches commented 2 years ago

Migrating to a matching entry per existing entry of a specific file, there should be logic to check if a file is only 'missing' because a device is disconnected.

Also should define path relative to that device.

Which means ImageDirectories needs updated to reflect this. Should also contain a partition UUID field.

makingglitches commented 2 years ago

required for #55