Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SteamGridDB/steam-rom-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Mar 18, 2023
2 parents 4f58e51 + 302a944 commit 7f23cb4
Showing 1 changed file with 137 additions and 3 deletions.
140 changes: 137 additions & 3 deletions files/presets/Microsoft Xbox.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,75 @@
{
"Microsoft XBox - Xemu": {
"Microsoft Xbox - Cxbx-Reloaded": {
"parserType": "Glob",
"configTitle": "Microsoft XBox - Xemu",
"steamCategory": "${XBox}",
"configTitle": "Microsoft Xbox - Cxbx-Reloaded",
"steamCategory": "${Xbox}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"executableArgs": "\"${filePath}\"",
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"imageProviders": [
"SteamGridDB"
],
"defaultImage": "",
"defaultTallImage": "",
"defaultHeroImage": "",
"defaultLogoImage": "",
"defaultIcon": "",
"localImages": "",
"localTallImages": "",
"localHeroImages": "",
"localLogoImages": "",
"localIcons": "",
"disabled": false,
"advanced": false,
"userAccounts": {
"specifiedAccounts": "",
"skipWithMissingDataDir": true,
"useCredentials": true
},
"parserInputs": {
"glob": "${title}/@(default.xbe|DEFAULT.XBE)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": false
},
"fuzzyMatch": {
"use": true,
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"executable": {
"path": "path-to-cxbxr.exe",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 3,
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"imageMotionTypes": [
"static"
],
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": []
}
}
},
"Microsoft Xbox - Xemu": {
"parserType": "Glob",
"configTitle": "Microsoft Xbox - Xemu",
"steamCategory": "${Xbox}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -65,5 +132,72 @@
"stylesIcon": []
}
}
},
"Microsoft Xbox - Xemu(Flatpak)": {
"parserType": "Glob",
"configTitle": "Microsoft Xbox - Xemu(Flatpak)",
"steamCategory": "${Xbox}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"executableArgs": "run app.xemu.xemu -full-screen -dvd_path \"${filePath}\"",
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"imageProviders": [
"SteamGridDB"
],
"defaultImage": "",
"defaultTallImage": "",
"defaultHeroImage": "",
"defaultLogoImage": "",
"defaultIcon": "",
"localImages": "",
"localTallImages": "",
"localHeroImages": "",
"localLogoImages": "",
"localIcons": "",
"disabled": false,
"advanced": false,
"userAccounts": {
"specifiedAccounts": "",
"skipWithMissingDataDir": true,
"useCredentials": true
},
"parserInputs": {
"glob": "${title}@(.iso|.ISO)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": false
},
"fuzzyMatch": {
"use": true,
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"executable": {
"path": "/usr/bin/flatpak",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 3,
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"imageMotionTypes": [
"static"
],
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": []
}
}
}
}

0 comments on commit 7f23cb4

Please sign in to comment.