Author's posts
Nov 18
Radarr
Permanent link to this article: https://www.berserkir.net/wordpress/radarr/
Nov 18
Sonarr
Why Sonarr?Sonarr is a tool that monitors for releases. Give it a show to monitor for, and it’ll pull in the air dates for each episode. When an episode airs, it looks for it on the sources you give it (rarbg etc – or usenet) and passes it to your downloader for processing. Once it’s …
Permanent link to this article: https://www.berserkir.net/wordpress/sonarr/
Nov 18
Ombi
One of the tools I use to manage my media library is Ombi. “What’s it for?” Well, that’s both simple and complicated – depending on how you configure it.If you share your media with someone, odds are at some point they’ll ask you to add something you don’t already have. Ombi is a tool for …
Permanent link to this article: https://www.berserkir.net/wordpress/ombi/
Apr 16
Reverse Proxy (with Apache)
I did a little write-up on how I achieved reverse proxy nirvana with IIS a while ago now. It made things a lot nicer for me. Like, a lot. I have a few friends/colleagues/acquaintances who run Apache (I run IIS in my homelab environment, that’s the only reason I went with it), so I figured …
Permanent link to this article: https://www.berserkir.net/wordpress/reverse-proxy-with-apache/
Jan 09
Moving files to subfolders
It’s not uncommon for me to have to tidy up directories full of files by moving them to their own subfolders, named for each file. It’s become common enough that I wrote a little Powershell function to do it repeatedly. After saving the below script as a .psm1 file you’ll be able to open PS …
Permanent link to this article: https://www.berserkir.net/wordpress/moving-files-to-subfolders/