Viktor Strate Kløvedal
Viktor Strate Kløvedal
I haven't found a solution for this yet, my suggestion would be to avoid sqlite whenever possible. Here are some related articles, although none of them provide a proper solution:...
@ra-kalai thank you for the suggestion, it seems that this could be added quite easily by executing the following command on server startup. ```go db.Exec("PRAGMA journal_mode=WAL;") ```
Hi @sysoppl, I'm happy that Photoview seems to fit your needs. I think you've got some nice ideas here, I've added some comments on each one below: > ability to...
@nZeloT it's funny you should mention it, I've just pushed a commit for the redesign (#382) that adds a pin icon the the top of the sidebar. Adding "virtual albums"...
Can you provide a sample image that fails which can be used for testing?
@tupats thank you for sharing! I think this issue is closely related to #387 and would require the video analyzer and processor to be reworked. I unfortunatly have very little...
I know little about this so help is appreciated. It might be as simple as adding the `-hwaccel auto` flag to the ffmpeg command? https://github.com/photoview/photoview/blob/4cd822f06897fe1fc566b56a984b78331227aa20/api/scanner/executable_worker.go#L97-L105 I don't know if the...
I am not planning on working on this, mostly because I lack the proper knowledge. But I would like to focus my energy into making the scanner smarter, for example...
Maybe the scanner queue could be shown on the admin settings page, showing in progress and waiting scanner jobs in a table. From there it could be intuitive to have...
@santiagozky I just tried to scan a large photo directory to see if photos does appear when the scanner is still scanning the album. They did seem to appear if...