From 9fc2fdcb47156e2c6515ca3484365a8faf0b0a18 Mon Sep 17 00:00:00 2001 From: Visorask <54461452+Visorask@users.noreply.github.com> Date: Fri, 5 Mar 2021 23:15:44 -0600 Subject: [PATCH] Update Sonarr-Release-Profile-RegEx-Anime.md - Changed: Moved ASW/AkihitoSubs/Commie to a third fansubs tier to reflect their status. - Changed: Moved PAS to the first fansub tier. - Added: SSA to ban list as they are a micro-encoder fansub group. --- .../V3/Sonarr-Release-Profile-RegEx-Anime.md | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md index ea1166b3b..28242b6a6 100644 --- a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md @@ -211,7 +211,7 @@ The reason most of these are added is due to their shitty quality or just in gen ```bash /(\[EMBER\]|-EMBER\b|DaddySubs)/i, -/(BDMV|M2TS)/i, +/(BDMV|M2TS|SSA)/i, /(CuaP|PnPSubs|ICEBLUE|SLAX|U3-Web)/i, /(Raws-Maji|\bKRP\b|M@nI|Kanjouteki|PuyaSubs)/i, /\b(Beatrice|ohys|Kawaiika|neko|daddy)[ ._-]?(raws)\b/i, @@ -430,7 +430,7 @@ Add this to your Preferred with a score of **[200]** Subs 2nd Tier ```bash -/(\[Mysteria\]|-Mysteria\b|Asenshi|AkihitoSubs|\bASW\b)/i +/(\[Mysteria\]|-Mysteria\b|Asenshi)/i ``` ```bash @@ -444,7 +444,7 @@ Add this to your Preferred with a score of **[150]** Subs 3rd Tier ```bash -/(Commie|\bGJM\b|kBaraka)/i +/(\bGJM\b|kBaraka)/i ``` --- @@ -458,7 +458,7 @@ FanSubs 1st Tier ``` ```bash -/(Coalgirls|BlurayDesuYo|DameDesuYo)/i +/(Coalgirls|BlurayDesuYo|DameDesuYo|\bPAS\b)/i ``` --- @@ -476,7 +476,17 @@ FanSubs 2nd Tier ``` ```bash -/(\[tenshi\]|-tenshi\b|\bPAS\b|SHiN-gx)/i +/(\[tenshi\]|-tenshi\b|SHiN-gx)/i +``` + +--- + +Add this to your Preferred with a score of **[25]** + +FanSubs 3rd Tier + +```bash +/(AkihitoSubs|\bASW\b|Commie)/i ``` ---