From a2034f1129820d0b9bfbf0ed3164218da3689742 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 7 Sep 2020 11:36:11 -0500 Subject: [PATCH] Update Collection-of-Custom-Formats-for-RadarrV3.md Fix: BLOCK1 through BLOCK4 (/b to \b) Enhance: BLOCK1 "-YIFY" to "YIFY" (Reason: not always a dash in YIFY releases) Add: BLOCK1 "YTS" (Reason: YIFY AKA) --- RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md b/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md index a9bd45d8b..3eb9e9d9c 100644 --- a/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md +++ b/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md @@ -189,27 +189,29 @@ Required: `False` ![image-20200906223719292](images/image-20200906223719292.png) +Note: Required `True` is needed as there are multiple Release Titles within one custom format. + #### Low-Quality Releases (often banned groups)[BLOCK1] -Release Title: `/b-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|-YIFY|-STUTTERSHIT/b` +Release Title: `/b-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|YIFY|YTS|-STUTTERSHIT/b` Negate: `False` Required: `True` #### Another Small list of often banned groups.[BLOCK2] -Release Title: `/b-CDDHD|-EuReKA|-DDR|-DNL|-BARC0DE/b` +Release Title: `\b-CDDHD|-EuReKA|-DDR|-DNL|-BARC0DE\b` Negate: `False` Required: `True` #### And Another list.[BLOCK3] -Release Title: `/b-RARBG|-FGT|-BReWeRS|-Grym|-LiGaS|-Zeus|-Tigole/b` +Release Title: `\b-RARBG|-FGT|-BReWeRS|-Grym|-LiGaS|-Zeus|-Tigole\b` Negate: `False` Required: `True` #### Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality.[BLOCK4] -Release Title: `/b-beAst|-CHD|-EVO|-HDWinG|-MTeam|-MySiLU|-WiKi/b` +Release Title: `\b-beAst|-CHD|-EVO|-HDWinG|-MTeam|-MySiLU|-WiKi\b` Negate: `False` Required: `True`