Site icon Android Tutorial Online

Prevents Sonarr and Radarr from grabbing releases containing RARs

Prevents Sonarr and Radarr from grabbing releases containing RARs

Rarrnomore – prevent automatic grabs of rar’d scene releases

Disclaimer: I am not responsible for you deleting any torrents. Please test your setup before running it unmonitored. You need to set your torrent clients in Radarr and Sonarr to start new torrents in the paused state.

Notes

Planned

This application works by monitoring Radarr and Sonarr Grab requests through web hooks that you need to set up. Once it receives a notification, it instantly connects to your torrent client, finds the torrent that was just added and checks its contents. If it finds a .rar or partial rar (.r01) file, it sends a request to your servarr application to delete this item from the queue and blocklist that torrent. If no rar is found, it sends a request to your torrent client to resume the torrent, starting the download.

Setup

Currently, the code is only published as a docker image to DockerHub. If you cannot use Docker, you’re out of luck for now.

Setting up Docker

Important: The clients.torrent.name property needs to exactly match the name you gave your client in Sonarr/Radarr, this is validated against web hook requests at runtime.

A docker run command may look like this:

docker run
-d
--name='rarrnomore'
-e HOST_CONTAINERNAME="rarrnomore"
-p 8978:8978
-v '/mnt/user/appdata/rarrnomore/config':'/config':'rw' 'schaka/rarrnomore'

Setting up Unraid

It should look like this:

Configuring your web hook

It should look like this:

GitHub

View Github

Exit mobile version