feat(starr): add `TVer` streaming service to CF

pull/1594/head
Kuredant 8 months ago
parent a5fa9c7cf1
commit 450d84cd65

@ -67,6 +67,7 @@ I also made 3 guides related to this one.
| | | | [Crave](#crav) |
| | | | [OViD](#ovid) |
| | | | [FOD](#fod) |
| | | | [TVer](#tver) |
------
@ -1975,6 +1976,25 @@ I also made 3 guides related to this one.
------
### TVer
<sub>TVer</sub>
??? question "TVer - [Click to show/hide]"
- [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/TVer_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
- [TVer Website](https://tver.jp){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/tver.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Anime
------

@ -74,6 +74,7 @@ I also made 3 guides related to this one.
| | | | [UHD Streaming Boost](#uhd-streaming-boost) |
| | | | [UHD Streaming Cut](#uhd-streaming-cut) |
| | | | [FOD](#fod) |
| | | | [TVer](#tver) |
------
@ -1846,6 +1847,25 @@ I also made 3 guides related to this one.
------
### TVer
<sub>TVer</sub>
??? question "TVer - [Click to show/hide]"
- [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/TVer_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
- [TVer Website](https://tver.jp){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/tver.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Anime
------

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

@ -19,6 +19,7 @@
| [{{ 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'] }} |
| [{{ radarr['cf']['fod']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fod) | 0 | {{ radarr['cf']['fod']['trash_id'] }} |
| [{{ radarr['cf']['tver']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#tver) | 0 | {{ radarr['cf']['tver']['trash_id'] }} |
------
Breakdown and Why

@ -23,3 +23,4 @@
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_scores']['default'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |
| [{{ sonarr['cf']['ovid']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#ovid) | {{ sonarr['cf']['ovid']['trash_scores']['default'] }} | {{ sonarr['cf']['ovid']['trash_id'] }} |
| [{{ sonarr['cf']['fod']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#fod) | 0 | {{ sonarr['cf']['fod']['trash_id'] }} |
| [{{ sonarr['cf']['tver']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#tver) | 0 | {{ sonarr['cf']['tver']['trash_id'] }} |

Loading…
Cancel
Save