feat(sonarr): add SYFY streaming network (#2017)

* feat(sonarr): add SYFY streaming network

* Apply suggestions from code review

Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>

---------

Co-authored-by: Servarr <development@lidarr.audio>
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
pull/2025/head
Bogdan 4 months ago committed by GitHub
parent ffd1f81278
commit 2c36634618
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
<sub>Syfy</sub>
??? 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 %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
### French Streaming Services
---

@ -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"
}
}
]
}

@ -65,6 +65,7 @@
"PMTP": "c67a75ae4a1715f2bb4d492755ba4195",
"SHO": "ae58039e1319178e6be73caab5c42166",
"STAN": "1efe8da11bfd74fbbcd4d8117ddb9213",
"SYFY": "9623c5c9cac8e939c1b9aedd32f640bf",
"WEB Tier 01": "e6258996055b9fbab7e9cb2f75819294",
"WEB Tier 02": "58790d4e2fdcd9733aa7ae68ba2bb503",
"WEB Tier 03": "d84935abd3f8556dcd51d4f27e22d0a6",

@ -75,6 +75,7 @@
"PMTP": "c67a75ae4a1715f2bb4d492755ba4195",
"SHO": "ae58039e1319178e6be73caab5c42166",
"STAN": "1efe8da11bfd74fbbcd4d8117ddb9213",
"SYFY": "9623c5c9cac8e939c1b9aedd32f640bf",
"UHD Streaming Boost": "43b3cf48cb385cd3eac608ee6bca7f09",
"UHD Streaming Cut": "d2d299244a92b8a52d4921ce3897a256",
"WEB Tier 01": "e6258996055b9fbab7e9cb2f75819294",

@ -0,0 +1,5 @@
**Syfy**<br>
[From Wikipedia, the free encyclopedia](<https://en.wikipedia.org/wiki/Syfy>){: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.

@ -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'] }} |

@ -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'] }} |

Loading…
Cancel
Save