Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/2c36634618b5c181805b26317847963fd5121736?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
7 changed files with
65 additions and
0 deletions
@ -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'] }} |