Deluge: Play nice with sonarr/radarr to delete torrents on completion
Problem
Configure Deluge
such that Radarr/Sonarr
cleanly deletes the torrents after the import is complete.
Solution
When using sonarr/radarr
and the likes with download client as torrent, it can be a bit finicky to set the torrent client such that the torrent is deleted after completing the File Import
.
Fundamentally, what we need to do is super easy:-
Step 1:
Ensure thattorrents
move toSeeding
stage after completion. This means,Seeding:
count should be high enough such that the torrents don't end up inQueued
stage.
Step 2:
ConfigureDeluge
toRemove torrent
afterSeed Ration: 0
is reached
Step 3:
Ensure yourRadarr/Sonarr
instance is configured to remove torrents afterSeeding
completes.
Closing thoughts
Ideally, we should seed torrents after completion so we give back to the community, however, if that is not preferred due to your unique situation, feel free to use the above workaround.