From b632f8dbd352d7b20c7a298d6e84a641407b3528 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 23 Feb 2021 20:11:37 +0100 Subject: [PATCH] Updated: Radarr - Collection of Custom Formats ```yml - Added: RiffTrax to the Low Quality Releases CF in [BLOCK5] ``` --- .../V3/Radarr-collection-of-custom-formats.md | 89 +++++++++++-------- 1 file changed, 50 insertions(+), 39 deletions(-) diff --git a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md index 35f9a08d5..de4d4d88b 100644 --- a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md @@ -2470,50 +2470,61 @@ A collection of known Low Quality groups that are often banned from the the top - BLOCK2 = Another Small list of often banned groups. - BLOCK3 = And Another list. - BLOCK4 = Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality. + - BLOCK5 = RiffTrax is an American company that produces scripted humorous audio commentary tracks intended to be played in unison with particular television programs and films, In short just annoying !!! ??? example "json" ```json { - "name": "Low Quality Releases", - "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "[BLOCK1]", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "-aXXo|-CrEwSaDe|-DEViSE|-FaNGDiNG0|-FLAWL3SS|-FZHD|-FRDS|-HDTime|-IMAGINE|-iPlanet|-KingBen|-KiNGDOM|-KLAXXON|-Leffe|-LTRG|-mHD|-mSD|-NhaNc3|-nHD|-nikt0|-nSD|-PrisM|-PRODJi|-Rx|-RDN|-SANTi|-ViSION|-WAF|-WHiiZz|-x0r|\\bYIFY\\b|\\bYTS\\b|-STUTTERSHIT" - } - }, - { - "name": "[BLOCK2]", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "-CDDHD|-EuReKA|-DDR|-DNL|-BARC0DE" - } - }, - { - "name": "[BLOCK3]", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\bRARBG\\b|-FGT|-BReWeRS|-Grym|-LiGaS|-Zeus|-Tigole" - } - }, - { - "name": "[BLOCK4]", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "-beAst|-CHD|-HDWinG|-MTeam|-MySiLU|-WiKi" - } - } - ] + "name": "Low Quality Releases", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "[BLOCK1]", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "-aXXo|-CrEwSaDe|-DEViSE|-FaNGDiNG0|-FLAWL3SS|-FZHD|-FRDS|-HDTime|-IMAGINE|-iPlanet|-KingBen|-KiNGDOM|-KLAXXON|-Leffe|-LTRG|-mHD|-mSD|-NhaNc3|-nHD|-nikt0|-nSD|-PrisM|-PRODJi|-Rx|-RDN|-SANTi|-ViSION|-WAF|-WHiiZz|-x0r|\\bYIFY\\b|\\bYTS\\b|-STUTTERSHIT" + } + }, + { + "name": "[BLOCK2]", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "-CDDHD|-EuReKA|-DDR|-DNL|-BARC0DE" + } + }, + { + "name": "[BLOCK3]", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bRARBG\\b|\\bFGT\\b|-BReWeRS|-Grym|-LiGaS|-Zeus|-Tigole" + } + }, + { + "name": "[BLOCK4]", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "-beAst|\\bCHD\\b|-HDWinG|\\bMTeam\\b|-MySiLU|-WiKi" + } + }, + { + "name": "[BLOCK5]", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bRifftrax\\b" + } + } + ] } ```