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
parent
ffd1f81278
commit
2c36634618
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -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.
|
Loading…
Reference in new issue