-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Archive older than XX days, continue syncing most recent #284
Comments
That's a really interesting idea! I'd have to think about the implications of this, because currently archiving logic is handled on an album level (either an album is archived or it isn't, which decides if it's considered for syncing or not) and the 'All Photos' album has no understanding of archives. The logic is there for deleting assets and I'm pulling the date metadata of the asset,
Let's work all of this out and then have a think about how to implement it - the folder syncing logic is generally a piece of the app that's kind of janky anyway so I wouldn't mind a rework 😅 Generally speaking this could definitely be an alternative option to the current archiving model (but would not replace it) because:
|
Yeah, interesting challenges here. I understand that "archive" is to remove from remote and move to a new location in local. Let's put that on a shelf for a second. Perhaps this is all to expand on the "sync" capabilities, then.
Just kinda talkin' out loud. Am I making sense with this direction or does it add complications? |
While I also like a good configuration option, I think we need to be careful to not overload the application. Many options might lead to unexpected behaviour (maybe because of bugs or maybe because of confusion around the interaction when combining some options). I do like
This one might be very tricky - because I would need to figure out how uploading works (which I tried to avoid so far :D ) |
Independently, I think we sooner or later need to change the library structure. I'll be adding a metadata file soon - so the library is 'versioned' allowing an upgrade somewhere in the future. |
I've created a separate issue (#354) to explain my proposal for a new library version that should resolve this issue. Would therefore love to get your feedback on there. |
This is obviously more of a feature request or improvement. I am curious if it's possible to combine the idea of archiving and syncing in order to reduce the number of photos in iCloud Photos but maintain the local library in perpetuity. Photos older than XX days would be "archived" but a sync action would happen for photos newer than that. This would apply to all albums and all photos. It would be helpful to have all "archived" and synced photos in the same folder, not a separate ones.
My hope is to reduce the number of photos in iCloud Photos (I have 83,000+) but keep the most recent photos on my phone (something like 90 days). If all photos are in the same folder, regardless if they're in iCloud Photos or not, I could connect the local library to another app, such as Photo Prism, to browse my entire library.
Just a thought! Cheers.
The text was updated successfully, but these errors were encountered: