Skip to content
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

Jump to date in Timeline view #295

Open
viktorstrate opened this issue Apr 4, 2021 · 9 comments
Open

Jump to date in Timeline view #295

viktorstrate opened this issue Apr 4, 2021 · 9 comments
Labels
discussion Raises questions that are up for discussion

Comments

@viktorstrate
Copy link
Member

This is a continuation of issue #48

Suggestion / inspiration for timeline view

Home

I may miss something but I do not see the timeline at right inspired by google photos...
Is there an option? or may-be I have to wait the full scan process to finish?

thanks

Originally posted by @darrepac in #48 (comment)


The seemless timeline feature of Google Photos, is very complicated to implement whilst still being performant.
The best option would be to rethink how to navigate by dates, maybe it could still have the years/dates in the side, but when a date is clicked it would refetch starting from that date and forwards.

I'd like to hear some oppinions/suggestions to this.

See this article about what goes into the timeline feature of Google Photos
https://medium.com/google-design/google-photos-45b714dfbed1

@viktorstrate viktorstrate added the discussion Raises questions that are up for discussion label Apr 4, 2021
@viktorstrate viktorstrate changed the title Navigate by date in Timeline view Jump to date in Timeline view Apr 4, 2021
@darrepac
Copy link

darrepac commented Apr 4, 2021

For information, Plex has a timeline view as Google Photo:
image

@MinchinWeb
Copy link

Yes, this would be wonderful. I'd love to be able to jump back in time, and scrolling through 10 years of photos (and waiting for all the thumbnails to load) isn't particularly workable...

@darrepac
Copy link

Is there any news on this feature request?

@viktorstrate
Copy link
Member Author

@darrepac I have been delaying this as I didn't know how to do it.

For the redesign mockup, I've experimented with the idea of adding a date filter to show images from a certain date.
I'd like to hear your thoughts on that

@darrepac
Copy link

Summer is behind us. You had to relax, refresh your mind and... find ideas on how to implement that! :D
Many self hosted open source google photo replacement...but none with a working timeline infinite view. Everyone is looking at it, the one that will make it will win! ;)

@viktorstrate
Copy link
Member Author

@darrepac don't get your expectations too high, what google has managed with Google Photos is quite impressive.
However, I am working on rewriting the timeline to be simpler and more flexible, both for the API and the UI. (see also #230 (comment)).

But I hope that, some day in the future, I will be able to pull this off. And the upcoming changes to the timeline will for sure be a step in the right direction.


Summer is behind us. You had to relax, refresh your mind and... find ideas on how to implement that!

I know you probably don't mean it like that, but remember that I am mostly working on Photoview alone and in my spare time and for my own sake. You can not expect me to just solve this, just because a couple of months has gone by.

Also I'd like to mention that I have been quite busy the last couple of months, working on a release that fixed quite a lot of bugs. I think one can easily forget how long it takes to maintain and fix bugs, and think that nothing is happening just because no new features are added.

@darrepac
Copy link

Yes, there was no bad intentions in my comment, just emphasize from what I read here and there that infinite timeline view is a must... But sure, the amount of works already achieved is impressive and the work to maintain is not to be underestimated too! Keep going!

@viktorstrate
Copy link
Member Author

Cool, I'm glad we're on the same page then 😊 I agree that the timeline sucks at the moment. But the first step will be to show all images, no more +xx images, and have a select date dropdown option.

Then later when I feel for a big challenge I can try to implement a Google Photos like scroll to date feature.

@egnappahz
Copy link

The beauty of photoview remains that it just represents the filesystem (via albums) as it is.

So, I created a simple crontab'd bash script that creates symlinks per year, and per month (judging by filestats, filemetastats, or filename of the image, until I get a correct date) in organised folders. I now have a, separate, organised "timeline-view" the way I want it (monthly seperation) without going into the PHP code and I think its wonderful.

Thank you for all your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Raises questions that are up for discussion
Projects
None yet
Development

No branches or pull requests

4 participants