feat(guide): Starr - Add Streaming Services `AUBC` (Australian Broadcasting Corporation (ABC) ) Custom Format (#2111)
* feat(guide): Add Streaming Services `AUBC` (Australian Broadcasting Corporation (ABC) ) Custom Format to Sonarr/Radarr * fixed: copy/paste error during sortpull/2110/head
parent
45cd1b5efb
commit
825b6fed98
@ -0,0 +1,34 @@
|
||||
{
|
||||
"trash_id": "3bf143ecd06f66ed88da4c704350af1d",
|
||||
"name": "AUBC",
|
||||
"includeCustomFormatWhenRenaming": true,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "AUBC",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(AUBC)\\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": "e6e299075e22ac8f541f722254c8350a",
|
||||
"trash_scores": {
|
||||
"default": 50
|
||||
},
|
||||
"name": "AUBC",
|
||||
"includeCustomFormatWhenRenaming": true,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "AUBC",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(AUBC)\\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,5 @@
|
||||
**AUBC**<br>
|
||||
|
||||
[From Wikipedia, the free encyclopedia](<https://en.wikipedia.org/wiki/Australian_Broadcasting_Corporation>){:target="\_blank" rel="noopener noreferrer"}
|
||||
|
||||
The Australian Broadcasting Corporation (ABC) is the national broadcaster of Australia
|
Loading…
Reference in new issue