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]"
```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>

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

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

@ -20,7 +20,7 @@
"negate": true,
"required": true,
"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,
"required": true,
"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