diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md
index 661357b61..60a52edcb 100644
--- a/docs/Radarr/Radarr-collection-of-custom-formats.md
+++ b/docs/Radarr/Radarr-collection-of-custom-formats.md
@@ -87,9 +87,11 @@ We've made 3 guides related to this.
| UK Streaming Services | Misc Streaming Services | Anime Streaming Services |
|-----------------------|-------------------------|--------------------------|
| [BBC iPlayer](#ip) | [AUBC](#aubc) | [VRV](#vrv) |
-| [ITVX](#itvx) | [Crave](#crav) | |
-| [MY5](#my5) | [OViD](#ovid) | |
-| [NOW](#now) | [Star+](#strp) | |
+| [ITVX](#itvx) | [CBC](#cbc) | |
+| [MY5](#my5) | [Crave](#crav) | |
+| [NOW](#now) | [OViD](#ovid) | |
+| | [Star+](#strp) | |
+| | | |
---
@@ -2284,6 +2286,24 @@ We've made 3 guides related to this.
---
+#### CBC
+
+CBC
+
+??? question "CBC - [Click to show/hide]"
+
+ {! include-markdown "../../includes/cf-descriptions/cbc.md" !}
+
+??? example "JSON - [Click to show/hide]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/radarr/cf/cbc.json' %]][[% endfilter %]]
+ ```
+
+[TOP](#index)
+
+---
+
#### Crav
Crave
diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md
index 809cd2e67..a76caa984 100644
--- a/docs/Sonarr/sonarr-collection-of-custom-formats.md
+++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md
@@ -80,14 +80,14 @@ We've made 3 guides related to this.
| UK Streaming Services | Misc Streaming Services | Anime Streaming Services | Optional Streaming Services |
|-----------------------|-------------------------|--------------------------|---------------------------------------------|
-| [4OD](#4od) | [AUBC](#aubc) | [B-Global](#b-global) | [UHD Streaming Boost](#uhd-streaming-boost) |
-| [ALL4](#all4) | [Crave](#crav) | [Bilibili](#bilibili) | [UHD Streaming Cut](#uhd-streaming-cut) |
-| [BBC iPlayer](#ip) | [Discovery+](#dscp) | [Crunchyroll](#cr) | |
-| [ITVX](#itvx) | [OViD](#ovid) | [Funimation](#funi) | |
-| [MY5](#my5) | [Star+](#strp) | [HIDIVE](#hidive) | |
-| [NOW](#now) | [YouTube Red](#red) | [VRV](#vrv) | |
-| | [Quibi](#qibi) | [ABEMA](#abema) | |
-| | | [ADN](#adn) | |
+| [4OD](#4od) | [AUBC](#aubc) | [ABEMA](#abema) | [UHD Streaming Boost](#uhd-streaming-boost) |
+| [ALL4](#all4) | [CBC](#cbc) | [ADN](#adn) | [UHD Streaming Cut](#uhd-streaming-cut) |
+| [BBC iPlayer](#ip) | [Crave](#crav) | [B-Global](#b-global) | |
+| [ITVX](#itvx) | [Discovery+](#dscp) | [Bilibili](#bilibili) | |
+| [MY5](#my5) | [OViD](#ovid) | [Crunchyroll](#cr) | |
+| [NOW](#now) | [Star+](#strp) | [Funimation](#funi) | |
+| | [YouTube Red](#red) | [HIDIVE](#hidive) | |
+| | [Quibi](#qibi) | [VRV](#vrv) | |
| | | [WKN](#wkn) | |
---
@@ -2138,6 +2138,24 @@ We've made 3 guides related to this.
---
+#### CBC
+
+CBC
+
+??? question "CBC - [Click to show/hide]"
+
+ {! include-markdown "../../includes/cf-descriptions/cbc.md" !}
+
+??? example "JSON - [Click to show/hide]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/cbc.json' %]][[% endfilter %]]
+ ```
+
+[TOP](#index)
+
+---
+
#### Crav
Crave
diff --git a/docs/json/radarr/cf/cbc.json b/docs/json/radarr/cf/cbc.json
new file mode 100644
index 000000000..1bf0a6f76
--- /dev/null
+++ b/docs/json/radarr/cf/cbc.json
@@ -0,0 +1,34 @@
+{
+ "trash_id": "d9058beaae2e147183870304dd526761",
+ "name": "CBC",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "CBC",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(CBC)\\b"
+ }
+ },
+ {
+ "name": "WEBDL",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 7
+ }
+ },
+ {
+ "name": "WEBRIP",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 8
+ }
+ }
+ ]
+}
diff --git a/docs/json/sonarr/cf/cbc.json b/docs/json/sonarr/cf/cbc.json
new file mode 100644
index 000000000..00b8cf466
--- /dev/null
+++ b/docs/json/sonarr/cf/cbc.json
@@ -0,0 +1,37 @@
+{
+ "trash_id": "defb0b4c8b3f6a15927c0f14c6e69c94",
+ "trash_scores": {
+ "default": 50
+ },
+ "name": "CBC",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "CBC",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(CBC)\\b"
+ }
+ },
+ {
+ "name": "WEBDL",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 3
+ }
+ },
+ {
+ "name": "WEBRIP",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 4
+ }
+ }
+ ]
+}
diff --git a/includes/cf-descriptions/cbc.md b/includes/cf-descriptions/cbc.md
new file mode 100644
index 000000000..d4b0507da
--- /dev/null
+++ b/includes/cf-descriptions/cbc.md
@@ -0,0 +1,11 @@
+**Canadian Broadcasting Corporation**
+
+[From Wikipedia, the free encyclopedia](){:target="\_blank" rel="noopener noreferrer"}
+
+The Canadian Broadcasting Corporation (French: Société Radio-Canada), branded as CBC/Radio-Canada, is the Canadian public broadcaster for both radio and television. It is a Crown corporation that serves as the national public broadcaster, with its English-language and French-language service units known as CBC and Radio-Canada, respectively.
+
+**CBC Gem**
+
+[From Wikipedia, the free encyclopedia](){:target="\_blank" rel="noopener noreferrer"}
+
+CBC Gem is CBC Television's over-the-top streaming platform; it launched in 2018, replacing the existing CBC TV app. The service carries live and on-demand programming from CBC Television, CBC News, and CBC Sports, as well as short- and long-form original programming and acquisitions (including films and television series).