1.0.0: the first Depot guide -- 29 custom formats, platform size bands, three profiles

This commit is contained in:
flan
2026-08-04 00:16:44 +00:00
commit 3f904f6fcc
38 changed files with 1525 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"trash_id": "3cc99162d39a95f4115fc2e6148056c2",
"trash_scores": {
"default": -300,
"archival": 0,
"console": -300
},
"name": "Region: Japan Only",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "No western-region marker",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bUSA\\b|\\bEurope\\b|\\bWorld\\b|Region[ ._-]?Free|\\(U\\)|\\(E\\)"
}
},
{
"name": "Japan / Asia marker",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bJapan\\b|\\bJPN\\b|\\bAsia\\b|\\(J\\)"
}
}
]
}