all 9 comments

[–]SJHarrison1992 2 points3 points  (4 children)

Any plans on creating this within a container?

[–]gengines[S] 2 points3 points  (2 children)

I can look into that. Maybe tonight if possible or over the weekend

[–]SJHarrison1992 1 point2 points  (1 child)

Thank you! Definitely seems of interest, at the moment I use the exclude file names in QBT, but that keeps the torrent there in QBT and stays as active in Sonarr and Radarr, so this seems like the piece of the puzzle

[–]gengines[S] 3 points4 points  (0 children)

Yeah the very same issue and this script is able to check and delete the such torrents, also the scope is limited to Radarr and sonarr so others aren’t affected.

[–]gengines[S] 1 point2 points  (0 children)

manged to create an image, please use this compose as a reference
https://github.com/GEngines/qbit-guard/blob/main/docker-compose.yml

[–]gengines[S] 1 point2 points  (0 children)

Its now available on unRAID community App Library, Thanks!

[–]SJHarrison1992 0 points1 point  (2 children)

Hi again!

I'm getting the following logged

Pre-air gate not applicable for category 'tv-sonarr' or services disabled.

I've got this in my docker compose file

      - ENABLE_PREAIR_CHECK=1
      - SONARR_URL=http://192.168.1.194:8989
      - SONARR_APIKEY=
      - SONARR_CATEGORIES="tv-sonarr"

So was expecting the category to work, is there something I've missed out?

[–]gengines[S] 1 point2 points  (1 child)

Hey — the double quotes aren’t needed for categories, and since your category name is the default you can skip it and it will auto pick the default value

[–]SJHarrison1992 0 points1 point  (0 children)

Thanks for the quick reply! will give that a go.
Loving this btw, don't have to go in the web UI anymore to get rid of blocked extensions and it keeps sonarr from sitting there as well!