-
-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(guide): Starr - Add Streaming Services
CBC
(Canada) Custom For…
…mat (#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
- Loading branch information
Showing
5 changed files
with
131 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |