feat(arrs): add OViD streaming Service

pull/1441/head
FonduemangVI 11 months ago
parent b5b56efc3b
commit c39ed7963d

@ -65,6 +65,7 @@ I also made 3 guides related to this one.
| | | | [Bravia Core](#bcore) |
| | | | [Stan](#stan) |
| | | | [Crave](#crav) |
| | | | [OViD](#ovid) |
------
@ -1919,6 +1920,24 @@ I also made 3 guides related to this one.
------
### OViD
<sub>OViD</sub>
??? question "CRAVE - [CLICK TO EXPAND]"
[OViD Website](https://search.ovid.tv/other/about){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/ovid.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Anime
------

@ -70,6 +70,7 @@ I also made 3 guides related to this one.
| | | | [RTBF](#rtbf) |
| | | | [Comedy Central](#cc) |
| | | | [Crave](#crav) |
| | | | [OViD](#ovid) |
| | | | [UHD Streaming Boost](#uhd-streaming-boost) |
| | | | [UHD Streaming Cut](#uhd-streaming-cut) |
@ -1774,6 +1775,24 @@ I also made 3 guides related to this one.
------
### OViD
<sub>OViD</sub>
??? question "CRAVE - [CLICK TO EXPAND]"
[OViD Website](https://search.ovid.tv/other/about){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/ovid.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### UHD Streaming Boost
??? question "UHD Streaming Boost - [CLICK TO EXPAND]"

@ -0,0 +1,35 @@
{
"trash_id": "fbca986396c5e695ef7b2def3c755d01",
"trash_regex": "https://regex101.com/r/hWHpjV/1",
"name": "OViD",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "OViD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ovid)\\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,35 @@
{
"trash_id": "fb1a91cdc0f26f7ca0696e0e95274645",
"trash_regex": "https://regex101.com/r/hWHpjV/1",
"name": "OViD",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "OViD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ovid)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}

@ -17,6 +17,7 @@
| [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} |
| [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} |
| [{{ radarr['cf']['stan']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#stan) | 0 | {{ radarr['cf']['stan']['trash_id'] }} |
| [{{ radarr['cf']['ovid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ovid) | 0 | {{ radarr['cf']['ovid']['trash_id'] }} |
------
Breakdown and Why

Loading…
Cancel
Save