Viktor Strate Kløvedal
Viktor Strate Kløvedal
This has never been implemented on the UI side
Yes, it's only a mock-up. It was never wired up.
I agree with you, I'm just trying to explain the reason why it doesn't work. Sorry for the confusion.
Nice, I think most of the work is already done, but that it just was never hookup up to the UI and finished. On the back-end I think the only...
I can't reproduce this, can you try using Postgres with a few sample images that you can provide me as well, so I hopefully can reproduce it on my machine...
Right, thank you for looking into this. This seems to be related to sqlite then. Sqlite is very unstable see #618 for example. So I don't think we can move...
Ahh I see. I've quickly fixed that in a43f29e
That's the easiest way. Take a loot at https://photoview.github.io/docs/installation-manual/#configure-photoview Otherwise if you have further questions regarding setup, I'd suggets you ask in the Discord channel, then it's much easier to...
Does it work if you add a `user` attribute to the service in the docker compose file? ```diff photoview: image: viktorstrate/photoview:2 + user: "${UID}:${GID}" restart: always ``` I am not...
Thank you for digging into this. Subqueries can be very slow. The queries used to get the media for the timeline are a little complex so I'm not sure it's...