diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index fcd6676d4..485d95d8f 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -85,10 +85,11 @@ We've made 3 guides related to this. | [Stan](#stan) | | | | UK Streaming Services | Misc Streaming Services | Anime Streaming Services | -| --------------------- | ----------------------- | ------------------------ | +|-----------------------|-------------------------|--------------------------| | [BBC iPlayer](#ip) | [Crave](#crav) | [VRV](#vrv) | | [ITVX](#itvx) | [OViD](#ovid) | | -| [NOW](#now) | [Star+](#strp) | | +| [MY5](#my5) | [Star+](#strp) | | +| [NOW](#now) | | | --- @@ -2225,6 +2226,24 @@ We've made 3 guides related to this. --- +#### MY5 + +MY5 aka Channel 5 + +??? question "MY5 aka Channel 5 - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/my5.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/my5.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + #### NOW NOW diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 16c1cc853..8edd8a316 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -79,13 +79,13 @@ We've made 3 guides related to this. | [Syfy](#syfy) | | | | | UK Streaming Services | Misc Streaming Services | Anime Streaming Services | Optional Streaming Services | -| --------------------- | ----------------------- | ------------------------ | ------------------------------------------- | +|-----------------------|-------------------------|--------------------------|---------------------------------------------| | [4OD](#4od) | [Crave](#crav) | [B-Global](#b-global) | [UHD Streaming Boost](#uhd-streaming-boost) | | [ALL4](#all4) | [Discovery+](#dscp) | [Bilibili](#bilibili) | [UHD Streaming Cut](#uhd-streaming-cut) | | [BBC iPlayer](#ip) | [OViD](#ovid) | [Crunchyroll](#cr) | | | [ITVX](#itvx) | [Star+](#strp) | [Funimation](#funi) | | -| [NOW](#now) | [YouTube Red](#red) | [HIDIVE](#hidive) | | -| | [Quibi](#qibi) | [VRV](#vrv) | | +| [MY5](#my5) | [YouTube Red](#red) | [HIDIVE](#hidive) | | +| [NOW](#now) | [Quibi](#qibi) | [VRV](#vrv) | | | | | [ABEMA](#abema) | | | | | [ADN](#adn) | | | | | [WKN](#wkn) | | @@ -2080,6 +2080,24 @@ We've made 3 guides related to this. --- +#### MY5 + +MY5 aka Channel 5 + +??? question "MY5 aka Channel 5 - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/my5.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/my5.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + #### NOW NOW diff --git a/docs/json/radarr/cf/my5.json b/docs/json/radarr/cf/my5.json new file mode 100644 index 000000000..a64b95ec0 --- /dev/null +++ b/docs/json/radarr/cf/my5.json @@ -0,0 +1,34 @@ +{ + "trash_id": "eacd2cb6c6d4a93e459df2cec6d7b97a", + "name": "MY5", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "My5", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(MY5)\\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/my5.json b/docs/json/sonarr/cf/my5.json new file mode 100644 index 000000000..c1a274741 --- /dev/null +++ b/docs/json/sonarr/cf/my5.json @@ -0,0 +1,37 @@ +{ + "trash_id": "9f72dc1059a6b277c21cee6a1f15f13f", + "trash_scores": { + "default": 50 + }, + "name": "MY5", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "My5", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(MY5)\\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/my5.md b/includes/cf-descriptions/my5.md new file mode 100644 index 000000000..376f88cb7 --- /dev/null +++ b/includes/cf-descriptions/my5.md @@ -0,0 +1,5 @@ +**MY5**
+ +[From Wikipedia, the free encyclopedia](){:target="\_blank" rel="noopener noreferrer"} + +My5 (previously Five Download and later Demand 5) is the brand name of video-on-demand services offered by Channel 5 in the United Kingdom.