EmuDeck/configs/steam-rom-manager/userData/parsers/emudeck/vtech_vsmile-mame.json
2023-11-02 19:43:11 +01:00

63 lines
1.7 KiB
JSON

{
"parserType": "Glob",
"configTitle": "VTech V.Smile - MAME (Standalone)",
"steamCategory": "${VTech V.Smile}",
"steamDirectory": "${steamdirglobal}",
"romDirectory": "${romsdirglobal}/vsmile",
"executableArgs": "vsmile -cart \"${filePath}\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"imageProviders": ["SteamGridDB"],
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"defaultImage": "",
"defaultTallImage": "",
"defaultHeroImage": "",
"defaultLogoImage": "",
"defaultIcon": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/icon.png",
"localImages": "",
"localTallImages": "",
"localHeroImages": "",
"localLogoImages": "",
"localIcons": "",
"disabled": false,
"userAccounts": {
"specifiedAccounts": "",
"skipWithMissingDataDir": true,
"useCredentials": true
},
"executable": {
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/mame.sh",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"parserInputs": {
"glob": "${title}@(.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "${MAME}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": true
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": [],
"imageMotionTypes": ["static"]
}
},
"parserId": "168541420924650278",
"version": 10
}