Leveraging the free 5GB iCloud storage #795
Replies: 6 comments 12 replies
-
I am not following the logic here. If users want to keep Apple iCloud free tier, they need to keep cleaning it. Either automatically with icloudpd I am not familiar with nextcloud. If it has capability to mount storage as local folder, than that folder can be specified as destination for icloudpd. |
Beta Was this translation helpful? Give feedback.
-
IIUC When you choose to synchronize iPhone camera roll with iCloud, then removing from either iPhone or iCloud, will delete in both places. That is Apple behavior and has nothing to do with icloudpd (icloudpd mimics/emulates web access to iCloud.com and cannot do anything that is not supported by icloud.com web interface). You can test that behavior yourself on any account. |
Beta Was this translation helpful? Give feedback.
-
Right, so do you have almost no photos/videos stored in the Photos app on your phone?
If you want to show a photo to a friend or whatever, what do you do? Just open Nextcloud app and do it there instead?
How do you find that day to day? Photos is obviously a much smoother experience browsing photos than Nextcloud, and I worry that using only Nextcloud would be quite awkward?
…----- Original message -----
From: "boredazfcuk - notifications at github.com" ***@***.***>
To: "icloud-photos-downloader/icloud_photos_downloader - icloud_photos_downloader at noreply.github.com" ***@***.***>
Cc: semiligneous ***@***.***>, "Comment - comment at noreply.github.com" ***@***.***>
Subject: Re: [icloud-photos-downloader/icloud_photos_downloader] Leveraging the free 5GB iCloud storage (Discussion #795)
Date: Thursday, 30 May 2024 03:08
In my container, I have added the capability to upload files to a Nextcloud server. Syncing deletes is a setting which needs to be enabled.
So icloud-photos-downloader downloads all your pictures, uploads them to a Nextcloud server, then when you delete stuff from icloud, these deletions are not sync'd to Nextcloud.
This means you have to manually delete all the crap photos from Nextcloud, but it also means that's you can clear everything off your phone and the photos will remain on your Nextcloud server.
—
Reply to this email directly, view it on GitHub <#795 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOYQN4LLWGIOWSI4JNXJAN3ZEYDSVAVCNFSM6AAAAABD4NGO7SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKOJWGQYTI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
One option to limit size of the icloud would be to sync using moving window, say, last 30 days, and delete from icloud anything older than 30days. That way local collection will grow, but icloud/photos will be limited to last 30days. "Moving window" can be extended to include favorites, or assets in albums, or any other criteria, to keep old, but valuable photos on devices and in icloud for easy access. |
Beta Was this translation helpful? Give feedback.
-
Got it, understood! Yes that would probably be a solution - if the features already existed I would be tempted to have a play with it and see if it worked. I’m not sure I would be comfortable asking you or someone to build it out though - I’m not 100% sure it’s what I want to do right now so don’t want to waste your time and resources on something I may not end up using!
…----- Original message -----
From: "Andrey Nikiforov - notifications at github.com" ***@***.***>
To: "icloud-photos-downloader/icloud_photos_downloader - icloud_photos_downloader at noreply.github.com" ***@***.***>
Cc: semiligneous ***@***.***>, "Comment - comment at noreply.github.com" ***@***.***>
Subject: Re: [icloud-photos-downloader/icloud_photos_downloader] Leveraging the free 5GB iCloud storage (Discussion #795)
Date: Thursday, 30 May 2024 12:46
I was validating if proposed solution solves your problem, but I did not clarify that proposed solution will need extra development, specifically, support for new filters.
—
Reply to this email directly, view it on GitHub <#795 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOYQN4N3G4JDXAH2C7UKBKDZE2HHLAVCNFSM6AAAAABD4NGO7SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMMBQGI3DS>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Being able to leverage the free 5GB of iCloud that is given to every iPhone user would be very helpful in converting iPhone users to Nextcloud. Right now Nextcloud iOS app for auto uploading works terribly. Transferring photos to Nextcloud from iCloud with minimal user interactions is an ideal solution. So yes, if something can be setup that will help the script keep as many photos as possible in iCloud (so they can be seen/worked with in the native iOS photos app) to keep it just under the 5GB limit, this would be great. If a user needs something much older than what is in that current 5GB space (therefore in the iOS photos app) they could just open up their Nextcloud app and find the older content there. The majority of iPhone users are typically dealing with more recent photos and not so often are looking for older content. |
Beta Was this translation helpful? Give feedback.
-
Many of the iOS clients such as Nextcloud work horribly for backgroup uploads. If you read on the iOS github for the Nextcloud IOS client, you'll see pages and pages of problems... Basically, the client will not upload in the background properly due to bogus Apple limitations. I've heard that some apps like Amazon photos and Google photos work better but there are some users who do not want to pay for those services either.
Been thinking to leverage the free 5GB storage that every iPhone owner has to use for the background uploading. In this scenerio say we have a user who has their 5gB free storage and does not want to pay Apple for a paid tier level. On their phone they have say 200GB of photos and videos they want to sync with their nextcloud account painlessly without connecting to a computer, using the horrible nextcloud IOS app, etc. They want them to magically sync in the background.
User
Phone using as normal, taking pics, etc.
Phone is uploading to their free 5GB iCLoud storage
ICPD pulls newly uploaded photos and sends them to the user's nextcloud account. As each photo is downloaded, command is sent to delete it from user's iCloud account - this way the 5gb storage never fills up.
Problem, if command is sent to delete from iCloud by ICPD, then the photo is also deleted from the user's iCloud photo gallery. Many users do not want this behavior. They want the photos to remain in their photo gallery until they choose to delete them even if they have been deleted from their iCloud account. The only want to do this is to disable iCloud uploading which defeats the whole process.
Any ideas of a way around this? If the nextcloud IOS client actually worked correctly for background uploading of photos and videos, this would not be an issue but it seems that the only practical way to have a guaranteed background upload of photos and videos by the user's iPhone is to go through iCloud and then use ICPD to sync with their Nextcloud account.
Beta Was this translation helpful? Give feedback.
All reactions