-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A flag to not overwrite existing downloads (only download new photos) #21
Comments
Hmm maybe. But in your specific use-case, doesn't the existing |
|
I'm happy to add whatever functionality is needed to the container. Presumably the IDs are ordered do we only need to take the newest lexicographically? |
Actually, I don't think So ideally, I'd like the flow to be:
Thoughts? *In this concept, since each run is basically idempotent, the meaning of lastdone is different. So the sequence should always start from the first (or pre-set) location ( |
@karan can you redirect
|
I'm hoping this request is still being considered, because it's also useful if you add older photos to your library, or save photos from a shared album into your library that predate |
I am finding that the method to find the oldest photo is not quite working as expected. It doesn't truly go to the oldest place (~2002) for me for some reason.
So what I'm trying is delete the
.lastdone
file and run the tool repeatedly, however, that causes all existing images to be downloaded again even if they exist on disk.I can understand why that would be useful by default (sync changes to existing photos), but it would be nice to have a flag that only downloads new files and ignores the ones that exist on disk.
The text was updated successfully, but these errors were encountered: