From 009a09351e87a526d4bbae8fd7013081a4b23dbb Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:15:55 -0500 Subject: [PATCH 1/2] Delete freeleech.json Sonarr does not support freeleech condition --- docs/json/sonarr/cf/freeleech.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/json/sonarr/cf/freeleech.json diff --git a/docs/json/sonarr/cf/freeleech.json b/docs/json/sonarr/cf/freeleech.json deleted file mode 100644 index 8a47db60d..000000000 --- a/docs/json/sonarr/cf/freeleech.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "trash_id": "d7c747094a7c65f4c2de083c24899e8b", - "trash_score": "1", - "name": "FreeLeech", - "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "FreeLeech", - "implementation": "IndexerFlagSpecification", - "negate": false, - "required": false, - "fields": { - "value": 1 - } - }] -} From ea8bc02c471a305b73fda0965f9b13377874a603 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 14 Sep 2022 21:12:25 +0200 Subject: [PATCH 2/2] Removed: freeleech from the table collection --- .../sonarr-collection-of-custom-formats.md | 33 ++++--------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index e121d622d..1e252d799 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -66,14 +66,14 @@ I also made 3 guides related to this one. | Misc | Optional |   |   | | ------------------------------ | ----------------------------------- | ------ | ------ | -| [FreeLeech](#freeleech) | [Season Packs](#season-pack) |   |   | -| [MPEG2](#mpeg2) | [Scene](#scene) |   |   | -| [Multi](#multi) | [No-RlsGroup](#no-rlsgroup) |   |   | -| [Repack/Proper](#repackproper) | [Obfuscated](#obfuscated) |   |   | -| [Repack v2](#repack-v2) | [Retags](#retags) |   |   | -| [Repack v3](#repack-v3) | [Bad Dual Groups](#bad-dual-groups) |   |   | -| [x264](#x264) | |   |   | +| [Repack/Proper](#repackproper) | [Season Packs](#season-pack) |   |   | +| [Repack v2](#repack-v2) | [Scene](#scene) |   |   | +| [Repack v3](#repack-v3) | [No-RlsGroup](#no-rlsgroup) |   |   | +| [Multi](#multi) | [Obfuscated](#obfuscated) |   |   | +| [MPEG2](#mpeg2) | [Retags](#retags) |   |   | +| [x264](#x264) | [Bad Dual Groups](#bad-dual-groups) |   |   | | [x265](#x265) | |   |   | +| | |   |   | ------ @@ -923,25 +923,6 @@ I also made 3 guides related to this one. ------ -### FreeLeech - -??? faq "FreeLeech - [CLICK TO EXPAND]" - - Sometimes, torrent sites set a torrent to be freeleech. This means, that the download of this torrent will not count towards your download quota or ratio. This is really useful, if you do not have the best ratio yet. - - !!! attention - Keep in mind not all trackers support this option. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/freeleech.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - ### MPEG2 ??? example "JSON - [CLICK TO EXPAND]"