Okay, heeeeelp, how the fuck am I supposed to upload almost 230k photos from iCloud Photos to my NAS?
-
Okay, heeeeelp, how the fuck am I supposed to upload almost 230k photos from iCloud Photos to my NAS?
- Keeping all metadata and original files (HEIC, HEVC, HEIF, etc)
- Keeping live photos videos
Considering that:
- Without using immich app because it's buggy as fuck and completely shits itself after a few uploads thousand
- Without using the nextcloud app because it removes metadata from videos when autouploading
- Without using iCloud Takeout because not only that separates all metadata from the files with the sole purpose of making your life harder requiring some script to fix which apparently only works on mac, but also that would require me to download God knows how many zips from Apples website totaling almost 3TB
Someone help should I just accept that I'll just lose 230k pictures because no one seems to make a software that works properly???
-
For the initial bulk uploads to Immich, I used the immich-go tui, which I needed to run a few times. But it did ir.
So you ran it from a downloaded iCloud Takeout? Not sure if I can expect that downloading a 2.1TB zip file (or 210 10GB zip files or something) from the Apple website will work...
Also, won't immich-go duplicate the files?
from-icloud: Another specialized command that handles the complexity of an iCloud Photos takeout, correctly identifying creation dates and album structures from the included CSV files.
I wonder if it can get the rest of the metadata too...
-
For the initial bulk uploads to Immich, I used the immich-go tui, which I needed to run a few times. But it did ir.
So you ran it from a downloaded iCloud Takeout? Not sure if I can expect that downloading a 2.1TB zip file (or 210 10GB zip files or something) from the Apple website will work...
Also, won't immich-go duplicate the files?
from-icloud: Another specialized command that handles the complexity of an iCloud Photos takeout, correctly identifying creation dates and album structures from the included CSV files.
I wonder if it can get the rest of the metadata too...
@luana @neil I used https://github.com/steilerDev/icloud-photos-sync to download all my photos from iCloud because the iCloud GDPR Export sucks. Hope that helps.
-
@luana @neil I used https://github.com/steilerDev/icloud-photos-sync to download all my photos from iCloud because the iCloud GDPR Export sucks. Hope that helps.
-
Okay, heeeeelp, how the fuck am I supposed to upload almost 230k photos from iCloud Photos to my NAS?
- Keeping all metadata and original files (HEIC, HEVC, HEIF, etc)
- Keeping live photos videos
Considering that:
- Without using immich app because it's buggy as fuck and completely shits itself after a few uploads thousand
- Without using the nextcloud app because it removes metadata from videos when autouploading
- Without using iCloud Takeout because not only that separates all metadata from the files with the sole purpose of making your life harder requiring some script to fix which apparently only works on mac, but also that would require me to download God knows how many zips from Apples website totaling almost 3TB
Someone help should I just accept that I'll just lose 230k pictures because no one seems to make a software that works properly???
@luana
https://github.com/IsmaeelAkram/icloud-linux might help. I don't have any iCloud knowledge but a fuse filesystem was my first thought.I'd aim to dump it into a physical drive and then copy from that into your final storage location. That way you don't have to go back to iCloud
-
Okay, heeeeelp, how the fuck am I supposed to upload almost 230k photos from iCloud Photos to my NAS?
- Keeping all metadata and original files (HEIC, HEVC, HEIF, etc)
- Keeping live photos videos
Considering that:
- Without using immich app because it's buggy as fuck and completely shits itself after a few uploads thousand
- Without using the nextcloud app because it removes metadata from videos when autouploading
- Without using iCloud Takeout because not only that separates all metadata from the files with the sole purpose of making your life harder requiring some script to fix which apparently only works on mac, but also that would require me to download God knows how many zips from Apples website totaling almost 3TB
Someone help should I just accept that I'll just lose 230k pictures because no one seems to make a software that works properly???
@luana i think most of these software things assume you have a mac device to begin the upload on because that's the only way to reasonably get access to the full image library
-
Okay, heeeeelp, how the fuck am I supposed to upload almost 230k photos from iCloud Photos to my NAS?
- Keeping all metadata and original files (HEIC, HEVC, HEIF, etc)
- Keeping live photos videos
Considering that:
- Without using immich app because it's buggy as fuck and completely shits itself after a few uploads thousand
- Without using the nextcloud app because it removes metadata from videos when autouploading
- Without using iCloud Takeout because not only that separates all metadata from the files with the sole purpose of making your life harder requiring some script to fix which apparently only works on mac, but also that would require me to download God knows how many zips from Apples website totaling almost 3TB
Someone help should I just accept that I'll just lose 230k pictures because no one seems to make a software that works properly???
@luana I used this guide and it went smoothly: https://couteausuis.se/tinkering/2023/10/13/migrate-apple-photos-to-immich/
They use osxphotos for the Apple side and immich-go for the Immich upload.
Make sure, if you’re using a reverse proxy to access Immich, that you aren’t hitting an artificial upload size limit. That happened to me with Traefik until I disabled the limit.
-
Okay, heeeeelp, how the fuck am I supposed to upload almost 230k photos from iCloud Photos to my NAS?
- Keeping all metadata and original files (HEIC, HEVC, HEIF, etc)
- Keeping live photos videos
Considering that:
- Without using immich app because it's buggy as fuck and completely shits itself after a few uploads thousand
- Without using the nextcloud app because it removes metadata from videos when autouploading
- Without using iCloud Takeout because not only that separates all metadata from the files with the sole purpose of making your life harder requiring some script to fix which apparently only works on mac, but also that would require me to download God knows how many zips from Apples website totaling almost 3TB
Someone help should I just accept that I'll just lose 230k pictures because no one seems to make a software that works properly???
@luana @selfhosting If you have a Mac, look into Parachute. It’ll copy your iCloud Photos to a NAS as a backup. I’d guess if you want to use immich, you’d just import from there.
-
@luana
https://github.com/IsmaeelAkram/icloud-linux might help. I don't have any iCloud knowledge but a fuse filesystem was my first thought.I'd aim to dump it into a physical drive and then copy from that into your final storage location. That way you don't have to go back to iCloud
@bigolewannabe That seems to be for icloud drive, not icloud photos
-
@luana @selfhosting If you have a Mac, look into Parachute. It’ll copy your iCloud Photos to a NAS as a backup. I’d guess if you want to use immich, you’d just import from there.
@Aaron I could use a macOS VM if it doesn't require downloading everything to the VM itself at the same time
-
@luana I used this guide and it went smoothly: https://couteausuis.se/tinkering/2023/10/13/migrate-apple-photos-to-immich/
They use osxphotos for the Apple side and immich-go for the Immich upload.
Make sure, if you’re using a reverse proxy to access Immich, that you aren’t hitting an artificial upload size limit. That happened to me with Traefik until I disabled the limit.
@deancommasteven That'd require me to have a mac device with at least like 2TB of free storage
-
@Aaron I could use a macOS VM if it doesn't require downloading everything to the VM itself at the same time
@luana I’m not sure about how much space parachute needs to use for downloads. But it may be worth a shot to try.
-
@luana i think most of these software things assume you have a mac device to begin the upload on because that's the only way to reasonably get access to the full image library
@niko I could use a macOS VM if it doesn't require downloading everything to the VM itself at the same time. Otherwise it'd require me to have a mac with at least 2TB free storage
-
@niko I could use a macOS VM if it doesn't require downloading everything to the VM itself at the same time. Otherwise it'd require me to have a mac with at least 2TB free storage
@luana yeah it requires it on disk usually since then the images are stored in an easily accessible database
-
Okay, heeeeelp, how the fuck am I supposed to upload almost 230k photos from iCloud Photos to my NAS?
- Keeping all metadata and original files (HEIC, HEVC, HEIF, etc)
- Keeping live photos videos
Considering that:
- Without using immich app because it's buggy as fuck and completely shits itself after a few uploads thousand
- Without using the nextcloud app because it removes metadata from videos when autouploading
- Without using iCloud Takeout because not only that separates all metadata from the files with the sole purpose of making your life harder requiring some script to fix which apparently only works on mac, but also that would require me to download God knows how many zips from Apples website totaling almost 3TB
Someone help should I just accept that I'll just lose 230k pictures because no one seems to make a software that works properly???
Trying this now, metadata seems complete!
Hope this works completely...
Apparently it'll need me to do one for the PrivateSync library and one for SharedSync, whatever are those (probably family shared library and personal one?)
https://github.com/icloud-photos-downloader/icloud_photos_downloader
-
@bigolewannabe That seems to be for icloud drive, not icloud photos
@luana
Oh. Sorry. -
-
@deancommasteven That'd require me to have a mac device with at least like 2TB of free storage
@luana You can export to a mounted network device. Sorry if I missed it though, do you not have a Mac available? With just an iPhone I’m not sure how else to get them that you haven’t tried.
-
Trying this now, metadata seems complete!
Hope this works completely...
Apparently it'll need me to do one for the PrivateSync library and one for SharedSync, whatever are those (probably family shared library and personal one?)
https://github.com/icloud-photos-downloader/icloud_photos_downloader
Yeah, icloud-photos-downloaded worked well and is definitely the only way to do this initial upload. Re-enabled ADP now.
I’m now using only external libraries on immich, one for those and one for auto upload. For the auto upload, I’m trying using nextcloud to upload to an external folder that’s also imported on immich as an external library, let’s see if that works.
Nextcloud doesn’t seem to be actually removing the metadata from the videos, that was just a handful of old videos that seemingly lost their metadata when my father duplicated (maybe to take clips out of them? Idk) them.
-
Yeah, icloud-photos-downloaded worked well and is definitely the only way to do this initial upload. Re-enabled ADP now.
I’m now using only external libraries on immich, one for those and one for auto upload. For the auto upload, I’m trying using nextcloud to upload to an external folder that’s also imported on immich as an external library, let’s see if that works.
Nextcloud doesn’t seem to be actually removing the metadata from the videos, that was just a handful of old videos that seemingly lost their metadata when my father duplicated (maybe to take clips out of them? Idk) them.
This is what I used to run icloudpd, if anyone needs it. If using --xmp-sidecar you’ll also need to use a patched version of the program: https://github.com/icloud-photos-downloader/icloud_photos_downloader/pull/1290
icloudd(){icloudpd --size original --live-photo-size original --xmp-sidecar --set-exif-datetime --live-photo-mov-filename-policy original --align-raw original --file-match-policy name-id7 --password-provider console --mfa-provider console --notification-script /root/ntfy-icloudpd-2fa.sh --directory /mnt/pool1/PersonalFiles/Media/iCloud-dl --library PrimarySync -u 'email@example.com' || icloudd}; iclouddRun with --list-libraries so you can see all your libraries other than PrimarySync, you’ll have a second one if you have a shared iCloud library. Run that command one (or as many times as needed to completely succeed) time for each library.