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 linespull/2096/head
parent
825b6fed98
commit
878b602380
@ -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…
Reference in new issue