Merge pull request #1352 from nuxencs/feat/maintenance

feat(maintenance): various changes to the Starr CFs
pull/1356/head
TRaSH 1 year ago committed by GitHub
commit 14bb8d798c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -825,7 +825,7 @@ I also made 3 guides related to this one.
??? example "JSON - [CLICK TO EXPAND]" ??? example "JSON - [CLICK TO EXPAND]"
```json ```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/extras-hd.json' %]][[% endfilter %]] [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/extras.json' %]][[% endfilter %]]
``` ```
<sub><sup>[TOP](#index)</sup> <sub><sup>[TOP](#index)</sup>

@ -112,6 +112,15 @@
"value": "^(CHD)$" "value": "^(CHD)$"
} }
}, },
{
"name": "CiNE",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CiNE)$"
}
},
{ {
"name": "CREATiVE24", "name": "CREATiVE24",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
@ -562,6 +571,15 @@
"value": "^(Scene)$" "value": "^(Scene)$"
} }
}, },
{
"name": "SLOT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SLOT)$"
}
},
{ {
"name": "STUTTERSHIT", "name": "STUTTERSHIT",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -13,6 +13,15 @@
"value": 5 "value": 5
} }
}, },
{
"name": "CiNEPHiLES",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(CiNEPHiLES)$"
}
},
{ {
"name": "decibeL", "name": "decibeL",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -20,7 +20,7 @@
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?)\\b" "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?|pq)\\b"
} }
}, },
{ {

@ -20,7 +20,7 @@
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?)\\b" "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?|pq)\\b"
} }
}, },
{ {

Loading…
Cancel
Save