Merge pull request #130 from TRaSH-/Sonarr-Anime-Regex

Made dual audio 500
pull/131/head
Visorask 3 years ago committed by GitHub
commit c4e3ac8e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,7 +209,7 @@ The reason most of these are added is due to their shitty quality or just in gen
```bash
/(\[EMBER\]|-EMBER\b)/i,
/(CuaP|PnPSubs|ICEBLUE|SLAX)/i,
/(CuaP|PnPSubs|ICEBLUE|SLAX|U3-Web)/i,
/(Raws-Maji|\bKRP\b|M@nI|Kanjouteki|PuyaSubs)/i,
/\b(Beatrice|ohys|Kawaiika|neko)\b(?=[ ._-]?(raws)\b)/i,
/\b(LowPower|Scryous)\b(?=[ ._-]?(raws)\b)/i,
@ -223,7 +223,7 @@ The reason most of these are added is due to their shitty quality or just in gen
2 lines in one grouping is just there for readability purposes but achieves the same result and score.
Add this to your Preferred with a score of **[800]**
Add this to your Preferred with a score of **[500]**
```bash
/dual[ ._-]?audio|EN\+JA|JA\+EN/i

Loading…
Cancel
Save