Mert

Results 543 comments of Mert

Of course this one doesn't use `Exif Image Width/Height` for the original... that would be too simple. `Image Size` looks a bit more promising as it's correct for both images.

I think a priority can be problematic because two images can have the same tag, but use it differently. Looking at vendor-specific tags would be more reliable for those particular...

The `vaapi-wsl` config sets `LD_LIBRARY_PATH=/usr/lib/wsl/lib`, so this is probably messing with other libraries.

You're right, the issue is still present. I think changing the `LD_LIBRARY_PATH` env in the `vaapi-wsl` config to `/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib` should fix it.

That would be good, yes. Better would be to add the env to the image directly [here](https://github.com/immich-app/base-images/blob/9217768d4659ea5f333f4528cc92b3ef7ccbfcd4/server/Dockerfile#L124) and remove that env from the `vaapi-wsl` config. It'll avoid this happening again...

Hmmm, I guess we need to handle orientation.

> The faces now have two almost identical regions shown in the pictures' details: one anonymous by Immich, one imported. I suppose I can fix this somehow by disabling the...

Wow, awesome stuff! My thought is that the syncing for albums, favorites, etc. is relatively straightforward while metadata is harder to display and edit in an intuitive way. What do...

I'd rather keep `isOffline` and use it for all assets instead of just library assets. It can be useful for the repair page, which is basically inaccessible for a lot...

I'd rather not have it make a TCP handshake for every request. There's surely a less crude way to make load balancing work for your environment.