-
Notifications
You must be signed in to change notification settings - Fork 573
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
--only-print-filenames option displays filenames of files that have already been downloaded #200
Comments
Strange... Not all the files, p.e. |
It just never sees the files even through they are already downloaded, just looks like this:
|
Ok, I have a fix for that ready, but need to clean up my fork until I can submit a pull request, first. Might take some days, but I think this issue is not so serious. Thanks for pointing it out! |
Awesome. Thanks. I'm in no rush for you to submit the PR... In my container, I use the output of the Once your PR is merged, I'll remove the verification check from my script. |
- live photos were printed, even though already downloaded
@boredazfcuk what is the reason to check separately from downloading (==two phase approach)? If there are no new files, single- and two-phase approaches will result in the same behavior and speed. If there are new files, then two-phase approach will require pulling list of files from icloud and checking disk twice, so it is slower and more work. I am definitely missing something... |
- live photos were printed, even though already downloaded
The reason I was checking separately from downloading was due to this issue, which I hit quite a bit: #163 The single-phase approach always detects new files. Attempting to download all 800+ files in my photo stream was quite time consuming. I presumed that this would also increase load on the Apple server due to it checking 800+ files. In the two-phase approach, retrieving the list of files using Once I'd implemented this, it resulted in fewer |
fixes #200, --only-print-filenames (again)
Hi,
I've noticed that if you use the
--only-print-filenames
option to display the list of files that will be downloaded, it shows files which are already on disk:This option should return an empty list if all files are already downloaded. However, it does not.
I've noticed that all of the above files are 'Live Photos', if that helps?
Thanks.
The text was updated successfully, but these errors were encountered: