diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 9814c17f1..6a838fe1c 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -322,7 +322,7 @@ Add this to your `Preferred (3)` with a score of [5] Add this to your `Preferred (3)` with a score of [-10000] ```bash -/(-BRiNK|-CHX|-GHOSTS|-EVO|-FGT|JFF|PSA|MeGusta|-NERO|nhanc3|Pahe\.ph|Pahe\.in|TBS|-VIDEOHOLE|-worldmkv|-XLF)\b/i +/(-BRiNK|-CHX|-CTFOH|-EVO|-FGT|-GHOSTS|-HiQVE|-iNTENSO|JFF|MeGusta|-NERO|nhanc3|Pahe\.ph|Pahe\.in|PSA|TBS|-TG|-VIDEOHOLE|-worldmkv|-XLF|-Zero00)\b/i ``` !!! danger "Caution" diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index e4ca3f8e1..f3d776137 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -7,6 +7,15 @@ "name": "LQ", "includeCustomFormatWhenRenaming": false, "specifications": [ + { + "name": "24xHD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^((Subs-)?24xHD)$" + } + }, { "name": "4K4U", "implementation": "ReleaseGroupSpecification", @@ -142,6 +151,15 @@ "value": "^(CrEwSaDe)$" } }, + { + "name": "CTFOH", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(CTFOH)$" + } + }, { "name": "d3g", "implementation": "ReleaseGroupSpecification", @@ -286,6 +304,15 @@ "value": "^(HDWinG)$" } }, + { + "name": "iNTENSO", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(iNTENSO)$" + } + }, { "name": "iPlanet", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/lq.json b/docs/json/sonarr/cf/lq.json index 2df2e03dc..f8be5d93c 100644 --- a/docs/json/sonarr/cf/lq.json +++ b/docs/json/sonarr/cf/lq.json @@ -25,6 +25,15 @@ "value": "^(CHX)$" } }, + { + "name": "CTFOH", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(CTFOH)$" + } + }, { "name": "EVO", "implementation": "ReleaseGroupSpecification", @@ -61,6 +70,15 @@ "value": "^(HiQVE)$" } }, + { + "name": "iNTENSO", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(iNTENSO)$" + } + }, { "name": "JFF", "implementation": "ReleaseGroupSpecification", @@ -159,6 +177,15 @@ "fields": { "value": "^(XLF)$" } + }, + { + "name": "Zero00", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(Zero00)$" + } } ] } diff --git a/docs/json/sonarr/rp/lqGroups.json b/docs/json/sonarr/rp/lqGroups.json index 37fa857c8..cd9e06137 100644 --- a/docs/json/sonarr/rp/lqGroups.json +++ b/docs/json/sonarr/rp/lqGroups.json @@ -6,7 +6,7 @@ "preferred": [{ "score": -10000, "terms": [ - "/(-BRiNK|-CHX|-GHOSTS|-EVO|-FGT|JFF|PSA|MeGusta|-NERO|nhanc3|Pahe\\.ph|Pahe\\.in|TBS|-TG|-VIDEOHOLE|-worldmkv|-XLF)\\b/i" + "/(-BRiNK|-CHX|-CTFOH|-EVO|-FGT|-GHOSTS|-HiQVE|-iNTENSO|JFF|MeGusta|-NERO|nhanc3|Pahe\\.ph|Pahe\\.in|PSA|TBS|-TG|-VIDEOHOLE|-worldmkv|-XLF|-Zero00)\b/i" ] }], "ignored": []