From c2275aa3654bd8446991176854d0cdf3001eb7e7 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 May 2021 17:59:51 +0200 Subject: [PATCH] Added: WIP - Ignore --- docs/Radarr/scripts/hq-webdl.json | 35 +++++++++++++++++++++++++++++ docs/Radarr/scripts/obfuscated.json | 26 +++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 docs/Radarr/scripts/hq-webdl.json create mode 100644 docs/Radarr/scripts/obfuscated.json diff --git a/docs/Radarr/scripts/hq-webdl.json b/docs/Radarr/scripts/hq-webdl.json new file mode 100644 index 000000000..de0296e65 --- /dev/null +++ b/docs/Radarr/scripts/hq-webdl.json @@ -0,0 +1,35 @@ +{ + "trash_id": "26fa26253af4001701fedb56cec376dc", + "trash_score": "100", + "name": "HQ-WEBDL", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "P2P Groups", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} \ No newline at end of file diff --git a/docs/Radarr/scripts/obfuscated.json b/docs/Radarr/scripts/obfuscated.json new file mode 100644 index 000000000..13d1c539c --- /dev/null +++ b/docs/Radarr/scripts/obfuscated.json @@ -0,0 +1,26 @@ +{ + "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2", + "trash_score": "-9999", + "name": "Obfuscated", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Obfuscated", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b" + } + }, + { + "name": "Retagged", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(\\[rartv\\]|\\[eztv\\]|\\[TGx\\])" + } + } + ] +} \ No newline at end of file