From bb6b3dc8d5bcdceb4e1128cd751dc2369e9ce1c2 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Tue, 4 Oct 2016 14:09:05 +0200 Subject: [PATCH] Add downloadvolumefactor+uploadvolumefactor documentation --- Implementing-a-Torznab-indexer.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Implementing-a-Torznab-indexer.md b/Implementing-a-Torznab-indexer.md index 3a0a2fa..4b7b2c8 100644 --- a/Implementing-a-Torznab-indexer.md +++ b/Implementing-a-Torznab-indexer.md @@ -140,7 +140,9 @@ All these attributes are optional, the bold ones are recommended. Please note th | **peers** | integer | Number of active peers (seeders+leechers). | | seedtype | string | **TBD** Specifies which seed criteria must be met. Was going for 'ratio,seedtime,both' but afaik it's always 'either' | | **minimumratio** | double | Specifies the minimum ratio the torrent client must seed this torrent. | -| **minimumseedtime** | integer | Specifies the minimum number of seconds the torrent client must actively seed the torrent. | +| **minimumseedtime** | integer | Specifies the minimum number of seconds the torrent client must actively seed the +| **downloadvolumefactor** | double | factor for the download volume, in most cases it should be set to 1, if a torrent is set to freeleech set it to 0, if only 50% is counted set it to 0.5 | +| **uploadvolumefactor** | double | factor for the upload volume, in most cases it should be set to 1, if a torrent is set to neutral leech (upload is not counted) set it to 0, if it's set to double upload set it to 2 | ###Minimum ratio/seedtime###