Merge pull request #1037 from yammes08/master
Added Masters of Cinema to SQP1 Movie Versions Table and Updated SQP yml filespull/1039/head
commit
68df0f73e5
@ -0,0 +1,53 @@
|
||||
{
|
||||
"trash_id": "f700d29429c023a5734505e77daeaea7",
|
||||
"trash_score": "101",
|
||||
"name": "DV (FEL)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "FraMeSToR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(FraMeSToR)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DV",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "No FANRES",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(FANRES)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not Hybrid",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bhybrid(\\b|\\d)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not Hybrid Release Group",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "-HYBRID"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue