-
-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(starr): Added language Custom Formats (#2159)
* feat(starr): Added language Custom Formats * fixed: table formatting * fixed: table formatting to be consistent * Updated: the German parts to be consistent with the new German Guide * Added: colon to be more consist with the naming
- Loading branch information
Showing
14 changed files
with
249 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"trash_id": "f845be10da4f442654c13e1f2c3d6cd5", | ||
"trash_scores": { | ||
"default": -10000, | ||
"german": 10001 | ||
}, | ||
"trash_description": "Language: German + Original aka German.DL: Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`. ", | ||
"name": "German.DL", | ||
"includeCustomFormatWhenRenaming": true, | ||
"specifications": [ | ||
{ | ||
"name": "German", | ||
"implementation": "LanguageSpecification", | ||
"negate": false, | ||
"required": true, | ||
"fields": { | ||
"value": 4 | ||
} | ||
}, | ||
{ | ||
"name": "Original Language", | ||
"implementation": "LanguageSpecification", | ||
"negate": false, | ||
"required": true, | ||
"fields": { | ||
"value": -2 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"trash_id": "0dc8aec3bd1c47cd6c40c46ecd27e846", | ||
"trash_scores": { | ||
"default": -10000 | ||
}, | ||
"trash_description": "Language: English Only: Because it uses reverse scoring, and if you use the default scores, it will assign all releases without the English audio a score of -10000.", | ||
"name": "Language: Not English", | ||
"includeCustomFormatWhenRenaming": false, | ||
"specifications": [ | ||
{ | ||
"name": "Not English Language", | ||
"implementation": "LanguageSpecification", | ||
"negate": true, | ||
"required": false, | ||
"fields": { | ||
"value": 1 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"trash_id": "ed51973a811f51985f14e2f6f290e47a", | ||
"trash_scores": { | ||
"default": -10000, | ||
"german": 10001 | ||
}, | ||
"trash_description": "Language: German + Original aka German.DL: Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`, Add this Custom Format with a score of +`10000` if you prefer releases that include `German + Original audio`. ", | ||
"name": "German.DL", | ||
"includeCustomFormatWhenRenaming": true, | ||
"specifications": [ | ||
{ | ||
"name": "German", | ||
"implementation": "LanguageSpecification", | ||
"negate": false, | ||
"required": true, | ||
"fields": { | ||
"value": 4 | ||
} | ||
}, | ||
{ | ||
"name": "Original Language", | ||
"implementation": "LanguageSpecification", | ||
"negate": false, | ||
"required": true, | ||
"fields": { | ||
"value": -2 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"trash_id": "69aa1e159f97d860440b04cd6d590c4f", | ||
"trash_scores": { | ||
"default": -10000 | ||
}, | ||
"trash_description": "Language: English Only: Because it uses reverse scoring, and if you use the default scores, it will assign all releases without the English audio a score of -10000.", | ||
"name": "Language: Not English", | ||
"includeCustomFormatWhenRenaming": false, | ||
"specifications": [ | ||
{ | ||
"name": "Not English Language", | ||
"implementation": "LanguageSpecification", | ||
"negate": true, | ||
"required": false, | ||
"fields": { | ||
"value": 1 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.