Results 2632 comments of MichaIng

Yeah, seems fine then. And yes, the larger the image size, the higher the RAM usage, and it would: 1. drop threads 2. switch to single-threaded mode (which differs from...

Many thanks for your request. So basically VPN server + `dietpi-vpn` and then the forwarding rules adjusted to not forward incoming requests from the VPN server to the internet facing...

> As a first proposal I would make the connection via dietpi-vpn work, as I noticed that once connected with protonvpn, from the dietpi console you can no longer navigate...

Thanks for your suggestion. I didn't know about these different access/server types indeed.

We have a looong ToDo and wish list, so I cannot give you an ETA. If anyone else does a start, I'll however give a helping hand quickly.

If I am not mistaken, MPD creates the FIFO at `/tmp/mpd.fifo` (with the example config) when the service is (re)started. It works as well with CAVA without the need to...

#3141 seems to occur with v0.42.y only, while 0.43.y solves it. This issue however happens with v0.43.y, i.e. the images from [here](https://github.com/motioneye-project/motioneye/pkgs/container/motioneye) as well, right? Might not even be Docker-specific....

Okay, the PR is ready, but while the change is generally reasonable, I am not sure whether it performs that much better, given that a `stat()` call is still needed...

First of all, the code of the PR works, but it does not seem to enhance performance significantly. I recorded one true video, added 1000 empty `*.mkv` files and 1,000,000...

Hehe, Copilot can code Python and identify hints correctly. Not bad. For comparison what I had and tested locally in the end, bevor giving it instructions: ```py def findfiles(path: str,...