feat(starr): Add Custom Format for streaming service VIU (#1795)

pull/1803/head
TRaSH 3 months ago committed by GitHub
parent e6fd0db316
commit 77acf74d41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -71,7 +71,7 @@ We've made 3 guides related to this.
| [Amazon](#amzn) | [FOD](#fod) | [Pathe Thuis](#pathe) |
| [Apple TV+](#atvp) | [TVer](#tver) | [Videoland](#vdl) |
| [Bravia Core](#bcore) | [U-NEXT](#u-next) | |
| [Criterion Channel](#crit) | | |
| [Criterion Channel](#crit) | [VIU](#viu) | |
| [Disney+](#dsnp) | | |
| [HBO](#hbo) | | |
| [HBO Max](#hmax) | | |
@ -2188,6 +2188,24 @@ We've made 3 guides related to this.
---
### VIU
<sub>VIU</sub>
??? question "VIU - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/viu.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/viu.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### VRV
??? question "VRV - [Click to show/hide]"

@ -64,7 +64,7 @@ We've made 3 guides related to this.
| [Amazon](#amzn) | [CANAL+](#canalplus) | [FOD](#fod) | [NLZiet](#nlz) |
| [Apple TV+](#atvp) | [RTBF](#rtbf) | [TVer](#tver) | [Videoland](#vdl) |
| [Comedy Central](#cc) | [SALTO](#salto) | [U-NEXT](#u-next) | |
| [DC Universe](#dcu) | | | |
| [DC Universe](#dcu) | | [VIU](#viu) | |
| [Disney+](#dsnp) | | | |
| [HBO Max](#hmax) | | | |
| [HBO](#hbo) | | | |
@ -1995,6 +1995,24 @@ We've made 3 guides related to this.
---
### VIU
<sub>VIU</sub>
??? question "VIU - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/viu.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/viu.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
---
### ALL4
<sub>ALL4</sub>

@ -0,0 +1,34 @@
{
"trash_id": "1b355ff093fd1064b75ea98c616881b1",
"name": "VIU",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "VIU",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(viu)\\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
}
}
]
}

@ -0,0 +1,37 @@
{
"trash_id": "93c9d1e566dca8b34d57f5efbbf85f28",
"trash_scores": {
"default": 50
},
"name": "VIU",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "VIU",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(viu)\\b[ ._-]web[ ._-]?(dl|rip)?\\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 @@
**VIU**<br>
[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Viu_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
Viu (pronounced as view) is a Hong Kong-based over-the-top (OTT) video streaming provider, Viu delivers content in different genres from Asia's top content providers with local language subtitles, as well as original production series under the Viu Original initiative (similar to original programming from other services like Disney+, Amazon Prime Video and Netflix).
Loading…
Cancel
Save