diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md
index fee5530ae..25b9d72cd 100644
--- a/docs/Sonarr/sonarr-collection-of-custom-formats.md
+++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md
@@ -76,6 +76,7 @@ We've made 3 guides related to this.
| [Peacock TV](#pcok) | | | |
| [SHOWTIME](#sho) | | | |
| [Stan](#stan) | | | |
+| [Syfy](#syfy) | | | |
| UK Streaming Services | Misc Streaming Services | Anime Streaming Services | Optional Streaming Services |
| --------------------- | ----------------------- | ------------------------ | ------------------------------------------- |
@@ -1771,6 +1772,24 @@ We've made 3 guides related to this.
---
+#### SYFY
+
+Syfy
+
+??? question "SYFY - [Click to show/hide]"
+
+ {! include-markdown "../../includes/cf-descriptions/syfy.md" !}
+
+??? example "JSON - [Click to show/hide]"
+
+ ```json
+ [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/syfy.json' %]][[% endfilter %]]
+ ```
+
+[TOP](#index)
+
+---
+
### French Streaming Services
---
diff --git a/docs/json/sonarr/cf/syfy.json b/docs/json/sonarr/cf/syfy.json
new file mode 100644
index 000000000..1418fadc8
--- /dev/null
+++ b/docs/json/sonarr/cf/syfy.json
@@ -0,0 +1,37 @@
+{
+ "trash_id": "9623c5c9cac8e939c1b9aedd32f640bf",
+ "trash_scores": {
+ "default": 50
+ },
+ "name": "SYFY",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "WEBDL",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 3
+ }
+ },
+ {
+ "name": "WEBRIP",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 4
+ }
+ },
+ {
+ "name": "SYFY",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(SYFY)\\b"
+ }
+ }
+ ]
+}
diff --git a/docs/json/sonarr/quality-profiles/web-1080p.json b/docs/json/sonarr/quality-profiles/web-1080p.json
index 4edfbc0e8..f9691a5a8 100644
--- a/docs/json/sonarr/quality-profiles/web-1080p.json
+++ b/docs/json/sonarr/quality-profiles/web-1080p.json
@@ -65,6 +65,7 @@
"PMTP": "c67a75ae4a1715f2bb4d492755ba4195",
"SHO": "ae58039e1319178e6be73caab5c42166",
"STAN": "1efe8da11bfd74fbbcd4d8117ddb9213",
+ "SYFY": "9623c5c9cac8e939c1b9aedd32f640bf",
"WEB Tier 01": "e6258996055b9fbab7e9cb2f75819294",
"WEB Tier 02": "58790d4e2fdcd9733aa7ae68ba2bb503",
"WEB Tier 03": "d84935abd3f8556dcd51d4f27e22d0a6",
diff --git a/docs/json/sonarr/quality-profiles/web-2160p.json b/docs/json/sonarr/quality-profiles/web-2160p.json
index 652648c2b..4b656ce8e 100644
--- a/docs/json/sonarr/quality-profiles/web-2160p.json
+++ b/docs/json/sonarr/quality-profiles/web-2160p.json
@@ -75,6 +75,7 @@
"PMTP": "c67a75ae4a1715f2bb4d492755ba4195",
"SHO": "ae58039e1319178e6be73caab5c42166",
"STAN": "1efe8da11bfd74fbbcd4d8117ddb9213",
+ "SYFY": "9623c5c9cac8e939c1b9aedd32f640bf",
"UHD Streaming Boost": "43b3cf48cb385cd3eac608ee6bca7f09",
"UHD Streaming Cut": "d2d299244a92b8a52d4921ce3897a256",
"WEB Tier 01": "e6258996055b9fbab7e9cb2f75819294",
diff --git a/includes/cf-descriptions/syfy.md b/includes/cf-descriptions/syfy.md
new file mode 100644
index 000000000..7efc53b51
--- /dev/null
+++ b/includes/cf-descriptions/syfy.md
@@ -0,0 +1,5 @@
+**Syfy**
+
+[From Wikipedia, the free encyclopedia](){:target="\_blank" rel="noopener noreferrer"}
+
+Syfy is an American basic cable television channel. Launched on September 24, 1992, the channel broadcasts programming relating to the science fiction, horror, and fantasy genres.
diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md
index beb3dc565..01a469aad 100644
--- a/includes/cf/sonarr-streaming-services.md
+++ b/includes/cf/sonarr-streaming-services.md
@@ -17,3 +17,4 @@
| [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_scores']['default'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_scores']['default'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_scores']['default'] }} | {{ sonarr['cf']['stan']['trash_id'] }} |
+ | [{{ sonarr['cf']['syfy']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#syfy) | {{ sonarr['cf']['syfy']['trash_scores']['default'] }} | {{ sonarr['cf']['syfy']['trash_id'] }} |
diff --git a/includes/cf/sonarr-uhd-streaming-services.md b/includes/cf/sonarr-uhd-streaming-services.md
index 0f4bc110f..b8db46c83 100644
--- a/includes/cf/sonarr-uhd-streaming-services.md
+++ b/includes/cf/sonarr-uhd-streaming-services.md
@@ -17,6 +17,7 @@
| [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_scores']['default'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_scores']['default'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_scores']['default'] }} | {{ sonarr['cf']['stan']['trash_id'] }} |
+ | [{{ sonarr['cf']['syfy']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#syfy) | {{ sonarr['cf']['syfy']['trash_scores']['default'] }} | {{ sonarr['cf']['syfy']['trash_id'] }} |
| :warning: [{{ sonarr['cf']['uhd-streaming-boost']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost) | {{ sonarr['cf']['uhd-streaming-boost']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ sonarr['cf']['uhd-streaming-cut']['trash_id'] }} |