2005-05-24, 09:55
this is the default setup (i use xbmcdbr) in xboxmediacenter.xml
<myprograms>
<default>f:\games\,f:\hddloader\</default>
<bookmark>
<name>games</name>
<path>f:\games\,f:\hddloader\</path>
<depth>1</depth>
</bookmark>
<bookmark>
<name>emulators</name>
<path>e:\emulators\</path>
<depth>1</depth>
</bookmark>
<bookmark>
<name>programs</name>
<path>e:\apps\,c:\xboxdash.xbe</path>
<depth>1</depth>
</bookmark>
<bookmark>
<name>dvd-game</name>
<path>d:\default.xbe</path>
<depth>1</depth>
</bookmark>
</myprograms>
if you notice the bookmark for the dvd-game points directly to
d:\default.xbe
i sometimes put more than one game on a dvd as this helps make the dvd fuller so the dvd-rom will have a better chance of reading it. i also do it to save from using multiple discs when i can put multiple games together. when building the multi-game discs i put each game in it's own folder. if you do the same, you'll notice with the default xbmc xml settings the disc will show nothing when you look at it under programs. but... if you change the dvd-game section to this...
<bookmark>
<name>dvd-game</name>
<path>d:\</path>
<depth>1</depth>
</bookmark>
your dvd-game in programs will list all the games on a multigame disc. i'm pretty sure older builds of xbmc didn't point directly to an xbe on the dvd drive, but the new builds do. so if you use multi-game discs this change is for you! i would hope the devs will notice this and change it but it's not a big deal so prolly not.
also, i don't like calling the bookmark dvd-game as i sometimes use other dvd's with xbox software on them other than games. i change it to simply dvd-rom.
just a tip.
(i wasn't sure if this should go in the support section or general)
<myprograms>
<default>f:\games\,f:\hddloader\</default>
<bookmark>
<name>games</name>
<path>f:\games\,f:\hddloader\</path>
<depth>1</depth>
</bookmark>
<bookmark>
<name>emulators</name>
<path>e:\emulators\</path>
<depth>1</depth>
</bookmark>
<bookmark>
<name>programs</name>
<path>e:\apps\,c:\xboxdash.xbe</path>
<depth>1</depth>
</bookmark>
<bookmark>
<name>dvd-game</name>
<path>d:\default.xbe</path>
<depth>1</depth>
</bookmark>
</myprograms>
if you notice the bookmark for the dvd-game points directly to
d:\default.xbe
i sometimes put more than one game on a dvd as this helps make the dvd fuller so the dvd-rom will have a better chance of reading it. i also do it to save from using multiple discs when i can put multiple games together. when building the multi-game discs i put each game in it's own folder. if you do the same, you'll notice with the default xbmc xml settings the disc will show nothing when you look at it under programs. but... if you change the dvd-game section to this...
<bookmark>
<name>dvd-game</name>
<path>d:\</path>
<depth>1</depth>
</bookmark>
your dvd-game in programs will list all the games on a multigame disc. i'm pretty sure older builds of xbmc didn't point directly to an xbe on the dvd drive, but the new builds do. so if you use multi-game discs this change is for you! i would hope the devs will notice this and change it but it's not a big deal so prolly not.
also, i don't like calling the bookmark dvd-game as i sometimes use other dvd's with xbox software on them other than games. i change it to simply dvd-rom.
just a tip.
(i wasn't sure if this should go in the support section or general)