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 sqlite backend #24

Closed makingglitches closed 3 years ago

makingglitches commented 3 years ago

Add BOS layer that performs modifications to items, after migrating them to itemstore in sqlite database. would be easier to do this if you f-ing people would stop stealing my code and assuming I'm done with it.

makingglitches commented 3 years ago

Added migration script, added blank template. Removed json read and write.