-
Notifications
You must be signed in to change notification settings - Fork 22
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
Third-party app access support + Better Setup Documentation #134
Comments
Seems like Gmail put your mail in spam. Anyway, I will try to answer this here. I see the request feature is restore some photos from server archive to phone's gallery. Another user suggested the same feature in #128 from a different use case. My answer to this is still 'Not Planned' now, if not never. You can refer to #128 for my position on implementation of this feature. Having said that, there is a work around for your particular use case. a long time user @steviehs had made a scripts to automate the process exactly as you want it to be. Please take a look at it and we can continue this discussion.
I don't quite understand these, aren't those photos you shared to these social network been uploaded to their severs? Why you still need a copy of them in your phone in order to keep them shown on the web? |
I still don't get why you do not wanna build it in a way that it is usable for normal users as well. |
Ok, I'm going to split this answer up as there is just too much mixed up here. Point 1, restore photos as in #128The issue of changing devices and therefore viewing already uploaded images should really be addressed. This is not an uncommon UseCase. Many people change their devices every year or two. Should these people all no longer have access to their already uploaded images? Point 2, Uploaded images in the Gallery/Thirtparty AppsImages that I have uploaded, I most likely do not want to keep on my phone. Simply if only to save memory. LesPas uses NextCloud to back up the images to the server. That's fine. However, I still want to be able to see the pictures on the phone. Point 3, Why an album?For photo enthusiasts this may seem like sacrilege, but for the majority of users out there it is reality. People want to have as little work as possible with their photos. This is why the automatic creation of "albums" or the assignment of pictures is so popular. Everyone you know uses Google's or Microsoft's AI features, for example, to sort and assign their images. Almost no one does it themselves anymore. Most users simply don't care how the images are stored on the server in the process. I used to work for a very large photo company and I know all these discussions about albums and how much work users want to put into their photos. 90+% don't want to have any work with it at all. Meanwhile even whole photo books are printed, which are completely created by AI. I hope I have explained the UseCases well. If anything is unclear, I can try again. |
The answer is No. I like the idea of making album. If not for this idea, I would not spend so much time in making Les Pas. I would end up with Syncthing a long time ago. I would recommend you try Syncthing too, if all your care is the gallery, I believe it covers all your needs. |
I like albums as well, nobody said you should remove albums... Your answer does not address any of the 3 points made by Moccassins and i greatly agree with the first 2 points. Have a nice day. |
I have also made my point very clear if you care to read. If your requirement is backup and restore, syncthing will cover it nicely. Forking this repo will do benefit to open source for sure. |
No you ignored every single point that was made (you should care to read) and somehow managed to think we suggested that you should remove albums. I don't want to discuss with you again as it is a very hard thing to do i just wanted to give my advice and my thoughts because i think this could be a lovely app but i cannot stand this stuff. Bye |
I never think you were suggesting removing album. I'm merely suggesting user should go with a more proactive way to manage their photos, which is making albums, rather than dumping all their stuff in a garage and rely on some AI to sort them out. |
@Moccassins your point 1 and point 2 seems to be similar requirement, which if I may, I would summarize as Archive Management. If you follow Les Pas's development long enough, you would know that user could browse and search on server archive in the past releases. I scrape that in the latest version because a new UX of Gallery management was introduced. I found it not ideal to blend the Archive view and Gallery view together like they did in the past. A new Archive Management feature is under development, you would expect browsing, searching and some other stuff. Regarding your point 3, I'm already retired, Les Pas is a pet project for me to kill my time. Considering I will never gonna monetizing it (even if I do, Les Pas should be the last one in the list if it ever make it into the list), I think I do have a say here. I stated it not because I want to build a tool to entertain as much users as I can, after all there are plenty of great Gallery products out there already. The thing I want to do is to promote a way, which I believe it's better than relying solely on machine's computing power, to save our memory. And that is the practice of making albums. By revisiting, screening, enhancing, annotating the photos and sorting them into albums one by one, the memory will be much more vivid than asking AI to do it for you. I know most people would rather go the 'convenient' way, so be it. This is a tool I build for myself and to whoever like to share the same vision with me. |
Hello, I have already emailed @scubajeff about this topic, but unfortunately, I have not received an answer. So, I am now trying it like this.
I'm having a hard time setting up LesPas correctly, especially because I couldn't find any instructions on how to do it.
I currently use a Samsung mobile phone, which syncs the pictures and videos created with the camera to OneDrive via the Samsung Gallery app. This app also takes care of cleaning up my phone memory afterwards.
I would like to replace OneDrive. For this reason, I have tested various self-hosted cloud alternatives, including NextCloud. Uploading pictures has never been a problem, but cleaning up the phone and accessing uploaded data has been.
I would like to have it as follows:
Take a photo on the mobile phone → photo is saved in the gallery on the mobile phone.
An app, possibly LesPas, transfers the data to the cloud server at regular intervals.
After a certain time interval, e.g., after half a year or when the phone's memory is full. A cleanup is started on the phone, which removes all photos that have been uploaded and are older than the configured interval from the device.
I have been able to achieve steps 1 – 3 with LesPas so far. Now the question is, how can I access these pictures again? They are no longer visible in the gallery app used by the phone. They don't show up in the LesPas app either, but I can see them with the Nextcloud app.
I could now create a remote album in the LesPas app and link the pictures manually, but that would be quite a hassle. In addition, these pictures no longer appear in third-party apps such as WhatsApp, Instagram, etc.
The ideal behaviour would be for LesPas to replace the local files with a placeholder that downloads the original from the server when used.
Alternatively, when pictures are removed from your device, they are automatically moved to a remote album with the same name as the local album.
However, it is solved, the pictures stored on the server should still appear in WhatsApp or similar and be downloaded from the server if necessary.
Can I achieve this behaviour with LesPas and if so, how? Without the possibility of using the images stored on the server in third-party apps, this variant of cloud storage is unfortunately not suitable for me either.
I could cope with the behaviour myself, but I can't impose this overhead on my family.
Best regards
The text was updated successfully, but these errors were encountered: