[Starr] Added Streaming Service `STAN`.

pull/1125/head
TRaSH 1 year ago
parent 7be5704fc1
commit 70b08e7b65

@ -60,6 +60,7 @@ I also made 3 guides related to this one.
| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 02](#web-tier-02) | [Movies Anywhere](#ma) |
| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | [Pathe Thuis](#pathe) |
| | | | [Bravia Core](#bcore) |
| | | | [Stan](#stan) |
------
@ -1687,6 +1688,24 @@ I also made 3 guides related to this one.
------
### STAN
<sub>Stan</sub>
??? question "STAN - [CLICK TO EXPAND]"
[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Stan_(service)){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/stan.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Anime
------

@ -198,6 +198,10 @@ Add this to your `Preferred (3)` with a score of [75]
/\b(pmtp)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(stan)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
!!! danger "Caution"
Don't forget to click on `SAVE` after you've added everything you want to the release profile :bangbang:

@ -60,6 +60,7 @@ I also made 3 guides related to this one.
| | | | [Peacock TV](#pcok) |
| | | | [Quibi](#qibi) |
| | | | [SHOWTIME](#sho) |
| | | | [Stan](#stan) |
| | | | [Videoland](#vdl) |
| | | | [YouTube Red](#red) |
| | | | [iTunes](#it) |
@ -1535,6 +1536,24 @@ I also made 3 guides related to this one.
------
### STAN
<sub>Stan</sub>
??? question "STAN - [CLICK TO EXPAND]"
[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Stan_(service)){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/stan.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### RED
<sub>RED = Youtube Red = Youtube Premium</sub>

@ -0,0 +1,35 @@
{
"trash_id": "c2863d2a50c9acad1fb50e53ece60817",
"trash_regex": "https://regex101.com/r/IMS7Or/1",
"name": "STAN",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Stan",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(stan)\\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,36 @@
{
"trash_id": "1efe8da11bfd74fbbcd4d8117ddb9213",
"trash_score": "75",
"trash_regex": "https://regex101.com/r/IMS7Or/1",
"name": "STAN",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Stan",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(stan)\\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
}
}
]
}

@ -41,7 +41,8 @@
"/\\b(it)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(pmtp)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(vdl)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(nlz)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(nlz)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(stan)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
}
],

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

@ -16,4 +16,5 @@
| [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_score'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} |
| [{{ 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']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_score'] }} | {{ sonarr['cf']['stan']['trash_id'] }} |
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |

Loading…
Cancel
Save