From e7930d251eb2537fc41568c974f21e41b5973c6f Mon Sep 17 00:00:00 2001 From: Kevin Richter Date: Fri, 4 May 2018 19:02:59 +0200 Subject: [PATCH] Added page --- Indexer-Seed-Ratio.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Indexer-Seed-Ratio.md diff --git a/Indexer-Seed-Ratio.md b/Indexer-Seed-Ratio.md new file mode 100644 index 0000000..0b26e29 --- /dev/null +++ b/Indexer-Seed-Ratio.md @@ -0,0 +1,23 @@ +# Indexer Seed Ratio +Indexer seed ratio/seed time is a feature in Sonarr that allows you to set a target seed ratio before a torrent gets removed from your client. + +This feature only applies to torrent clients as Usenet downloads do not seed. + +## Compatibility +Due to limited APIs in some clients, Sonarr is not able to its magic in all clients. Please see the table for compatibility with your client. + +X = Available +O = Not available +? = Unknown + +| Client | Seed ratio | Seed time | +| ---- | ---- | ---- | +| Deluge | X | O | +| Hadouken | O | O | +| qBittorrent | O | O | +| rTorrent | O | O | +| Torrent Blackhole | O | O | +| Download Station | O | O | +| Transmission | X | X | +| uTorrent | X | ? | +| Vuze | ? | ? | \ No newline at end of file