Add ITVX to Radarr

- Create new ITVX streaming service custom format for Radarr
- Add new ITVX streaming service custom format to Radarr collection of custom formats table and description
pull/1799/head
yammes08 4 months ago
parent 4bfc083361
commit 90057e54f7

@ -86,7 +86,7 @@ We've made 3 guides related to this.
| UK Streaming Services | Misc Streaming Services | Anime Streaming Services |
| --------------------- | ----------------------- | ------------------------ |
| [BBC iPlayer](#ip) | [Crave](#crav) | [VRV](#vrv) |
| | [OViD](#ovid) | |
| [ITVX](#itvx) | [OViD](#ovid) | |
---
@ -1936,6 +1936,24 @@ We've made 3 guides related to this.
---
### ITVX
<sub>ITVX aka ITV</sub>
??? question "ITVX aka ITV - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/itvx.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/itvx.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### NF
<sub>Netflix</sub>

@ -0,0 +1,35 @@
{
"trash_id": "c3492a26af412e385404eade438ec51c",
"trash_regex": "https://regex101.com/r/WzmpCx/1",
"name": "ITVX",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "ITVX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bITV(X)?\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}
Loading…
Cancel
Save