diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 79e574ea5..9567e1319 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -825,7 +825,7 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/extras-hd.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/extras.json' %]][[% endfilter %]] ``` [TOP](#index) diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index a0350a142..d1a7574ea 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -112,6 +112,15 @@ "value": "^(CHD)$" } }, + { + "name": "CiNE", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(CiNE)$" + } + }, { "name": "CREATiVE24", "implementation": "ReleaseGroupSpecification", @@ -562,6 +571,15 @@ "value": "^(Scene)$" } }, + { + "name": "SLOT", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(SLOT)$" + } + }, { "name": "STUTTERSHIT", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/remux-tier-03.json b/docs/json/radarr/cf/remux-tier-03.json index ab25b8ca7..04c383cc5 100644 --- a/docs/json/radarr/cf/remux-tier-03.json +++ b/docs/json/radarr/cf/remux-tier-03.json @@ -13,6 +13,15 @@ "value": 5 } }, + { + "name": "CiNEPHiLES", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(CiNEPHiLES)$" + } + }, { "name": "decibeL", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/x265-no-hdrdv.json b/docs/json/radarr/cf/x265-no-hdrdv.json index 391e500a1..3a5289589 100644 --- a/docs/json/radarr/cf/x265-no-hdrdv.json +++ b/docs/json/radarr/cf/x265-no-hdrdv.json @@ -20,7 +20,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?)\\b" + "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?|pq)\\b" } }, { diff --git a/docs/json/sonarr/cf/x265-no-hdrdv.json b/docs/json/sonarr/cf/x265-no-hdrdv.json index 0ac2fd6bf..60963ff8d 100644 --- a/docs/json/sonarr/cf/x265-no-hdrdv.json +++ b/docs/json/sonarr/cf/x265-no-hdrdv.json @@ -20,7 +20,7 @@ "negate": true, "required": true, "fields": { - "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?)\\b" + "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?|pq)\\b" } }, {