-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
[Enhancement] timeline view of photos #1050
Comments
I like the idea. The details of implementation are a bit more complex as I am currently rewriting the front-end to work with Livewire.
We do have an opt-in reverse location search. |
So, if I started working on this, should I wait for something from your side to be finished or base off a certain branch for efficiency? |
Not necessarily. I would enable the livewire mode in your And then you can navigate to https://example.com/livewire/ to see what the new layout look like.
From there you can add a new livewire route in web.php and start hacking a new timeline page. Sure your functionality will not be available directly, but this will avoid to do double the work I let you decide which you prefer. Also know that @nagmat84 is doing a significant refactoring of the back end at the moment. |
Hey, this is something that I would also be very interested in. Tnx :) |
I come from using DS Photo, the proprietary solution from DiskStation. I don't like it mainly for being closed source and for its performance, that's why I'm trying to switch to Lychee.
Anyways, they provide a feature which helped me a lot while navigating through my big, messy, unsorted pile of photos:
Show all images from the whole gallery, ordered by time.
Of course this could be accompanied by lots of other filters for tags, location [don't know if the database exposes that information in suitable way currently], albums...
I'm thinking about hacking together some sort of solution for Lychee only for myself but decided to check if other people needed this as well, and then maybe put in some more effort.
The text was updated successfully, but these errors were encountered: