From 36ac955e701e1ab449a898758fa4e082260c6664 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 28 Aug 2021 00:20:29 +0200 Subject: [PATCH] Updated: [LQ] Updated: [LQ] - Added: new LQ groups. - Changed: Description - NOTE: Yes I do know that some LQ groups show up also in other conditions , I did this so it's easier for me to maintain. and you can see that certain groups are banned on multiple top trackers. --- .../Radarr-collection-of-custom-formats.md | 8 +++-- docs/json/radarr/lq.json | 31 ++++++++++++++----- 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index be98370d1..be05e5c5e 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -662,9 +662,11 @@ Remaster (also digital remastering and digitally remastered) refers to changing - BLOCK1 = Low-Quality Releases (often banned groups) - 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 !!! + - BLOCK3 = Banned release groups. + - BLOCK4 = Low-quality and/or dishonest release groups. + - BLOCK5 = Banned Release Groups. + - BLOCK6 = Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality. + - RiffTrax = 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" diff --git a/docs/json/radarr/lq.json b/docs/json/radarr/lq.json index 1ac927726..0d83dc450 100644 --- a/docs/json/radarr/lq.json +++ b/docs/json/radarr/lq.json @@ -2,7 +2,6 @@ "trash_id": "90a6f9a284dff5103f6346090e6280c8", "trash_score": "-10000", "name": "LQ", - "includeCustomFormatWhenRenaming": false, "specifications": [ { "name": "[BLOCK1]", @@ -10,7 +9,7 @@ "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" + "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b" } }, { @@ -19,7 +18,7 @@ "negate": false, "required": false, "fields": { - "value": "-CDDHD|-EuReKA|-DDR|-DNL|-BARC0DE" + "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b" } }, { @@ -28,7 +27,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bRARBG\\b|\\bFGT\\b|-BReWeRS|-Grym|-LiGaS|-Zeus|-Tigole" + "value": "\\b(x0r|nikt0|FGT|d3g|MeGusta|YIFY|YTS|tigole|C4K|RARBG|4K4U)\\b" } }, { @@ -37,7 +36,7 @@ "negate": false, "required": false, "fields": { - "value": "-beAst|\\bCHD\\b|-HDWinG|\\bMTeam\\b|-MySiLU|-WiKi" + "value": "\\b(-AROMA|aXXo|CrEwSaDe|d3g|DNL|FGT|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|MeGusta|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b" } }, { @@ -46,8 +45,26 @@ "negate": false, "required": false, "fields": { - "value": "\\bRifftrax\\b|\\bRU4HD\\b" + "value": "\\b(RARBG|FGT|STUTTERSHIT|LiGaS|-DDR|-Zeus|Tigole|TBS)\\b" + } + }, + { + "name": "[BLOCK6]", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-beAst|CHD|HDWinG|MTeam|MySiLU|-WiKi)\\b" + } + }, + { + "name": "RiffTrax", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Rifftrax|RU4HD)\\b" } } ] -} \ No newline at end of file +}