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

Queue in DB not considered while jobs still running #59

Open makingglitches opened 2 years ago

makingglitches commented 2 years ago

Add logic to check the number of items in the DB queue that have not yet been loaded when the mem queue is empty to process jobs more quickly.

Otherwise waits till all downloads are finished then reads another x number of rows from DB