Skip to content

Commit

Permalink
feat(guide): Add streaming service MY5 (#2092)
Browse files Browse the repository at this point in the history
* feat(guide): Add streaming service `MY5`

* Apply suggestions from code review

Co-authored-by: nuxen <[email protected]>

---------

Co-authored-by: nuxen <[email protected]>
  • Loading branch information
TRaSH- and nuxencs authored Oct 12, 2024
1 parent 77988bc commit 81f8a59
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 5 deletions.
23 changes: 21 additions & 2 deletions docs/Radarr/Radarr-collection-of-custom-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | | |

---

Expand Down Expand Up @@ -2225,6 +2226,24 @@ We've made 3 guides related to this.

---

#### MY5

<sub>MY5 aka Channel 5</sub>

??? 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 %]]
```

<sub><sup>[TOP](#index)</sup></sub>

---

#### NOW

<sub>NOW</sub>
Expand Down
24 changes: 21 additions & 3 deletions docs/Sonarr/sonarr-collection-of-custom-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | |
Expand Down Expand Up @@ -2080,6 +2080,24 @@ We've made 3 guides related to this.

---

#### MY5

<sub>MY5 aka Channel 5</sub>

??? 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 %]]
```

<sub><sup>[TOP](#index)</sup></sub>

---

#### NOW

<sub>NOW</sub>
Expand Down
34 changes: 34 additions & 0 deletions docs/json/radarr/cf/my5.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]
}
37 changes: 37 additions & 0 deletions docs/json/sonarr/cf/my5.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]
}
5 changes: 5 additions & 0 deletions includes/cf-descriptions/my5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**MY5**<br>

[From Wikipedia, the free encyclopedia](<https://en.wikipedia.org/wiki/My5>){: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.

0 comments on commit 81f8a59

Please sign in to comment.