Skip to content

Commit

Permalink
feat(starr): add U-NEXT streaming service to CF
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuredant committed Oct 15, 2023
1 parent 450d84c commit 1931b13
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/Radarr/Radarr-collection-of-custom-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ I also made 3 guides related to this one.
| | | | [OViD](#ovid) |
| | | | [FOD](#fod) |
| | | | [TVer](#tver) |
| | | | [U-NEXT](#u-next) |

------

Expand Down Expand Up @@ -1995,6 +1996,25 @@ I also made 3 guides related to this one.

------

### U-NEXT

<sub>U-NEXT</sub>

??? question "U-NEXT - [Click to show/hide]"

- [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/U-Next){:target="_blank" rel="noopener noreferrer"}
- [U-NEXT Website](https://video.unext.jp){:target="_blank" rel="noopener noreferrer"}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/u-next.json' %]][[% endfilter %]]
```

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

------

## Anime

------
Expand Down
20 changes: 20 additions & 0 deletions docs/Sonarr/sonarr-collection-of-custom-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ I also made 3 guides related to this one.
| | | | [UHD Streaming Cut](#uhd-streaming-cut) |
| | | | [FOD](#fod) |
| | | | [TVer](#tver) |
| | | | [U-NEXT](#u-next) |

------

Expand Down Expand Up @@ -1866,6 +1867,25 @@ I also made 3 guides related to this one.

------

### U-NEXT

<sub>U-NEXT</sub>

??? question "U-NEXT - [Click to show/hide]"

- [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/U-Next){:target="_blank" rel="noopener noreferrer"}
- [U-NEXT Website](https://video.unext.jp){:target="_blank" rel="noopener noreferrer"}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/u-next.json' %]][[% endfilter %]]
```

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

------

## Anime

------
Expand Down
35 changes: 35 additions & 0 deletions docs/json/radarr/cf/u-next.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"trash_id": "279bda7434fd9075786de274e6c3c202",
"trash_regex": "https://regex101.com/r/04ZSLm/1",
"name": "U-NEXT",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "U-NEXT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(u-next)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}
35 changes: 35 additions & 0 deletions docs/json/sonarr/cf/u-next.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"trash_id": "0e99e7cc719a8a73b2668c3a0c3fe10c",
"trash_regex": "https://regex101.com/r/eQuNMO/1",
"name": "U-NEXT",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "U-NEXT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(u-next)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}
1 change: 1 addition & 0 deletions includes/cf/radarr-streaming-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| [{{ radarr['cf']['ovid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ovid) | 0 | {{ radarr['cf']['ovid']['trash_id'] }} |
| [{{ radarr['cf']['fod']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#fod) | 0 | {{ radarr['cf']['fod']['trash_id'] }} |
| [{{ radarr['cf']['tver']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#tver) | 0 | {{ radarr['cf']['tver']['trash_id'] }} |
| [{{ radarr['cf']['u-next']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#u-next) | 0 | {{ radarr['cf']['u-next']['trash_id'] }} |

------
Breakdown and Why
Expand Down
1 change: 1 addition & 0 deletions includes/cf/sonarr-streaming-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
| [{{ sonarr['cf']['ovid']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#ovid) | {{ sonarr['cf']['ovid']['trash_scores']['default'] }} | {{ sonarr['cf']['ovid']['trash_id'] }} |
| [{{ sonarr['cf']['fod']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#fod) | 0 | {{ sonarr['cf']['fod']['trash_id'] }} |
| [{{ sonarr['cf']['tver']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#tver) | 0 | {{ sonarr['cf']['tver']['trash_id'] }} |
| [{{ sonarr['cf']['u-next']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#u-next) | 0 | {{ sonarr['cf']['u-next']['trash_id'] }} |

0 comments on commit 1931b13

Please sign in to comment.