From 70b08e7b65fe3e39cb61ced02d271f0976792e87 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 29 Jan 2023 18:01:09 +0100 Subject: [PATCH] [Starr] Added Streaming Service `STAN`. --- .../Radarr-collection-of-custom-formats.md | 19 ++++++++++ docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 4 +++ .../sonarr-collection-of-custom-formats.md | 19 ++++++++++ docs/json/radarr/cf/stan.json | 35 ++++++++++++++++++ docs/json/sonarr/cf/stan.json | 36 +++++++++++++++++++ docs/json/sonarr/rp/streaming.json | 3 +- includes/cf/radarr-streaming-services.md | 1 + includes/cf/sonarr-streaming-services.md | 1 + 8 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 docs/json/radarr/cf/stan.json create mode 100644 docs/json/sonarr/cf/stan.json diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 43eae0719..3798df83c 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -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 + +Stan + +??? 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 %]] + ``` + +[TOP](#index) + +------ + ## Anime ------ diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index e3af64279..bb94865bb 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -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: diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 2b16bf2c3..6237d706e 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -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 + +Stan + +??? 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 %]] + ``` + +[TOP](#index) + +------ + ### RED RED = Youtube Red = Youtube Premium diff --git a/docs/json/radarr/cf/stan.json b/docs/json/radarr/cf/stan.json new file mode 100644 index 000000000..ff54219e2 --- /dev/null +++ b/docs/json/radarr/cf/stan.json @@ -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 + } + } + ] +} diff --git a/docs/json/sonarr/cf/stan.json b/docs/json/sonarr/cf/stan.json new file mode 100644 index 000000000..8d199a581 --- /dev/null +++ b/docs/json/sonarr/cf/stan.json @@ -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 + } + } + ] +} diff --git a/docs/json/sonarr/rp/streaming.json b/docs/json/sonarr/rp/streaming.json index 524fc6fd0..1013798f3 100644 --- a/docs/json/sonarr/rp/streaming.json +++ b/docs/json/sonarr/rp/streaming.json @@ -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" ] } ], diff --git a/includes/cf/radarr-streaming-services.md b/includes/cf/radarr-streaming-services.md index 236180bb1..c058e8e75 100644 --- a/includes/cf/radarr-streaming-services.md +++ b/includes/cf/radarr-streaming-services.md @@ -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 diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md index c092c4f18..e8d555a8b 100644 --- a/includes/cf/sonarr-streaming-services.md +++ b/includes/cf/sonarr-streaming-services.md @@ -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'] }} |