From 75d833fba11d2683f0bc80d0c91de651969822ea Mon Sep 17 00:00:00 2001 From: mizz141 Date: Sat, 11 Dec 2021 09:16:26 +0100 Subject: [PATCH] Overhaul BD Remux groups The Current Remux and Blue-Ray groups are very incomplete and sometimes deliver sub-par releases, I have overhauled those with scoring, the list has been made in conjunction with people from the https://releases.moe team, which is a dedicated group focusing on getting the best releases for each anime. --- .../Sonarr-Release-Profile-RegEx-Anime.md | 62 +++++++++++++++++-- 1 file changed, 56 insertions(+), 6 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md index acfad3f91..046d977ed 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md @@ -290,29 +290,79 @@ Add this to your Preferred with a score of **[5]** !!! important This is the end of the optional section. + +Add this to your Preferred with a score of **[4100]** + +BluRay-Encode / Dual-Audio / 1st Tier + +```bash +/\b(sam|UDF|Arid|Quetzal)/i\b +``` + +```bash +/\b(Drag|Lulu|Yuki|YURI|OZR)/i\b +``` + +```bash +/\b(Senjou|Datte13|FLFL|Mysteria|WSE)/i\b +``` + +```bash +/\b(Legion|Kulot|Exp|ASC|Yoghurt|ARC)/i\b +``` + +```bash +/\b(Vodes|hydes|Reza|CsRmX|McBalls|Not-Vodes)/i\b +``` + +```bash +/\b(succ[._-]|Chouonsoku|Ayashii|BKC|Exstasia)/i\b +``` Add this to your Preferred with a score of **[4000]** -BluRay-Remux / Dual-Audio / 1st Tier +BluRay-Encode / Dual-Audio / 2nd Tier + +```bash +/\b(WBDP|Kametsu|NH|Pog42|deanzel)/i\b +``` +```bash +/\b(CTR|zangafan|ShadyCrab|Holomux)/i\b +``` + +```bash +/\b(0x539|KH|CBT|GSK[._-]kun|RASETSU)/i\b +``` + +```bash +/\b(AC|hchcsen|Dekinai|Foxtrot|Bakaiser)/i\b +``` +```bash +/\b(MK|Koten[._-]Gars|neko[._-]kBaraka|kuchikirukia)/i\b +``` + +Add this to your Preferred with a score of **[3900]** + +BluRay-Encode / Dual-Audio / 3rd Tier ```bash -/(deanzel|\bZR\b|\bCTR\b|\bSCY\b|\bMK\b|TTGA)/i +/\b(Tsundere|MTBB|NH|FFF|Commie)/i\b ``` ```bash -/(\bShir\b|LostYears|BluDragon|KAWAiREMUX)/i +/\b(Chihiro|Kaleido|Judgment|GJM)/i\b ``` ```bash -/(\bAC\b|ShadyCrab|Rasetsu|Raizel|Dragon-Releases)/i +/\b(SmugCat|BlurayDesuYo|Asenshi|Asakura)/i\b ``` ```bash -/(\[Spark\]|-Spark\b|\bREVO\b|\bSRLS\b|ANThELIa)/i +/\b(GHS|YameteTomete|Z4ST1N|Okay[._-]Subs)/i\b ``` ```bash -/(\[Vanilla\]|-Vanilla\b|\bAP\b)/i +/\b(LNS|Vivid|Doki|Coalgirls)/i\b ``` ---