From f083f8859afefaa900c73884d6a6e9fc9d7715ce Mon Sep 17 00:00:00 2001
From: nuxen <47067662+nuxencs@users.noreply.github.com>
Date: Tue, 23 May 2023 20:52:04 +0200
Subject: [PATCH 1/4] feat(starr): add MAX CF
---
docs/json/radarr/cf/max.json | 34 +++++++++++++++++++++++++++++
docs/json/sonarr/cf/max.json | 35 ++++++++++++++++++++++++++++++
docs/json/sonarr/rp/streaming.json | 3 ++-
3 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 docs/json/radarr/cf/max.json
create mode 100644 docs/json/sonarr/cf/max.json
diff --git a/docs/json/radarr/cf/max.json b/docs/json/radarr/cf/max.json
new file mode 100644
index 000000000..1016c3a38
--- /dev/null
+++ b/docs/json/radarr/cf/max.json
@@ -0,0 +1,34 @@
+{
+ "trash_id": "26a4b44a837bf97b972628509912b4a5",
+ "name": "MAX",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "MAX",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b((?
Date: Tue, 23 May 2023 22:29:25 +0200
Subject: [PATCH 2/4] feat(starr): add Max to guide
---
.../Radarr-collection-of-custom-formats.md | 31 +++++++++++++++----
docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 4 +++
.../sonarr-collection-of-custom-formats.md | 23 ++++++++++++--
docs/json/radarr/cf/max.json | 4 +--
docs/json/sonarr/cf/max.json | 2 +-
5 files changed, 53 insertions(+), 11 deletions(-)
diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md
index 60c29550b..aee4679b3 100644
--- a/docs/Radarr/Radarr-collection-of-custom-formats.md
+++ b/docs/Radarr/Radarr-collection-of-custom-formats.md
@@ -54,12 +54,13 @@ I also made 3 guides related to this one.
| [4K Remaster](#4k-remaster) | [3D](#3d) | [Remux Tier 03](#remux-tier-03) | [Disney+](#dsnp) |
| [Special Edition](#special-edition) | [x265 (HD)](#x265-hd) | [UHD Bluray Tier 01](#uhd-bluray-tier-01) | [HBO](#hbo) |
| [Criterion Collection](#criterion-collection) | [Upscaled](#upscaled) | [UHD Bluray Tier 02](#uhd-bluray-tier-02) | [HBO Max](#hmax) |
-| [Masters of Cinema](#masters-of-cinema) | | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | [Hulu](#hulu) |
-| [Vinegar Syndrome](#vinegar-syndrome) | | [HD Bluray Tier 01](#hd-bluray-tier-01) | [Netflix](#nf) |
-| [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) | [Pathe Thuis](#pathe) |
+| [Masters of Cinema](#masters-of-cinema) | | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | [Max](#max) |
+| [Vinegar Syndrome](#vinegar-syndrome) | | [HD Bluray Tier 01](#hd-bluray-tier-01) | [Hulu](#hulu) |
+| [Theatrical Cut](#theatrical-cut) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Netflix](#nf) |
+| [IMAX](#imax) | | [WEB Tier 01](#web-tier-01) | [Peacock TV](#pcok) |
+| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 02](#web-tier-02) | [Paramount+](#pmtp) |
+| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | [Movies Anywhere](#ma) |
+| | | | [Pathe Thuis](#pathe) |
| | | | [Bravia Core](#bcore) |
| | | | [Stan](#stan) |
@@ -1686,6 +1687,24 @@ I also made 3 guides related to this one.
------
+### Max
+
+Max
+
+??? question "Max - [CLICK TO EXPAND]"
+
+ [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Max_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
+
+??? example "JSON - [CLICK TO EXPAND]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/radarr/cf/max.json' %]][[% endfilter %]]
+ ```
+
+[TOP](#index)
+
+------
+
### Hulu
Hulu
diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md
index 4f9d33e4a..f0eb7885b 100644
--- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md
+++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md
@@ -165,6 +165,10 @@ Add this to your `Preferred (3)` with a score of [90]
/\b(hmax|hbom|hbo[ ._-]max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
+```bash
+/\b((?Max
+
+??? question "Max - [CLICK TO EXPAND]"
+
+ [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Max_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
+
+??? example "JSON - [CLICK TO EXPAND]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/max.json' %]][[% endfilter %]]
+ ```
+
+[TOP](#index)
+
+------
+
### Hulu
Hulu
diff --git a/docs/json/radarr/cf/max.json b/docs/json/radarr/cf/max.json
index 1016c3a38..5e07b40c8 100644
--- a/docs/json/radarr/cf/max.json
+++ b/docs/json/radarr/cf/max.json
@@ -1,10 +1,10 @@
{
"trash_id": "26a4b44a837bf97b972628509912b4a5",
- "name": "MAX",
+ "name": "Max",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
- "name": "MAX",
+ "name": "Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
diff --git a/docs/json/sonarr/cf/max.json b/docs/json/sonarr/cf/max.json
index c11e49bbb..3cf1d69f7 100644
--- a/docs/json/sonarr/cf/max.json
+++ b/docs/json/sonarr/cf/max.json
@@ -1,7 +1,7 @@
{
"trash_id": "91dd233816c14c507782b87b86a3a2cf",
"trash_score": "90",
- "name": "MAX",
+ "name": "Max",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
From 05b32d3cd5a20c70f613908c2b3c51c994ab55a0 Mon Sep 17 00:00:00 2001
From: nuxen <47067662+nuxencs@users.noreply.github.com>
Date: Tue, 23 May 2023 23:11:41 +0200
Subject: [PATCH 3/4] fix(starr): small fixes for Max
---
docs/json/radarr/cf/max.json | 2 +-
docs/json/sonarr/cf/max.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/json/radarr/cf/max.json b/docs/json/radarr/cf/max.json
index 5e07b40c8..1fb18bea9 100644
--- a/docs/json/radarr/cf/max.json
+++ b/docs/json/radarr/cf/max.json
@@ -1,5 +1,5 @@
{
- "trash_id": "26a4b44a837bf97b972628509912b4a5",
+ "trash_id": "6a061313d22e51e0f25b7cd4dc065233",
"name": "Max",
"includeCustomFormatWhenRenaming": true,
"specifications": [
diff --git a/docs/json/sonarr/cf/max.json b/docs/json/sonarr/cf/max.json
index 3cf1d69f7..710ff4472 100644
--- a/docs/json/sonarr/cf/max.json
+++ b/docs/json/sonarr/cf/max.json
@@ -1,11 +1,11 @@
{
- "trash_id": "91dd233816c14c507782b87b86a3a2cf",
+ "trash_id": "81d1fbf600e2540cee87f3a23f9d3c1c",
"trash_score": "90",
"name": "Max",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
- "name": "MAX",
+ "name": "Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
From 49bdf5e51e192b805d9d717b4b9304d251558b05 Mon Sep 17 00:00:00 2001
From: nuxen <47067662+nuxencs@users.noreply.github.com>
Date: Tue, 23 May 2023 23:18:37 +0200
Subject: [PATCH 4/4] chore(starr): added Max in streaming service table
---
includes/cf/radarr-streaming-services.md | 1 +
includes/cf/sonarr-streaming-services.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/includes/cf/radarr-streaming-services.md b/includes/cf/radarr-streaming-services.md
index ecb01c28c..401f5123f 100644
--- a/includes/cf/radarr-streaming-services.md
+++ b/includes/cf/radarr-streaming-services.md
@@ -7,6 +7,7 @@
| [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} |
| [{{ radarr['cf']['hbo']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hbo) | 0 | {{ radarr['cf']['hbo']['trash_id'] }} |
| [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} |
+ | [{{ radarr['cf']['max']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#max) | 0 | {{ radarr['cf']['max']['trash_id'] }} |
| [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} |
| [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_score'] }} | {{ radarr['cf']['ma']['trash_id'] }} |
| [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} |
diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md
index e9cc2c9ae..bef5449eb 100644
--- a/includes/cf/sonarr-streaming-services.md
+++ b/includes/cf/sonarr-streaming-services.md
@@ -7,6 +7,7 @@
| [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_score'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} |
| [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_score'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} |
| [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_score'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} |
+ | [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_score'] }} | {{ sonarr['cf']['max']['trash_id'] }} |
| [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_score'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} |
| [{{ sonarr['cf']['it']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_score'] }} | {{ sonarr['cf']['it']['trash_id'] }} |
| [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_score'] }} | {{ sonarr['cf']['nf']['trash_id'] }} |