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 sort
pull/2110/head
TRaSH 4 weeks ago committed by GitHub
parent 45cd1b5efb
commit 825b6fed98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -86,10 +86,10 @@ We've made 3 guides related to this.
| UK Streaming Services | Misc Streaming Services | Anime Streaming Services |
|-----------------------|-------------------------|--------------------------|
| [BBC iPlayer](#ip) | [Crave](#crav) | [VRV](#vrv) |
| [ITVX](#itvx) | [OViD](#ovid) | |
| [MY5](#my5) | [Star+](#strp) | |
| [NOW](#now) | | |
| [BBC iPlayer](#ip) | [AUBC](#aubc) | [VRV](#vrv) |
| [ITVX](#itvx) | [Crave](#crav) | |
| [MY5](#my5) | [OViD](#ovid) | |
| [NOW](#now) | [Star+](#strp) | |
---
@ -2266,6 +2266,24 @@ We've made 3 guides related to this.
---
#### AUBC
<sub>Australian Broadcasting Corporation</sub>
??? question "AUBC - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/aubc.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/aubc.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
#### Crav
<sub>Crave</sub>

@ -80,13 +80,13 @@ We've made 3 guides related to this.
| UK Streaming Services | Misc Streaming Services | Anime Streaming Services | Optional Streaming Services |
|-----------------------|-------------------------|--------------------------|---------------------------------------------|
| [4OD](#4od) | [Crave](#crav) | [B-Global](#b-global) | [UHD Streaming Boost](#uhd-streaming-boost) |
| [ALL4](#all4) | [Discovery+](#dscp) | [Bilibili](#bilibili) | [UHD Streaming Cut](#uhd-streaming-cut) |
| [BBC iPlayer](#ip) | [OViD](#ovid) | [Crunchyroll](#cr) | |
| [ITVX](#itvx) | [Star+](#strp) | [Funimation](#funi) | |
| [MY5](#my5) | [YouTube Red](#red) | [HIDIVE](#hidive) | |
| [NOW](#now) | [Quibi](#qibi) | [VRV](#vrv) | |
| | | [ABEMA](#abema) | |
| [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) | |
| | | [WKN](#wkn) | |
@ -2120,6 +2120,24 @@ We've made 3 guides related to this.
---
#### AUBC
<sub>Australian Broadcasting Corporation</sub>
??? question "AUBC - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/aubc.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/aubc.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
#### Crav
<sub>Crave</sub>

@ -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…
Cancel
Save