OSX Transmission Remove Completed for Categories

Sonarr version (exact version): 2.0.0.3953
Mono version (if Sonarr is not running on Windows): 4.2.1
OS: Yosemite 10.10.5
Debug logs (posted to hastebin or similar):
Description of issue (if you think you’ve found a bug please include steps to reproduce):

I use Transmission for torrents from both Sonarr and other private trackers. I’m trying to figure out how to get completed file handling set up for the Sonarr downloads without having to stop seeding my non-Sonarr torrents. I think that Sonarr only removes “completed” downloads, i.e. seeding ratio/limit reached, but it looks like Transmission on OSX can only set up global seeding limits. Is there a way to get around this so I can remove the Sonarr downloads while keeping my other torrents seeding? Ideal situation would be category-based seeding limits, but I don’t think I can do that.

If you install transmission from brew (which is transmission-daemon), it comes with a binary for transmission-remote that can communicate with the OSX transmission app.

From there you would have to script in bash, something that checks every hour or so the label of the sonarr torrents (in this case is the last folder for the download path) and set the ratio limits for sonarr only torrents. And leave the other ones with the global limit.

It looks complicated for someone that’s not familiar with scripting but is the only way I see it. I think deluge has ratio’s per label IIRC

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.