Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Oct 24, 2024
1 parent addab1f commit 90bf6a1
Show file tree
Hide file tree
Showing 97 changed files with 20,823 additions and 23,444 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

All notable changes to this project will be documented in this file.

## 2.5.26
## 2.5.27

### Added

- Ability to open and close markdown docs in parsers.
- Emphasis on which fields are required/important in parsers.
- Ability to search for square 512x512 and 1024x1024 images for capsules and wide capsules (disabled by default). Resolves [issue 703](https://github.com/SteamGridDB/steam-rom-manager/issues/703).

### Changed

- Simplify "Create Parser" interface by starting with "Title Modifier", "Controllers", "Artwork Providers", and "Local Artwork" sections all minimized.
- Search queries is now a bubble input rather than a text field.
- Title from Custom Variable is now a dropdown instead of a text field.
- Executable Modifier, Artwork Pool, Title Modifier fields no longer mandatory, they just default to sensible values when empty.

## 2.5.25

Expand Down
163 changes: 76 additions & 87 deletions files/presets/Amazon Games.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,78 @@
{
"Amazon Games": {
"parserType": "Amazon Games",
"configTitle": "Amazon Games",
"executableArgs": "",
"executableModifier": "\"${exePath}\"",
"romDirectory": "",
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"onlineImageQueries": [
"${fuzzyTitle}"
],
"imagePool": "${fuzzyTitle}",
"imageProviders": [
"sgdb",
"steamCDN"
],
"disabled": false,
"executable": {
"path": "",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"userAccounts": {
"specifiedAccounts": [
"Global"
]
},
"parserInputs": {
"amazonGamesExeOverride": "",
"amazonGamesLauncherMode": true
},
"titleFromVariable": {
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
"humor": false,
"imageMotionTypes": [
"static"
],
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": []
},
"steamCDN": {}
},
"controllers": {
"ps4": null,
"ps5": null,
"xbox360": null,
"xboxone": null,
"switch_joycon_left": null,
"switch_joycon_right": null,
"switch_pro": null,
"neptune": null
},
"defaultImage": {
"long": "",
"tall": "",
"hero": "",
"logo": "",
"icon": ""
},
"localImages": {
"long": "",
"tall": "",
"hero": "",
"logo": "",
"icon": ""
},
"steamInputEnabled": "1",
"drmProtect": false,
"steamCategories": [
"Amazon Games"
]
}
"Amazon Games": {
"parserType": "Amazon Games",
"configTitle": "Amazon Games",
"executableArgs": "",
"executableModifier": "\"${exePath}\"",
"romDirectory": "",
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"onlineImageQueries": ["${fuzzyTitle}"],
"imagePool": "${fuzzyTitle}",
"imageProviders": ["sgdb", "steamCDN"],
"disabled": false,
"executable": {
"path": "",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"userAccounts": {
"specifiedAccounts": ["Global"]
},
"parserInputs": {
"amazonGamesExeOverride": "",
"amazonGamesLauncherMode": true
},
"titleFromVariable": {
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"presetVersion": 19,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
"humor": false,
"imageMotionTypes": ["static"],
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": []
},
"steamCDN": {}
},
"controllers": {
"ps4": null,
"ps5": null,
"xbox360": null,
"xboxone": null,
"switch_joycon_left": null,
"switch_joycon_right": null,
"switch_pro": null,
"neptune": null
},
"defaultImage": {
"long": "",
"tall": "",
"hero": "",
"logo": "",
"icon": ""
},
"localImages": {
"long": "",
"tall": "",
"hero": "",
"logo": "",
"icon": ""
},
"steamInputEnabled": "1",
"drmProtect": false,
"steamCategories": ["Amazon Games"]
}
}
Loading

0 comments on commit 90bf6a1

Please sign in to comment.