OK, I found a problem with Movax's sources.xml text he posted. If you look at the last line it is:
<Video>
it should be
</sources>
I loaded the text into a real xml editor and it found that. Now I have Games in Games and Apps in Applications, but I have lost the "add shortcut" button to add anything else. Using the white button doesn't bring it up either.
I am half way there. When I go into games, it has Emulators and Programs listed with the games. I have all the games listed into their separate categories. I find it makes loading the game you are looking for a lot easier.
When I select music, it goes to a folder (unknown) and I select the up arrow to go to the main screen. When I select Applications, it takes me to the E:\Apps folder and when I select the up arrow it takes me to the root of the games menu, (not the games blade).
Here is my new sources.xml file. Maybe someone can find a couple of errors to help me fine tune it.
QUOTE
<sources>
<myprograms>
<default>Games</default>
<source>
<name>Action</name>
<path>F:\Action\</path>
</source>
<source>
<name>Driving</name>
<path>F:\Driving\</path>
</source>
<source>
<name>FPS</name>
<path>F:\FPS\</path>
</source>
<source>
<name>Kids</name>
<path>F:\Kids\</path>
</source>
<source>
<name>Sports</name>
<path>F:\Sports\</path>
</source>
<source>
<name>Other Games</name>
<path>F:\Others\</path>
</source>
<source>
<name>Emulators</name>
<path>E:\Emulators\</path>
<path>F:\Emulators\</path>
<path>G:\Emulators\</path>
</source>
<source>
<name>Programs</name>
<path>E:\Apps\</path>
<path>F:\Apps\</path>
<path>G:\Apps\</path>
</source>
<source>
<name>DVD-Game</name>
<path>D:\</path>
</source>
</myprograms>
<video>
<default>Videos</default>
<source>
<name>Videos</name>
<path>F:\Movies\</path>
<path>F:\Videos\</path>
<path>G:\Videos\</path>
</source>
<source>
<name>DVD-ROM Drive</name>
<path>D:\</path>
</source>
<source>
<name>Playlists</name>
<path>special://videoplaylists/</path>
</source>
<source>
<name>XBMSP Network Share</name>
<path>xbms://192.168.1.109:1400/</path>
</source>
<source>
<name>XBMSP Network Servers (Auto-Discover)</name>
<path>xbms://</path>
</source>
<source>
<name>SMB Network Share</name>
<path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>
</source>
<source>
<name>TuxBox Client</name>
<path>tuxbox://root:dreambox@192.168.0.110:80/</path>
</source>
<source>
<name>WORKGROUP (SMB) Network</name>
<path>smb://</path>
</source>
<source>
<name>ReplayTV</name>
<path>rtv://*/</path>
</source>
<source>
<name>UPnP Media Servers (Auto-Discover)</name>
<path>upnp://</path>
</source>
</video>
<music>
<default>Music</default>
<source>
<name>Music</name>
<path>C:\Junk\Music\</path>
<path>E:\Music\</path>
<path>F:\Music\</path>
<path>G:\Music\</path>
</source>
<source>
<name>DVD-ROM Drive</name>
<path>D:\</path>
</source>
<source>
<name>Playlists</name>
<path>special://musicplaylists/</path>
</source>
<source>
<name>XBMSP Network Share</name>
<path>xbms://192.168.0.1:1400/</path>
</source>
<source>
<name>XBMSP Network Servers (Auto-Discover)</name>
<path>xbms://</path>
</source>
<source>
<name>SMB Network Share</name>
<path>smb://DOMAIN;username:pwd@MyWindowsServer/music/</path>
</source>
<source>
<name>WORKGROUP (SMB) Network</name>
<path>smb://</path>
</source>
<source>
<name>iTunes Network Share (DAAP)</name>
<path>daap://192.168.1.100/</path>
</source>
<source>
<name>UPnP Media Servers (Auto-Discover)</name>
<path>upnp://</path>
</source>
<source>
<name>shoutcast</name>
<path>shout://www.shoutcast.com/sbin/newxml.phtml/</path>
</source>
</music>
<pictures>
<default>Pictures</default>
<source>
<name>Pictures</name>
<path>C:\Pictures\</path>
<path>E:\Pictures\</path>
<path>F:\Pictures\</path>
<path>G:\Pictures\</path>
</source>
<source>
<name>DVD-ROM Drive</name>
<path>D:\</path>
</source>
<source>
<name>XBMSP Network Share</name>
<path>xbms://192.168.0.1:1400/</path>
</source>
<source>
<name>XBMSP Network Servers (Auto-Discover)</name>
<path>xbms://</path>
</source>
<source>
<name>SMB Network Share</name>
<path>smb://DOMAIN;username:pwd@MyWindowsServer/pictures/</path>
</source>
<source>
<name>WORKGROUP (SMB) Network</name>
<path>smb://</path>
</source>
<source>
<name>UPnP Media Servers (Auto-Discover)</name>
<path>upnp://</path>
</source>
</pictures>
<files>
<default></default>
<source>
<name>C Drive</name>
<path>C:\</path>
</source>
<source>
<name>E Drive</name>
<path>E:\</path>
</source>
<source>
<name>F Drive</name>
<path>F:\</path>
</source>
<source>
<name>Q Drive</name>
<path>Q:\</path>
</source>
<source>
<name>DVD-ROM Drive</name>
<path>D:\</path>
</source>
<source>
<name>XBMSP Network Share</name>
<path>xbms://192.168.0.1:1400/</path>
</source>
<source>
<name>XBMSP Network Servers (Auto-Discover)</name>
<path>xbms://</path>
</source>
<source>
<name>SMB Network Share</name>
<path>smb://DOMAIN;username:pwd@MyWindowsServer/files/</path>
</source>
<source>
<name>FTP Network Share</name>
<path>ftp://username:password@ip:port/folder/</path>
</source>
<source>
<name>WORKGROUP (SMB) Network</name>
<path>smb://</path>
</source>
</files>
</sources>