diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md
index 633b031bc..e97b5e60b 100644
--- a/docs/Radarr/Radarr-collection-of-custom-formats.md
+++ b/docs/Radarr/Radarr-collection-of-custom-formats.md
@@ -65,6 +65,7 @@ I also made 3 guides related to this one.
| | | | [Bravia Core](#bcore) |
| | | | [Stan](#stan) |
| | | | [Crave](#crav) |
+| | | | [OViD](#ovid) |
------
@@ -1919,6 +1920,24 @@ I also made 3 guides related to this one.
------
+### OViD
+
+OViD
+
+??? question "OViD - [CLICK TO EXPAND]"
+
+ [OViD Website](https://search.ovid.tv/other/about){:target="_blank" rel="noopener noreferrer"}
+
+??? example "JSON - [CLICK TO EXPAND]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/radarr/cf/ovid.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 ef2021659..33fc8db56 100644
--- a/docs/Sonarr/sonarr-collection-of-custom-formats.md
+++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md
@@ -70,6 +70,7 @@ I also made 3 guides related to this one.
| | | | [RTBF](#rtbf) |
| | | | [Comedy Central](#cc) |
| | | | [Crave](#crav) |
+| | | | [OViD](#ovid) |
| | | | [UHD Streaming Boost](#uhd-streaming-boost) |
| | | | [UHD Streaming Cut](#uhd-streaming-cut) |
@@ -1774,6 +1775,24 @@ I also made 3 guides related to this one.
------
+### OViD
+
+OViD
+
+??? question "OViD - [CLICK TO EXPAND]"
+
+ [OViD Website](https://search.ovid.tv/other/about){:target="_blank" rel="noopener noreferrer"}
+
+??? example "JSON - [CLICK TO EXPAND]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/radarr/cf/ovid.json' %]][[% endfilter %]]
+ ```
+
+[TOP](#index)
+
+------
+
### UHD Streaming Boost
??? question "UHD Streaming Boost - [CLICK TO EXPAND]"
diff --git a/docs/json/radarr/cf/ovid.json b/docs/json/radarr/cf/ovid.json
new file mode 100644
index 000000000..dd296fa3e
--- /dev/null
+++ b/docs/json/radarr/cf/ovid.json
@@ -0,0 +1,35 @@
+{
+ "trash_id": "fbca986396c5e695ef7b2def3c755d01",
+ "trash_regex": "https://regex101.com/r/hWHpjV/1",
+ "name": "OViD",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "OViD",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(ovid)\\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/ovid.json b/docs/json/sonarr/cf/ovid.json
new file mode 100644
index 000000000..ff375802b
--- /dev/null
+++ b/docs/json/sonarr/cf/ovid.json
@@ -0,0 +1,36 @@
+{
+ "trash_id": "fb1a91cdc0f26f7ca0696e0e95274645",
+ "trash_score": "50",
+ "trash_regex": "https://regex101.com/r/hWHpjV/1",
+ "name": "OViD",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "OViD",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(ovid)\\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/docs/updates.txt b/docs/updates.txt
index 605a22219..e8de7dd18 100644
--- a/docs/updates.txt
+++ b/docs/updates.txt
@@ -1,3 +1,9 @@
+# 2023-07-09 12:40
+**[Updated]**
+- [Sonarr] Add OViD streaming service CF
+- [Radarr] Add OViD streaming service CF
+- [Guide] Updated streaming service
+
# 2023-07-09 09:45
**[Updated]**
- [Sonarr] Updated Anime Raws CF to add Fumi-Raws and Koi-Raws
diff --git a/includes/cf/radarr-streaming-services.md b/includes/cf/radarr-streaming-services.md
index 252c874f5..cbed452dc 100644
--- a/includes/cf/radarr-streaming-services.md
+++ b/includes/cf/radarr-streaming-services.md
@@ -17,6 +17,7 @@
| [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} |
| [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} |
| [{{ 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'] }} |
------
Breakdown and Why
diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md
index 48129171c..7d4fc51ed 100644
--- a/includes/cf/sonarr-streaming-services.md
+++ b/includes/cf/sonarr-streaming-services.md
@@ -21,3 +21,4 @@
| [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |
+ | [{{ sonarr['cf']['ovid']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#ovid) | {{ sonarr['cf']['ovid']['trash_score'] }} | {{ sonarr['cf']['ovid']['trash_id'] }} |
diff --git a/includes/cf/sonarr-uhd-streaming-services.md b/includes/cf/sonarr-uhd-streaming-services.md
index 1ccdcf688..101bd2464 100644
--- a/includes/cf/sonarr-uhd-streaming-services.md
+++ b/includes/cf/sonarr-uhd-streaming-services.md
@@ -21,6 +21,7 @@
| [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |
+ | [{{ sonarr['cf']['ovid']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#ovid) | {{ sonarr['cf']['ovid']['trash_score'] }} | {{ sonarr['cf']['ovid']['trash_id'] }} |
| :warning: [{{ sonarr['cf']['uhd-streaming-boost']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost) | {{ sonarr['cf']['uhd-streaming-boost']['trash_score'] }} | {{ sonarr['cf']['uhd-streaming-boost']['trash_id'] }} |
| :warning: [{{ sonarr['cf']['uhd-streaming-cut']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut) | {{ sonarr['cf']['uhd-streaming-cut']['trash_score'] }} | {{ sonarr['cf']['uhd-streaming-cut']['trash_id'] }} |