[Radarr] Added dutch streaming service

- Added: Dutch streaming service
- Added: Dutch rlsgrp
pull/1034/head^2
TRaSH 1 year ago committed by TRaSH
parent a6061f9a26
commit 3d84235e01

@ -58,7 +58,7 @@ I also made 3 guides related to this one.
| [Theatrical Cut](#theatrical-cut) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Peacock TV](#pcok) |
| [IMAX](#imax) | | [WEB Tier 01](#web-tier-01) | [Paramount+](#pmtp) |
| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 02](#web-tier-02) | [Movies Anywhere](#ma) |
| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | |
| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | [Pathe Thuis](#pathe) |
------
@ -1645,6 +1645,26 @@ I also made 3 guides related to this one.
<sub><sup>[TOP](#index)</sup>
------
### Pathe
<sub>Pathé Thuis</sub>
??? faq "Pathé Thuis - [CLICK TO EXPAND]"
[From Wikipedia, the free encyclopedia](https://nl.wikipedia.org/wiki/Path%C3%A9_Thuis){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/pathe.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Anime
------

@ -0,0 +1,34 @@
{
"trash_id": "bf7e73dd1d85b12cc527dc619761c840",
"name": "Pathe",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Pathé",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(Pathe)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}

@ -5,57 +5,66 @@
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"name": "GNOMiSSiON",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
"value": "\\b(GNOMiSSiON)\\b"
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"name": "ROCCaT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
"value": "\\b(ROCCaT)\\b"
}
},
{
"name": "GNOMiSSiON",
"name": "SiGMA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(GNOMiSSiON)\\b"
"value": "\\b(SiGMA)\\b"
}
},
{
"name": "ROCCaT",
"name": "SLiGNOME",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(ROCCaT)\\b"
"value": "\\b(SLiGNOME)\\b"
}
},
{
"name": "SiGMA",
"name": "SwAgLaNdEr",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(SiGMA)\\b"
"value": "\\b(SwAgLaNdEr)\\b"
}
},
{
"name": "SLiGNOME",
"implementation": "ReleaseGroupSpecification",
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(SLiGNOME)\\b"
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]

Loading…
Cancel
Save