Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/makingglitches/GooglePhotoDownload
backup google google-pho google-photos
Last synced: 3 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/makingglitches/GooglePhotoDownload
- Owner: makingglitches
- Created: 2021-04-08T02:31:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T22:45:47.000Z (3 months ago)
- Last Synced: 2024-08-22T00:23:08.598Z (3 months ago)
- Topics: backup, google, google-pho, google-photos
- Language: JavaScript
- Homepage:
- Size: 27.7 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - 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 downloa (JavaScript)
README
# 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 th-e
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.Also there are specific flaws to Google Photos this tries to circumvent usually resulting from partial and or abandoned uploads.
Additionally a free account allows photos to be downloaded as usual because they're just http assets, however calling the restful services can result in throttling which this utility limits.
Everything is stored in a nice neat Sqlite Database where item metadata and user account information is concerned.
A little description about StoreItem
Finished column and DownloadMissingLocal are being modified seperately for a reason.
One prohibits re-download
the other indicates the downloaded file can't be found which can result from a location becoming unavailable or the file being movedthe two do not exclusively get set together.
The program also generates sha256 hashes of every downloaded file.
There is also in the works a seperate subproject this will utilize that simply finds all copies of the same file isolating likely culprits in different locations and tracks them by the specific volume (partition and or disk serial) they reside on.