feat(guide): Starr - Add Streaming Services `CBC` (Canada) Custom Format (#2110)

* feat(guide): Add Streaming Services CBC (Canada) Custom Format to Sonarr/Radarr

* Update cbc.md

Updated description

* fix:  MD012/no-multiple-blanks Multiple consecutive blank lines
pull/2096/head
TRaSH 4 weeks ago committed by GitHub
parent 825b6fed98
commit 878b602380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
<sub>CBC</sub>
??? 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 %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
#### Crav
<sub>Crave</sub>

@ -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
<sub>CBC</sub>
??? 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 %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
#### Crav
<sub>Crave</sub>

@ -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
}
}
]
}

@ -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
}
}
]
}

@ -0,0 +1,11 @@
**Canadian Broadcasting Corporation**<br>
[From Wikipedia, the free encyclopedia](<https://en.wikipedia.org/wiki/Canadian_Broadcasting_Corporationn>){: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**<br>
[From Wikipedia, the free encyclopedia](<https://en.wikipedia.org/wiki/CBC_Gem>){: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).
Loading…
Cancel
Save