icloud-photos-downloader / icloud_photos_downloader

A command-line tool to download photos from iCloud
MIT License
6.46k stars 531 forks source link

Shared library downloading #153

Closed carlnorum closed 10 months ago

carlnorum commented 4 years ago

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.

RobertDWhite commented 4 years ago

Would love this feature too.

menkej commented 3 years ago

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?

phenomeus commented 3 years ago

that would be so great to incorporate that into my magic mirror

didusee commented 3 years ago

would like to second that request. :)

ccb056 commented 3 years ago

I'm also looking for this functionality

gregbert42 commented 3 years ago

me too - just came to see if i could find out how to do that.

jon-small commented 2 years ago

Running in a container. Unlike iCloud for Windows, this is awesome software - thanks! Would love to have this feature as well.

wsc96 commented 2 years ago

This would be great. Any progress on this?

aluncoppack commented 2 years ago

@menkej I came across this script (and others that are similar) for accessing shared libraries. Would this help? https://gist.github.com/javiribera/3c1cbb0f2831d42d83bb2473188e3fac

adamcandy commented 2 years ago

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.

editwentyone commented 2 years ago

@adamcandy could you help out with this python script?

all I get is /usr/bin/python: No module named iCloudBd and after googling around I can't get my head around it

the only script that works perfectly right now is this: https://gist.github.com/fay59/8f719cd81967e0eb2234897491e051ec?permalink_comment_id=3985853#gistcomment-3985853

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 2 years ago

@adamcandy could you help out with this python script?

all I get is /usr/bin/python: No module named iCloudBd and after googling around I can't get my head around it

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 cd ./iCloud-PS-Download python -m iCloudBD https://www.icloud.com/sharedalbum/#

epheterson commented 2 years ago

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.

sinnerlolqt commented 1 year ago
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: ***@***.***> 
AndreyNikiforov commented 10 months ago

688