Feat/arrs ovid streaming service (#1441)

pull/1442/head
yammes08 2 years ago committed by GitHub
commit 5575d3cfee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 "OViD - [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 "OViD - [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,36 @@
{
"trash_id": "fb1a91cdc0f26f7ca0696e0e95274645",
"trash_score": "50",
"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
}
}
]
}

@ -1,3 +1,9 @@
# 2023-07-09 12:40
**[Updated]**
- [Sonarr] Add OViD streaming service CF
- [Radarr] Add OViD streaming service CF
- [Guide] Updated streaming service
# 2023-07-09 09:45
**[Updated]**
- [Sonarr] Updated Anime Raws CF to add Fumi-Raws and Koi-Raws

@ -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

@ -21,3 +21,4 @@
| [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |
| [{{ sonarr['cf']['ovid']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#ovid) | {{ sonarr['cf']['ovid']['trash_score'] }} | {{ sonarr['cf']['ovid']['trash_id'] }} |

@ -21,6 +21,7 @@
| [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |
| [{{ sonarr['cf']['ovid']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#ovid) | {{ sonarr['cf']['ovid']['trash_score'] }} | {{ sonarr['cf']['ovid']['trash_id'] }} |
| :warning: [{{ sonarr['cf']['uhd-streaming-boost']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost) | {{ sonarr['cf']['uhd-streaming-boost']['trash_score'] }} | {{ sonarr['cf']['uhd-streaming-boost']['trash_id'] }} |
| :warning: [{{ sonarr['cf']['uhd-streaming-cut']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut) | {{ sonarr['cf']['uhd-streaming-cut']['trash_score'] }} | {{ sonarr['cf']['uhd-streaming-cut']['trash_id'] }} |

Loading…
Cancel
Save