Viktor Strate Kløvedal

Results 203 comments of Viktor Strate Kløvedal

@mrgreywater that commit was a part of yesterdays release [`v2.3.13`](https://github.com/photoview/photoview/releases/tag/v2.3.13) sorry for the long delay. Can someone verify if the problem has been solved with the new release?

Often the browser caches the versions, try to hard reload the page or open it in incognito mode.

Thank you for the help :)

Does it print anything in the server logs? ``` $ docker-compose logs ```

Good to hear. Photoview can be quite memory intensive when running darktable and ffmpeg, and if it doesn't have enough free memory the processes are simply killed and the image...

Okay, let me know if you find some details or a way to reproduce it

If you rerun the scanner do the same 3 files fail again? Also do you have a computer with Docker where you can test only scanning those three images to...

I think I found the problem, only the extension `.heic` is registered, `.heif` is not. I think adding the extension to the list would fix the problem. https://github.com/photoview/photoview/blob/4af3d11db4961c974e7e6786718aaef1304162c8/api/scanner/media_type/media_type.go#L145-L153 As for...

Thank you. Here's a status: - Map: Already supported, just insert a mapbox token in the docker-compose file, also see the demo server. - Faces: Already supported using [go-face](https://github.com/Kagami/go-face) -...

If you are running Photoview with docker-compose just run `docker-compose logs`