-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
'Copy to folder', album=folder with symlinks to photos #636
Comments
I've thought about this at length, there are a few things to consider here: 1/ Re-implementing the albums backend is a non-trivial task, It's not undoable, but other issues have higher priority since it already works quite well. Regardless, I'm not against this idea; just that it needs a lot more thought / effort before it can be implemented. |
Ok, understood, thank you for your effort in considering it. |
Even if not implemented with symlinks: copy images to a folder would be very useful. I just had the usecase where I needed to select several photos to share them and wanted to copy them into a folder for sharing. But the only option I get is "move". The current workaround is to download the photos and upload them again into the folder. |
I'd like to comment on that again. I frequently have the use-case that I want to share photos with friends. However, due to them not being able to add the photos to either their own timeline or to other albums/folders when I those with them via an album, I usually prefer copying the photos I've taken into a shared folder. However, I always have to resort to using the Files app for that, which is a bit annoying since I have to copy them from a folder containing more than 10,000 photos/videos, and although the Files app's handing of folders with such amounts of files has improved in the past, it is still nowhere near the smoothness and easiness of handing such an amount of photos and videos with Memories. Hence, I'd like to advocate for the possibility of copying files to a folder as well. |
Same problem here |
Is your feature request related to a problem? Please describe.
If I am right then the albums are realized by entries in the database, managed somehow via the Photos app. I think it is not ideal:
1., if I want to backup my photos including my albums then I need to store the database as well. I think database contains data which can be generated from the photos/videos (except the albums), so it is not optimal that we need to store it in the backup.
2., If I would need to migrate to another platform, then having the albums only in the database might be a problem.
3., we have a dependency with another app
Describe the solution you'd like
Please just add a 'Copy to folder' option beside 'Move to folder' and 'Add to album' options. This new option should offer the selection of an existing folder, please also offer the creation of a new folder. Having a real copy instead of (the default) symlink might be also an option (that might be handy if you would want to edit a photo differently just in one album). 'Copy to folder' would make it possible to have the same photo in more albums (folders) efficiently (via symlinks).
Describe alternatives you've considered
Creating folders with symlinks from albums might be an option also in a backup or data export app.
Additional context
This way we would not break any existing usage/preference and it would be easy to get the data on the file storage consistent with the content (including the albums, without (hidden) content in the database). If this feature is implemented, then I could disable the Photos app (having just one photo related app, which is nicer in my op.) and I would not need the albums at all; we already have share folders and with subfolders we can also keep any kind of hierarchical view of our data.
The text was updated successfully, but these errors were encountered: