diff --git a/SonarrV3/Sonarr-Release-Profile-RegEx.md b/SonarrV3/Sonarr-Release-Profile-RegEx.md index 3a5189801..14432e678 100644 --- a/SonarrV3/Sonarr-Release-Profile-RegEx.md +++ b/SonarrV3/Sonarr-Release-Profile-RegEx.md @@ -88,8 +88,7 @@ The Number between the **[**brackets**]** are the scores the release name will g [25] /(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ)/i [25] /(-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash)/i [25] /(-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC)/i - [25] /(-JETIX|-Coo7)/i - [15] /\.S\d+\.(?!E\d+\.)/i + [25] /(-JETIX|-Coo7|-WELP|-KiMCHI)/i [12] /(repack3)/i [11] /(repack2)/i [10] /(repack|proper)/i @@ -98,7 +97,7 @@ The Number between the **[**brackets**]** are the scores the release name will g [-50] /(-MEMENTO|-METCON|-POKE|-STARZ|-STRiFE)/i [-50] /(-TRUMP|-WEBTiFUL|-JOMT|-APRiCiTY|-HILLARY)/i [-50] /(-SQUEAK|-KOMPOST|-WNN|-LiGATE|-BTX|-ALiGN)/i - + [-50] /(-BLACKHAT)/i [-100] /(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS)/i # Optional (use these only if you dislike renamed and retagged releases) @@ -107,10 +106,12 @@ The Number between the **[**brackets**]** are the scores the release name will g [-25] /(-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek)/i [-25] /(-Obfuscated|-postbot|-Rakuv|-Scrambled)/i [-25] /(-WhiteRev|-xpost)/i -# Optional (matches releases that ends with EN) +# Optional (matches releases that ends with EN) [-25] /\s?\ben\b$/i # Optional Matches any release that contains '1-' as prefix for Release Groups [-25] /(1-.+)$/i +# Optional Matches Season Packs (use this if you preder Season packs) + [15] /\.S\d+\.(?!E\d+\.)/i ``` #### A little explanation of the scores and why.