diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md
index 683573bee..c86ee39ab 100644
--- a/docs/Radarr/Radarr-collection-of-custom-formats.md
+++ b/docs/Radarr/Radarr-collection-of-custom-formats.md
@@ -67,6 +67,7 @@ I also made 3 guides related to this one.
| | | | [Crave](#crav) |
| | | | [OViD](#ovid) |
| | | | [FOD](#fod) |
+| | | | [TVer](#tver) |
------
@@ -1975,6 +1976,25 @@ I also made 3 guides related to this one.
------
+### TVer
+
+TVer
+
+??? question "TVer - [Click to show/hide]"
+
+ - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/TVer_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
+ - [TVer Website](https://tver.jp){:target="_blank" rel="noopener noreferrer"}
+
+??? example "JSON - [Click to show/hide]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/radarr/cf/tver.json' %]][[% endfilter %]]
+ ```
+
+[TOP](#index)
+
+------
+
## Anime
------
diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md
index 7a81ec2bf..438c14d38 100644
--- a/docs/Sonarr/sonarr-collection-of-custom-formats.md
+++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md
@@ -74,6 +74,7 @@ I also made 3 guides related to this one.
| | | | [UHD Streaming Boost](#uhd-streaming-boost) |
| | | | [UHD Streaming Cut](#uhd-streaming-cut) |
| | | | [FOD](#fod) |
+| | | | [TVer](#tver) |
------
@@ -1846,6 +1847,25 @@ I also made 3 guides related to this one.
------
+### TVer
+
+TVer
+
+??? question "TVer - [Click to show/hide]"
+
+ - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/TVer_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
+ - [TVer Website](https://tver.jp){:target="_blank" rel="noopener noreferrer"}
+
+??? example "JSON - [Click to show/hide]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/tver.json' %]][[% endfilter %]]
+ ```
+
+[TOP](#index)
+
+------
+
## Anime
------
diff --git a/docs/json/radarr/cf/tver.json b/docs/json/radarr/cf/tver.json
new file mode 100644
index 000000000..a87858163
--- /dev/null
+++ b/docs/json/radarr/cf/tver.json
@@ -0,0 +1,35 @@
+{
+ "trash_id": "f1b0bae9bc222dab32c1b38b5a7a1088",
+ "trash_regex": "https://regex101.com/r/ZdWC9D/1",
+ "name": "TVer",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "TVer",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(tver)\\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/tver.json b/docs/json/sonarr/cf/tver.json
new file mode 100644
index 000000000..9b21c560b
--- /dev/null
+++ b/docs/json/sonarr/cf/tver.json
@@ -0,0 +1,35 @@
+{
+ "trash_id": "d100ea972d1af2150b65b1cffb80f6b5",
+ "trash_regex": "https://regex101.com/r/o9YVOG/1",
+ "name": "TVer",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "TVer",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(tver)\\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/radarr-streaming-services.md b/includes/cf/radarr-streaming-services.md
index 22ecac8dc..4daa629fe 100644
--- a/includes/cf/radarr-streaming-services.md
+++ b/includes/cf/radarr-streaming-services.md
@@ -19,6 +19,7 @@
| [{{ radarr['cf']['stan']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#stan) | 0 | {{ radarr['cf']['stan']['trash_id'] }} |
| [{{ 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'] }} |
------
Breakdown and Why
diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md
index 7b41be82d..9e4652c19 100644
--- a/includes/cf/sonarr-streaming-services.md
+++ b/includes/cf/sonarr-streaming-services.md
@@ -23,3 +23,4 @@
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_scores']['default'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |
| [{{ 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'] }} |