Synced + Sorted CF between the Starr apps

- Synced + Sorted CF between the Starr apps
- Renamed Condition `Not Groups` to `Not RlsGrp`
pull/1040/head
TRaSH 2 years ago
parent 68df0f73e5
commit 3323295241

@ -5,48 +5,48 @@
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
{ {
"name": "Dolby Digital Plus", "name": "ATMOS",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": false,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b" "value": "\\bATMOS(\\b|\\d)"
} }
}, },
{ {
"name": "ATMOS", "name": "Not AAC",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\bATMOS(\\b|\\d)" "value": "\\bAAC(\\b|\\d)"
} }
}, },
{ {
"name": "Not TrueHD", "name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "True[ .-]?HD" "value": "\\bDD[^a-z+]|(?<!e)ac3"
} }
}, },
{ {
"name": "Not DTS", "name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\bDTS(\\b|\\d)" "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
} }
}, },
{ {
"name": "Not Basic Dolby Digital ", "name": "Not DTS",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3" "value": "\\bDTS(\\b|\\d)"
} }
}, },
{ {
@ -59,30 +59,30 @@
} }
}, },
{ {
"name": "Not AAC", "name": "Not PCM",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\bAAC(\\b|\\d)" "value": "\\b(l?)PCM(\\b|\\d)"
} }
}, },
{ {
"name": "Not PCM", "name": "Not RlsGrp (Atmos Only)",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(l?)PCM(\\b|\\d)" "value": "W4NK3R|HQMUX"
} }
}, },
{ {
"name": "Not Groups (Atmos Only)", "name": "Not TrueHD",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "W4NK3R|HQMUX" "value": "True[ .-]?HD"
} }
} }
] ]

@ -32,12 +32,12 @@
} }
}, },
{ {
"name": "Group Exceptions", "name": "Not RlsGrp",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseGroupSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(SIC|HULU|Flights)\\b" "value": "\\b(SIC|Flights)\\b"
} }
}, },
{ {
@ -48,6 +48,15 @@
"fields": { "fields": {
"value": "\\bHDR(\\b|\\d)" "value": "\\bHDR(\\b|\\d)"
} }
},
{
"name": "Not Hulu",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(hulu)\\b"
}
} }
] ]
} }

@ -5,7 +5,7 @@
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
{ {
"name": "Groups (Missing HDR)", "name": "RlsGrp (Missing HDR)",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
"negate": false, "negate": false,
"required": true, "required": true,

@ -68,7 +68,7 @@
} }
}, },
{ {
"name": "Not Groups (Missing HDR)", "name": "Not RlsGrp (Missing HDR)",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
"negate": true, "negate": true,
"required": true, "required": true,

@ -59,7 +59,7 @@
} }
}, },
{ {
"name": "Not Groups (TrueHD only)", "name": "Not RlsGrp (TrueHD only)",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,

@ -14,30 +14,30 @@
} }
}, },
{ {
"name": "Dolby Digital Plus", "name": "Not AAC",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b" "value": "\\bAAC(\\b|\\d)"
} }
}, },
{ {
"name": "Not AAC", "name": "Not Basic Dolby Digital ",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\bAAC(\\b|\\d)" "value": "\\bDD[^a-z+]|(?<!e)ac3"
} }
}, },
{ {
"name": "Not Basic Dolby Digital ", "name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3" "value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
} }
}, },
{ {
@ -67,6 +67,15 @@
"value": "\\b(l?)PCM(\\b|\\d)" "value": "\\b(l?)PCM(\\b|\\d)"
} }
}, },
{
"name": "Not RlsGrp (Atmos Only)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "W4NK3R|HQMUX"
}
},
{ {
"name": "Not TrueHD", "name": "Not TrueHD",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",

@ -14,12 +14,30 @@
} }
}, },
{ {
"name": "Not Remux", "name": "WEBDL",
"implementation": "SourceSpecification", "implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "Not RlsGrp",
"implementation": "ReleaseGroupSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": 7 "value": "\\b(SIC|Flights)\\b"
} }
}, },
{ {
@ -39,15 +57,6 @@
"fields": { "fields": {
"value": "\\b(hulu)\\b" "value": "\\b(hulu)\\b"
} }
},
{
"name": "Not SiC",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(SiC)\\b"
}
} }
] ]
} }

@ -5,7 +5,7 @@
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
{ {
"name": "Groups (Missing HDR)", "name": "RlsGrp (Missing HDR)",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
"negate": false, "negate": false,
"required": true, "required": true,

@ -68,7 +68,7 @@
} }
}, },
{ {
"name": "Not Groups (Missing HDR)", "name": "Not RlsGrp (Missing HDR)",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
"negate": true, "negate": true,
"required": true, "required": true,

@ -57,6 +57,15 @@
"fields": { "fields": {
"value": "\\bDD[^a-z+]|(?<!e)ac3" "value": "\\bDD[^a-z+]|(?<!e)ac3"
} }
},
{
"name": "Not RlsGrp (TrueHD only)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "CtrlHD|W4NK3R|\\bDON\\b"
}
} }
] ]
} }

Loading…
Cancel
Save