mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-24 19:59:58 -05:00
9eef42ab66
* feat(starr): Enable `includeCustomFormatWhenRenaming` Repack 2/3 and add negate to prevent double scoring * fixed: rename error by adding the .json extension
32 lines
806 B
JSON
32 lines
806 B
JSON
{
|
|
"trash_id": "eb3d5cc0a2be0db205fb823640db6a3c",
|
|
"trash_scores": {
|
|
"default": 6,
|
|
"anime-sonarr": 2,
|
|
"french-anime-multi": 2,
|
|
"french-anime-vostfr": 2
|
|
},
|
|
"name": "Repack2",
|
|
"includeCustomFormatWhenRenaming": true,
|
|
"specifications": [
|
|
{
|
|
"name": "Repack/Proper 2 or Real Proper/Repack",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b((repack|proper)2)\\b|\\b(REAL\\.(PROPER|REPACK))\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not Higher Version Repack/Proper",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b((repack|proper)3)\\b|\\b(REAL\\.REAL\\.(PROPER|REPACK))\\b"
|
|
}
|
|
}
|
|
]
|
|
}
|