Ouya - Fully Updated
SMPC
RCB
Starting with Snes9x EX+
I've made all of the adjustments in the files you described and imported my SNES collection, everything is recognized and scraped. I then went into the config.xml and changed the params for the SNES collection. I also noticed that the same string params are editable through the RCB Rom Collection Configuration, but I still did it all through the XML file, it's easier to manipulate.
I receive the following error when I try to launch a SNES ROM. The screen also adjusts, putting the SPMC window in the bottom left of the screen and very small. Here's the error that displays across RCB:
Code:
Error while launching emulator: encode() argument 1 must be string, not NONE
And here's my config for the SNES collection
Code:
<RomCollection id="1" name="SNES">
<useBuiltinEmulator>False</useBuiltinEmulator>
<gameclient />
<emulatorCmd>/system/bin/am</emulatorCmd>
<emulatorParams>start -n com.explusalpha.Snes9xPlus/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%ROM%"</emulatorParams>
<romPath>/usbdrive/SNESROMS/USA/*.smc</romPath>
<saveStatePath />
<saveStateParams />
<mediaPath type="boxfront">/usbdrive/SNESROMS/USA/boxfront/%GAME%.*</mediaPath>
<mediaPath type="boxback">/usbdrive/SNESROMS/USA/boxback/%GAME%.*</mediaPath>
<mediaPath type="cartridge">/usbdrive/SNESROMS/USA/cartridge/%GAME%.*</mediaPath>
<mediaPath type="screenshot">/usbdrive/SNESROMS/USA/screenshot/%GAME%.*</mediaPath>
<mediaPath type="fanart">/usbdrive/SNESROMS/USA/fanart/%GAME%.*</mediaPath>
<preCmd />
<postCmd />
<useEmuSolo>False</useEmuSolo>
<usePopen>False</usePopen>
<ignoreOnScan>False</ignoreOnScan>
<allowUpdate>True</allowUpdate>
<autoplayVideoMain>True</autoplayVideoMain>
<autoplayVideoInfo>True</autoplayVideoInfo>
<useFoldernameAsGamename>False</useFoldernameAsGamename>
<maxFolderDepth>99</maxFolderDepth>
<doNotExtractZipFiles>False</doNotExtractZipFiles>
<diskPrefix>_Disk</diskPrefix>
<imagePlacingMain>gameinfobig</imagePlacingMain>
<imagePlacingInfo>gameinfosmall</imagePlacingInfo>
<scraper name="thegamesdb.net" replaceKeyString="" replaceValueString="" />
<scraper name="archive.vg" replaceKeyString="" replaceValueString="" />
<scraper name="mobygames.com" replaceKeyString="" replaceValueString="" />
</RomCollection>
Any help would be greatly appreciated!
Thanks!