mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-20 07:35:39 +00:00
Standard config for srm
This commit is contained in:
parent
34d337201d
commit
cd7da1294d
81
functions/steam-sync/userConfigurations.json
Normal file
81
functions/steam-sync/userConfigurations.json
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"parserType": "Glob",
|
||||||
|
"configTitle": "Shortcuts",
|
||||||
|
"steamDirectory": "",
|
||||||
|
"steamCategory": "${RetroDECK}",
|
||||||
|
"romDirectory": "",
|
||||||
|
"executableArgs": "",
|
||||||
|
"executableModifier": "\"${exePath}\"",
|
||||||
|
"startInDirectory": "",
|
||||||
|
"titleModifier": "${fuzzyTitle}",
|
||||||
|
"fetchControllerTemplatesButton": null,
|
||||||
|
"removeControllersButton": null,
|
||||||
|
"imageProviders": [
|
||||||
|
"SteamGridDB"
|
||||||
|
],
|
||||||
|
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||||
|
"imagePool": "${fuzzyTitle}",
|
||||||
|
"userAccounts": {
|
||||||
|
"specifiedAccounts": ""
|
||||||
|
},
|
||||||
|
"executable": {
|
||||||
|
"path": "",
|
||||||
|
"shortcutPassthrough": false,
|
||||||
|
"appendArgsToExecutable": true
|
||||||
|
},
|
||||||
|
"parserInputs": {
|
||||||
|
"glob": "${title}@(.sh)"
|
||||||
|
},
|
||||||
|
"titleFromVariable": {
|
||||||
|
"limitToGroups": "",
|
||||||
|
"caseInsensitiveVariables": false,
|
||||||
|
"skipFileIfVariableWasNotFound": false,
|
||||||
|
"tryToMatchTitle": false
|
||||||
|
},
|
||||||
|
"fuzzyMatch": {
|
||||||
|
"replaceDiacritics": true,
|
||||||
|
"removeCharacters": true,
|
||||||
|
"removeBrackets": true
|
||||||
|
},
|
||||||
|
"controllers": {
|
||||||
|
"ps4": null,
|
||||||
|
"ps5": null,
|
||||||
|
"xbox360": null,
|
||||||
|
"xboxone": null,
|
||||||
|
"switch_joycon_left": null,
|
||||||
|
"switch_joycon_right": null,
|
||||||
|
"switch_pro": null,
|
||||||
|
"neptune": null
|
||||||
|
},
|
||||||
|
"imageProviderAPIs": {
|
||||||
|
"SteamGridDB": {
|
||||||
|
"nsfw": false,
|
||||||
|
"humor": false,
|
||||||
|
"styles": [],
|
||||||
|
"stylesHero": [],
|
||||||
|
"stylesLogo": [],
|
||||||
|
"stylesIcon": [],
|
||||||
|
"imageMotionTypes": [
|
||||||
|
"static"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultImage": {
|
||||||
|
"tall": "",
|
||||||
|
"long": "",
|
||||||
|
"hero": "",
|
||||||
|
"logo": "",
|
||||||
|
"icon": ""
|
||||||
|
},
|
||||||
|
"localImages": {
|
||||||
|
"tall": "",
|
||||||
|
"long": "",
|
||||||
|
"hero": "",
|
||||||
|
"logo": "",
|
||||||
|
"icon": ""
|
||||||
|
},
|
||||||
|
"parserId": "171345715969886866",
|
||||||
|
"version": 15
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in a new issue