

I would love to self host more but I feel like I don’t have the proper hardware to back it up and I feel like it would take a lot of my free time to manage it properly.
I would love to self host more but I feel like I don’t have the proper hardware to back it up and I feel like it would take a lot of my free time to manage it properly.
Yep, that’s the problem. Unless you find movies with multiple audio tracks, which sonarr and radarr should also be able to find
I think it would be easier to configure a non English profile on sonarr/radarr and download the movies directly
Just so you know, the load avg is not actually the CPU load. It’s an index of a bunch of metrics crammed together (network load, disk I/o, CPU avg, etc.). A good rule of thumb is to have your load avg value under the number of cores your CPU has. If your load avg is twice the number of your CPU cores it means that your machine is overloaded by 100%, if it’s equal to your number of cores, your machine is using 100% of its capacity to treat whatever you’re throwing at it.
To answer your question, you can probably run a script that fetches your 5 min load avg and triggers a reboot if it’s higher than a certain value. You can run it on a regular basis with a systemd timer or a cron job.