Mert

Results 543 comments of Mert

What I'm wondering is if we actually need to expose this as a new option - having so many variations of a scan is confusing. This can maintain the current...

Would it be better to still have the offline and online stuff as separate jobs, but just queue both of them? That approach was a lot faster and used less...

I don't think there's an objective ordering of letters that's correct for every language. I believe you can change this by setting a Swedish collation in the Postgres database.

The image has to support image formats like RAW since it's responsible for thumbnail generation.

It seems Imagemagick can handle raw images, but sharp throws an error. I can try compiling libvips as well to see if that helps.

I can confirm RAW images work now after compiling libvips. The image is also a decent bit smaller at 1.07gb instead of 1.22gb.

From that log it's using Alpine binaries. For the dev environment, I think you need to set both immich-server and immich-microservices to use Dockerfile.accel and rebuild the containers. (That should...

It seems GH was building with the Alpine-based Dockerfile before this. I moved `Dockerfile.accel` to `Dockerfile` for now to avoid the headache of managing both.

As of the latest version of this PR, I can confirm all three APIs work when used on a supporting system and the `hwaccel.yml` is configured.