You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.2 KiB
54 lines
1.2 KiB
{
|
|
"trash_id": "ef4963043b0987f8485bc9106f16db38",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|