-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
add support for shared library #156
Conversation
# Conflicts: # src/config_parser.py # src/sync_photos.py
Couple of observations:
To handle this, I am thinking of providing
Now with so many options in the config file, especially for @tymmej does this approach look okay? |
Looking at Shared Library at iCloud.com there's info "Albums are not yet supported on iCloud.com" so I have hope that it will change in future. Currently I'm using same docker image with two
(I ignore and for shared:
I'm providing different path for As you can see I'm not fan of downloading both libraries with same
In future I'll hope there will be possibility to sync both libraries to same path on disk with |
PR tasklist
|
Rebase failed
Requires https://github.com/mandaron/icloudpy/pull/33
There's no support for albums in shared libraries - it looks like problem on API side. Same info is on iCloud.com in browser.
To use shared library there's new config option
library
. Value is id of library or key can be omitted if default.Due to fact that albums are not supported only
all_albums: false
works.