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

0.75 Bug: force compute hash is not working under certain circumstances #63

Closed makingglitches closed 2 years ago

makingglitches commented 2 years ago

After running against a new database and moving files, there were a lot of uncomputed hashes in the local db. Click force compute once file locations were repointed did nothing.

many items were also missing download sizes.

resolve and see what the development version is currently doing.

makingglitches commented 2 years ago

downloadmissinglocal in markmissinglocal function of itemstore is using the old column name "missinglocal"

makingglitches commented 2 years ago

this persists into dev version.

makingglitches commented 2 years ago

fixed.