From 2e959574ae0bbbf58223a9362aac4f9a4165fdc1 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:34:58 +0000 Subject: [PATCH] feat(guides): Add HTSR Streaming Service (#1806) --- .../Radarr-collection-of-custom-formats.md | 28 +++++++++++--- .../sonarr-collection-of-custom-formats.md | 26 +++++++++++-- docs/json/radarr/cf/htsr.json | 35 +++++++++++++++++ docs/json/sonarr/cf/htsr.json | 38 +++++++++++++++++++ includes/cf-descriptions/htsr.md | 5 +++ 5 files changed, 123 insertions(+), 9 deletions(-) create mode 100644 docs/json/radarr/cf/htsr.json create mode 100644 docs/json/sonarr/cf/htsr.json create mode 100644 includes/cf-descriptions/htsr.md diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 6d5b5bf3f..8364d5b61 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -69,10 +69,10 @@ We've made 3 guides related to this. | General Streaming Services | Asian Streaming Services | Dutch Streaming Services | | -------------------------- | ------------------------ | ------------------------ | | [Amazon](#amzn) | [FOD](#fod) | [Pathe Thuis](#pathe) | -| [Apple TV+](#atvp) | [TVer](#tver) | [Videoland](#vdl) | -| [Bravia Core](#bcore) | [U-NEXT](#u-next) | | -| [Criterion Channel](#crit) | [VIU](#viu) | | -| [Disney+](#dsnp) | | | +| [Apple TV+](#atvp) | [Disney+ Hotstar](#htsr) | [Videoland](#vdl) | +| [Bravia Core](#bcore) | [TVer](#tver) | | +| [Criterion Channel](#crit) | [U-NEXT](#u-next) | | +| [Disney+](#dsnp) | [VIU](#viu) | | | [HBO](#hbo) | | | | [HBO Max](#hmax) | | | | [Hulu](#hulu) | | | @@ -2028,7 +2028,7 @@ We've made 3 guides related to this. --- -### Asian Streamin Services +### Asian Streaming Services --- @@ -2050,6 +2050,24 @@ We've made 3 guides related to this. --- +#### HTSR + +Disney+ Hotstar + +??? question "Disney+ Hotstar - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/htsr.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/htsr.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + #### TVer TVer diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 066b76546..96a35d9e0 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -62,10 +62,10 @@ We've made 3 guides related to this. | General Streaming Services | French Streaming Services | Asian Streaming Services | Dutch Streaming Services | | -------------------------- | ------------------------- | ------------------------ | ------------------------ | | [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) | | [VIU](#viu) | | -| [Disney+](#dsnp) | | | | +| [Apple TV+](#atvp) | [RTBF](#rtbf) | [Disney+ Hotstar](#htsr) | [Videoland](#vdl) | +| [Comedy Central](#cc) | [SALTO](#salto) | [TVer](#tver) | | +| [DC Universe](#dcu) | | [U-NEXT](#u-next) | | +| [Disney+](#dsnp) | | [VIU](#viu) | | | [HBO Max](#hmax) | | | | | [HBO](#hbo) | | | | | [Hulu](#hulu) | | | | @@ -1827,6 +1827,24 @@ We've made 3 guides related to this. --- +#### HTSR + +Disney+ Hotstar + +??? question "Disney+ Hotstar - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/htsr.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/htsr.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + #### TVer TVer diff --git a/docs/json/radarr/cf/htsr.json b/docs/json/radarr/cf/htsr.json new file mode 100644 index 000000000..5b4354453 --- /dev/null +++ b/docs/json/radarr/cf/htsr.json @@ -0,0 +1,35 @@ +{ + "trash_id": "834b2c0ba0a8596029b4479a29e1a032", + "trash_regex": "https://regex101.com/r/PNiRKh/1", + "name": "HTSR", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Hotstar", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(HTSR)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} diff --git a/docs/json/sonarr/cf/htsr.json b/docs/json/sonarr/cf/htsr.json new file mode 100644 index 000000000..e72ae81cd --- /dev/null +++ b/docs/json/sonarr/cf/htsr.json @@ -0,0 +1,38 @@ +{ + "trash_id": "4404ad44d87ccbb82746e180713112fb", + "trash_regex": "https://regex101.com/r/PNiRKh/1", + "trash_scores": { + "default": 50 + }, + "name": "HTSR", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Hotstar", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(HTSR)\\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/includes/cf-descriptions/htsr.md b/includes/cf-descriptions/htsr.md new file mode 100644 index 000000000..710e6b1d6 --- /dev/null +++ b/includes/cf-descriptions/htsr.md @@ -0,0 +1,5 @@ +**Disney+ Hotstar**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Disney%2B_Hotstar){:target="_blank" rel="noopener noreferrer"} + +Disney+ Hotstar is an Indian subscription video-on-demand over-the-top streaming service owned by Disney Star, a subsidiary of the Disney Entertainment business segment of The Walt Disney Company, featuring domestic Indian film, television and sports content for India itself and its worldwide diaspora. It also includes imported content from and serves Southeast Asia as well.