Skip to content

Commit

Permalink
modified presets
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Oct 22, 2024
1 parent c79ccda commit 1bc5441
Show file tree
Hide file tree
Showing 74 changed files with 23,089 additions and 20,364 deletions.
163 changes: 87 additions & 76 deletions files/presets/Amazon Games.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,89 @@
{
"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": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"presetVersion": 17,
"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": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"presetVersion": 17,
"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 1bc5441

Please sign in to comment.