Create DV (FEL)

Used to upgrade new framestor releases which are upgrades of previous hybrids
pull/1037/head
yammes08 2 years ago committed by GitHub
parent d73b7484d3
commit 6980fa2165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save