Jump to content

Gamebrowser Guide - MB Classic setup, read this


shaefurr

Recommended Posts

shaefurr

As a temporary solution, you will now need to configure gamebrowser for Mediabrowser Classic manually by editing the xml file. This is a fairly simple process as you just need to edit your xml so it looks like the sample one below, changing the <executable>path</executable> section to the path of your emulator, and adding the appropriate <switches>

 

The xml is found at programdata\mediabrowser-classic\plugins\configurations\gamebrowser.xml, just open it in notepad or something similar.

 

The switches can be found at the bottom of this thread http://mediabrowser.tv/community/index.php?/topic/16380-gamebrowser-guide/

<?xml version="1.0" encoding="utf-8"?>

<GameBrowserSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <GameSystems>
    <anyType xsi:type="GameSystem">
      <Name>Gamecube</Name>
      <Executable>C:\Program Files\Dolphin\Dolphin.exe</Executable>
      <Switches>"--exec={rom}"</Switches>
    </anyType>
    <anyType xsi:type="GameSystem">
      <Name>Nintendo</Name>
      <Executable>C:\Program Files (x86)\Nestopia V1.36\nestopia.exe</Executable>
      <Switches>"{rom}"</Switches>
    </anyType>
    <anyType xsi:type="GameSystem">
      <Name>Nintendo 64</Name>
      <Executable>C:\Program Files (x86)\Project64 2.1\Project64.exe</Executable>
      <Switches>"{rom}"</Switches>
    </anyType>
    <anyType xsi:type="GameSystem">
      <Name>Nintendo Wii</Name>
      <Executable>C:\Program Files\Dolphin\Dolphin.exe</Executable>
      <Switches>"--exec={rom}"</Switches>
    </anyType>
    <anyType xsi:type="GameSystem">
      <Name>PS2</Name>
      <Executable>C:\Program Files (x86)\PCSX2 1.0.0\pcsx2-r5350.exe</Executable>
      <Switches>"{rom}"</Switches>
    </anyType>
    <anyType xsi:type="GameSystem">
      <Name>Sony Playstation</Name>
      <Executable>C:\Program Files (x86)\ePSXe190\ePSXe.exe</Executable>
      <Switches>-nogui -loadbin "{rom}"</Switches>
    </anyType>
    <anyType xsi:type="GameSystem">
      <Name>Super Nintendo</Name>
      <Executable>C:\Program Files (x86)\ZSNES V1.51\zsnesw.exe</Executable>
      <Switches>"{rom}"</Switches>
    </anyType>
    <anyType xsi:type="GameSystem">
      <Name>Nintendo DS</Name>
      <Executable>C:\Program Files (x86)\desmume-0.9.10-win32\DeSmuME_0.9.10_x86.exe</Executable>
      <Switches>"{rom}"</Switches>
    </anyType>
    <anyType xsi:type="GameSystem">
      <Name>Game Boy Advance</Name>
      <Executable>C:\Program Files (x86)\VisualBoyAdvance-1.8.0-beta3\VisualBoyAdvance.exe</Executable>
      <Switches>"{rom}"</Switches>
    </anyType>
  </GameSystems>
  <DosGames />
  <WinGames />
  <EnableQuitKey>true</EnableQuitKey>
  <SelectedQuitKey>36</SelectedQuitKey>
</GameBrowserSettings>

 

sample xml courtesy of @@buddyweiser :)

Edited by shaefurr
  • Like 2
Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...