-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 :) |
hi, wonder if it's still being worked on? Perhaps in the SE edition? Thanks |
The timeline view for albums and inside albums is done. The full timeline view for pictures is work in progress as in, a lot is there but some of the functionalities are broken. I haven't had much time to work on it recently. There is a timeline branch on git and The SE edition just give more configuration options. |
Thanks for the update, just installed latest docker version and current default functionality seems great! I wanted something similar to "Recent" smart album but shown directly at the bottom of main page (under albums, pretty much in place of the current timeline) - it's a photo stream of chronologically sorted recently added photos. Will see if I can configure it way and report back. |
Yes that's the functionality I mentioned above which is in the |
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: