Michael Mayer
Michael Mayer
My apologies for the late feedback on your changes! I hope you had a good start into the new year :) Since empty albums should not have an oldest or...
Thanks a lot! We will test it with the files and coordinates you provided. This might be a special case where the bounding box calculated by the user interface does...
@cttlee If you have any idea what else could be causing this, please let us know. For example, you could try a different browser. A complete rescan may help as...
Thank you! I've uploaded them to https://dl.photoprism.app/samples/JPEG/Issue%203953/.
Going through the following checklist could also help: - https://docs.photoprism.app/getting-started/troubleshooting/#missing-pictures For example, the images might be marked as private, be stacked or under review...
The pictures could also be found in clusters nearby if you have taken other photos in this area.
If this is a local server that you use for testing, you can enable public mode, which disables API authentication: - https://docs.photoprism.app/getting-started/config-options/#authentication Alternatively, add an "X-Session-ID" header to your requests,...
@cttlee @heikomat This confirms my suspicion that the bounding box coordinates could be slightly off in these cases: https://github.com/photoprism/photoprism/blob/8e81f78c120fb8573f0a713353bd4dd1957f5501/frontend/src/page/places.vue#L354-L368 So either something is wrong with our code in [`places.vue`](https://github.com/photoprism/photoprism/blob/develop/frontend/src/page/places.vue), or...
@cttlee I'll try to take a look before leaving our office for the holidays! If anyone finds a way to fix the miscalculated coordinates before I do, please leave a...
@GarryLai @cttlee Thank you! The pull request was really helpful. After seeing it, I dug a little deeper and found that the regular Search UI sets the quality filter when...