-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add Photos timeline #7451
Comments
Looping in @tobiasKaminsky |
see here, too: #6297 |
We have sort of header already in activities stream. @skjnldsv @jancborchardt what do you think? This would also be great on server photo app, or? |
No :-) |
This might help |
@tobiasKaminsky @axellebot please keep in mind that the media screen loads the photos/video-thumbs from the server ordered by date in a block-like way, so it only loads the first 45 and then fetches the next block upon scrolling. So:
|
I was thinking about it, that's why for me I will not refer to this in here anymore.
In my opinion if I only have 3 image at the same date, I will not be mad because I'm seing a section header, but anyway it seems to be a small UI issue. The section header can also be sync with the 3 scale from the grid view (pinch in/out).
FYI :
|
Nice work on the server-side webUI, does it provide a nice(r) API to access such infos since this is probably a discussion with @tobiasKaminsky since the media (renamed from photos) is simply using a search query for "photos n videos" with a 45 elements block size when reading the files doesn't provide much help for such a timeline scenario or would you simply implement this based on the 45 images per request on scrolling down logic? |
I'd love to have the timeline(d) view BTW 🎉 |
Timeline with sectioned header can be adjusted while loading more images. Of course if you have 200 from today, and load only 150, then this does not help. |
Sure thing 👍 |
Nice ! Looks like basic sections have been added. |
What date is being used to generate the timeline? I have a picture that was scanned from paper and hence I don't know the date it was taken. I had taken an approach of tagging my "unknown" pictures in digikam with a creation time in the year 1902 thinking they would get pushed to the bottom of the timeline, however I changed/modified the picture (tagged a face through digikam) a few days back and now the picture is showing up in the current month on my android phone. Is the modification date being used for the timeline? Any way to cause it to use the creation dates shown below as exported from exiftool? File Modification Date/Time : 2022:08:13 21:14:06-04:00 |
|
I hope timeline will be able to sort photos mainly by "date taken" date from metadata in anytime soon. It needs new server API feature to do so, right ? |
Once we have this info we can use it, and fall back to modification time, if "date taken" from exif is not present. |
will it be indexed? Currently it only shows the timeline of 2 Month for me, while there are images from 2000 onwards. If i scroll down it gets added but not persitent |
There is a separate issue #10425 regarding sorting by "date taken". A corresponding issue nextcloud/photos#87 in Nextcloud Photos got closed via PR nextcloud/photos#2125 recently. |
Fixed in #10050 There are other Issues covering further refinements/enhancements. |
Is your feature request related to a problem? Please describe.
The Photos section can look way more friendly to let user quickly find a Photo based on date just by scrolling the gallery (month, date).
Describe the solution you'd like
Implementing a timeline for Photos section (as Google Photo)
Features :
Additional context
The text was updated successfully, but these errors were encountered: