Skip to content

Instantly share code, notes, and snippets.

@XanderXAJ
Created October 23, 2022 10:04
Show Gist options
  • Save XanderXAJ/10b97a52b5fa6c75d47fb3e75156c093 to your computer and use it in GitHub Desktop.
Save XanderXAJ/10b97a52b5fa6c75d47fb3e75156c093 to your computer and use it in GitHub Desktop.
Steam ROM Manager: Combined Mega Drive/Genesis parser
{
"parserType": "Glob",
"configTitle": "Sega Genesis/Mega Drive - Retroarch - Genesis Plus GX",
"steamCategory": "${Genesis/Mega Drive}",
"steamDirectory": "/home/deck/.steam/steam",
"romDirectory": "/run/media/mmcblk0p1/Emulation/roms",
"executableArgs": "run org.libretro.RetroArch -L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}genesis_plus_gx_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"imageProviders": [
"SteamGridDB"
],
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"defaultImage": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/systems/grid/genesis.jpg",
"defaultTallImage": "",
"defaultHeroImage": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/hero.png",
"defaultLogoImage": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/logo.png",
"defaultIcon": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/icon.png",
"localImages": "",
"localTallImages": "",
"localHeroImages": "",
"localLogoImages": "",
"localIcons": "",
"userAccounts": {
"specifiedAccounts": "",
"skipWithMissingDataDir": true,
"useCredentials": true
},
"executable": {
"path": "/usr/bin/flatpak",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"parserInputs": {
"glob": "**/@(genesis|megadrive)/${title}@(.7z|.7Z|.bin|.BIN|.gen|.GEN|.md|.MD|.smd|.SMD|.zip|.ZIP)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": false
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": [],
"imageMotionTypes": [
"static"
]
}
},
"parserId": "166651874506940386",
"version": 10,
"disabled": false
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment