The parameter --watch-with-interval cannot download the latest photos. For example, I added 3 new photos to my icloud, and --watch-with-interval was set to 3600 seconds. After every hour, the program can detect that there are 3 new photos, but it tries to download the oldest 3 photos. As a result, the local files already exist.
I tried to use --until-found and --recent, but found that limiting the number caused bigger problems. For example, I set --until-found 100. After running, the program tried to download my latest 100 photos for the first time. After 3600 seconds, the program did not retry to download the latest 100 photos, but tried to download the latest 100~200 photos. The same problem occurred with --recent.
I just want it to download my latest icloud photos every time --watch-with-interval
The parameter --watch-with-interval cannot download the latest photos. For example, I added 3 new photos to my icloud, and --watch-with-interval was set to 3600 seconds. After every hour, the program can detect that there are 3 new photos, but it tries to download the oldest 3 photos. As a result, the local files already exist.
I tried to use --until-found and --recent, but found that limiting the number caused bigger problems. For example, I set --until-found 100. After running, the program tried to download my latest 100 photos for the first time. After 3600 seconds, the program did not retry to download the latest 100 photos, but tried to download the latest 100~200 photos. The same problem occurred with --recent.
I just want it to download my latest icloud photos every time --watch-with-interval