• 8 Posts
  • 123 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle

  • Docker is your friend.

    I have reinstated my server last weekend with a single big docker-compse file. I made a mistake and just restarted the docker-compose and it was fixed.

    To avoid having to mix/delete/rename files. Make a shared volume. So that your download client downloads to the same actual folder as where your sonarr puts it. But to be fair, sonarr does things like renaming, so that it often doesn’t work that way. I just ended up making a cron job that deletes files older than 7 days from my downloads folder every Sunday at midnight. Hopefully that’s enough time to get a decent share ratio, if not, tough luck.

    If anyone has a better solution to keep your download client (qbittorrent for me) uploading after sonarr moved the file, tell me.

    The German language part is a tough one. I’ve been looking for Dutch dubbed children cartoons, but I haven’t found anything yet.

















  • Tell me about it. I teach a python class. Super basic, super easy. Students are sometimes idiots, but if they follow the steps, most of them should be fine. Sometimes I get one who thinks they can just do everything with chatgpt. They’ll be working on their final assignment and they’ll ask me what a for loop is for. Than I look at their code and it looks like Sanscrit. They probably haven’t written a single line of code in those weeks.