Fynn Petersen-Frey
Fynn Petersen-Frey
@panoti few words about loop uploading in the background service: even without your changes, the background backup should not perform loop uploading (as long as duplicated uploads are shown to...
For reliable upload we could implement the tus protocol https://tus.io/
I'd gladly see ML based face recognition in Immich! To find similar face embeddings quickly (to classify a new face), use an approximate nearest neighbor library like hnswlib.
> I ran into this error on the server when running the PR It seems some more server changes are required for stacked assets (my test instance probably had no...
> Hi @fyfrey I tested this again and found a problem with rendering memory lane. Here is the error message Thanks @alextran1502 ! I've pushed a new commit to fix...
> Hi @fyfrey, the change doesn't entirely fix the issue. I have multiple memories on a day but only the first memory gets rendered, so I checked the database. On...
Something must still be different between the old and the new server query. We need some internal test instance that has all the edge cases like your prod instance does...
I also got the above errors. Looking at the code, shouldn't https://github.com/navidrome/navidrome/blob/61257f89d2482e563f33151a9ecd7a08b0686e09/core/playback/mpv/track.go#L156 be a continue instead of break? Maybe add some (exponential) back off / pause until the next IPC...
superseded by #8324
We use Isar in the [Immich](https://immich.app/) ([GitHub](https://github.com/immich-app/immich), [demo](https://demo.immich.app)) mobile app. Immich is a self-hosted photo and video backup solution directly from your mobile phone - in other words an open-source,...