Michael Mayer
Michael Mayer
Temporarily disabling TensorFlow won't remove existing Labels and People. However, it might help us find what exactly is causing this. Another thing you can try is to use the "imaging"...
After googling for the error message, I found out that `getrandom()` was first available in Linux 3.17, which was released in October 2014: - https://github.com/golang/go/issues/66821 However, Synology is still shipping...
An updated development preview build is now available on Docker Hub, so you can test if using the latest Go version and/or adding `libbsd` makes a difference (it doesn't contain...
**Would someone be able to do further research (on Google / GitHub) regarding this issue?** It seems that other developers/users are having similar issues, so that could be a good...
If it was caused by large images, did you try without the mem_limit option to see if it makes a difference?
You can limit the resolution of images that are indexed with the `PHOTOPRISM_RESOLUTION_LIMIT` config option: - https://docs.photoprism.app/getting-started/config-options/#storage You should also limit the number of indexing workers to 1 with the...
@trampas75 @update-freak Could you please inform the maintainers of the Synology configuration templates/examples that they should add `PHOTOPRISM_THUMB_LIBRARY: "imaging"`? Ideally with a note/comment that this is not required on devices...
Upon further investigation, it appears that `libvips` creates temporary files when processing larger images in order to reduce physical memory usage. The [file name that is generated](https://github.com/libvips/libvips/blob/75174cd811ee2256b065c6f6dcfd18de4877eff9/libvips/iofuncs/util.c#L1534-L1535) for this must...
Is this a documented feature? A regular query without prefix/filter will automatically search the title.
No, not necessarily, for example when work gets interrupted by other high priority tasks. Try using q instead of title. The search filters are documented in the User Guide, not...