diff --git a/docs/json/radarr/cf/dv-webdl.json b/docs/json/radarr/cf/dv-webdl.json index ff4df8c58..be9e3ff42 100644 --- a/docs/json/radarr/cf/dv-webdl.json +++ b/docs/json/radarr/cf/dv-webdl.json @@ -37,7 +37,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(SiC|Flights)\\b" + "value": "\\b(Flights)\\b" } }, { diff --git a/docs/json/radarr/cf/opus.json b/docs/json/radarr/cf/opus.json index 648822223..8c32ed375 100644 --- a/docs/json/radarr/cf/opus.json +++ b/docs/json/radarr/cf/opus.json @@ -1,6 +1,7 @@ { "trash_id": "a061e2e700f81932daf888599f8a8273", "trash_score": "250", + "trash_regex": "https://regex101.com/r/SsIWo3/1", "name": "Opus", "includeCustomFormatWhenRenaming": false, "specifications": [{ @@ -9,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bOPUS(\\b|\\d)" + "value": "\\bOPUS(\\b|\\d)(?!.*[ ._-](\\d{3,4}p))" } }, { diff --git a/docs/json/sonarr/cf/dv-webdl.json b/docs/json/sonarr/cf/dv-webdl.json index 60cd1d22a..08a2fcb53 100644 --- a/docs/json/sonarr/cf/dv-webdl.json +++ b/docs/json/sonarr/cf/dv-webdl.json @@ -37,7 +37,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(SiC|Flights)\\b" + "value": "\\b(Flights)\\b" } }, { diff --git a/docs/json/sonarr/cf/opus.json b/docs/json/sonarr/cf/opus.json index 237655bce..9b9a2ff01 100644 --- a/docs/json/sonarr/cf/opus.json +++ b/docs/json/sonarr/cf/opus.json @@ -1,6 +1,7 @@ { "trash_id": "28f6ef16d61e2d1adfce3156ed8257e3", "trash_score": "250", + "trash_regex": "https://regex101.com/r/SsIWo3/1", "name": "Opus", "includeCustomFormatWhenRenaming": false, "specifications": [{ @@ -9,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bOPUS(\\b|\\d)" + "value": "\\bOPUS(\\b|\\d)(?!.*[ ._-](\\d{3,4}p))" } }, { diff --git a/docs/updates.txt b/docs/updates.txt index adedc9409..189ec5fa3 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,23 @@ +# 2023-01-22 19:45 +*[New]* +- None + +**[Updated]** +- [Guide-FR] Reworded the Bazarr option for Anime. +- [Guide- and Sonarr-FR] Synced change from Original Anime Guide to French Anime Guide (added `Tsundere-Raws` to tier 01). +- [Starr-FR] Removed `KOGi` from French Scene. +- [Starr-FR] added `Dropse` to `LQ` as they Retag/Rename some Full Bluray disc to Bluray encode. +- [Starr-FR] added `GLaDOS` to `LQ` due to audio upmix or fake soundtrack and poor quality encoding. +- [Sonarr-FR] Updated French Anime FanSub Tier. +- [Sonarr-FR] Updated French Anime Tiers CF. +- [Sonarr-FR] Removed the `FR Anime Tier Optional` as it is no more really needed. + +**[Fixed]** +- [Sonarr-FR] Fixed misslabeled Specification for Sonarr Bluray and Remux Tiers. +- [Sonarr-FR] Fixed score to `-10000` for `FastSub`. +- [Starr] Prevent CF `Opus` (audio) to be matched if Opus is in the release name. (Mainly for Sonarr being the regex matching starts after Episode number, but also added it to Radarr CF to be consistent + Added: regex example). +- [Starr] Remove RlsGrp `SiC` from CF `DV (WEBDL)` being they now also do DV only. + # 2023-01-19 23:30 **[New]** - None