-
Notifications
You must be signed in to change notification settings - Fork 579
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
Shared library downloading #153
Comments
Would love this feature too. |
Good idea. Actually I dunno how the iCloud API handles shared albums. Obviously they're not treated like regular albums, otherwise "--list-albums" would get them. Does anyone have insights on that? |
that would be so great to incorporate that into my magic mirror |
would like to second that request. :) |
I'm also looking for this functionality |
me too - just came to see if i could find out how to do that. |
Running in a container. Unlike iCloud for Windows, this is awesome software - thanks! Would love to have this feature as well. |
This would be great. Any progress on this? |
@menkej I came across this script (and others that are similar) for accessing shared libraries. Would this help? https://gist.github.com/javiribera/3c1cbb0f2831d42d83bb2473188e3fac |
I looked at this project a while ago -- when it hosted on @ndbroadbent's GitHub account -- and in the end went for a different approach to manage photos, mainly since it could not handle shared albums. Still, it looks really interesting, and I'd take a look again if I move to depending on iCloud photos more. For shared albums I use VMannello/iCloud-PS-Download.git which works really well. There is a caveat, in that you need to enable web-sharing in the shared album options and then use the provided URL. I recommend taking a look at this as a suggestion of how to get this working for shared albums. I have an extended version which reads a config file for multiple shared albums and additionally uploads a backup to Google Photos using |
@adamcandy could you help out with this python script? all I get is the only script that works perfectly right now is this: https://gist.github.com/fay59/8f719cd81967e0eb2234897491e051ec?permalink_comment_id=3985853#gistcomment-3985853 |
worked for me: git clone https://github.com/VMannello/iCloud-PS-Download.git |
I think this is actually tracking shared albums and not shared libraries. In iOS 16 a new feature called shared libraries was released which behaves differently. Going to file a new ticket. |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
code
{mso-style-priority:99;
font-family:"Courier New";}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Unsubscribe not working lost 2fa to other account please remove me Sent from Mail for Windows From: Adam CandySent: Thursday, March 31, 2022 8:45 AMTo: icloud-photos-downloader/icloud_photos_downloaderCc: SubscribedSubject: Re: [icloud-photos-downloader/icloud_photos_downloader] Shared library downloading (#153) I looked at this project a while ago -- when it hosted on @ndbroadbent's GitHub account -- and in the end went for a different approach to manage photos, mainly since it could not handle shared albums. Still, it looks really interesting, and I'd take a look again if I move to depending on iCloud photos more.For shared albums I use VMannello/iCloud-PS-Download.git which works really well. There is a caveat, in that you need to enable web-sharing in the shared album options and then use the provided URL. I recommend taking a look at this as a suggestion of how to get this working for shared albums. I have an extended version which reads a config file for multiple shared albums and additionally uploads a backup to Google Photos using google_auth_oauthlib and google libraries.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Feature request: allow downloading of images from shared libraries. When I use
--list-albums
I get a bunch of stuff, but none of the shared libraries are in the list.The text was updated successfully, but these errors were encountered: