-
Notifications
You must be signed in to change notification settings - Fork 206
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
Same day search #660
Comments
This feature is mostly done. I made some unit tests, but pretty sure its buggy a bit on the edges (like day boundaries), but seems to work in the big picture. Feel free to report bugs if you find any. |
Oh man this is cool to see, I'm glad I checked the github issues because this is a feature I've wanted to have for a while! Is it best to open a new issue for bugs? I think I've encountered the day boundary problem you mention, it doesn't recognize some photos as being on the same day even though they're from 2022-07-24 and 2020-07-24, for now I'm "solving" it by using Other than that it's a really great feature that I was actually trying to implement using a bunch of daisy chained AND OR saved searches but that wasn't going anywhere (I think the search feature wasn't built with that in mind). Together with the random image URL I now have a tasker profile that send me a daily "On this day" notficiation that I can click to open the pigallery2 url. pigallery2 is the best gallery software I've come across and I've tried out lots of them. It's also the only one that's fully compatible with my digikam workflow so thank you for your continued work on this software. |
Ah great. This keywords were actually created for the same use-case. See #683 for more details. Reopening this issue, for the reported bug. |
The last commit should resolve it (hopefully). Date boundary is not necessary a straight forward problem. It also depends on the server and photo timezone which can be unexpected if the client is not in the server's timezone. I think its fine to have a good enough solution here. |
Tracking bug for enabling same day search like:
The text was updated successfully, but these errors were encountered: