Well it seems I got the hardest part all set up but now the part that I thought would be easy, is giving me trouble.
Problem 1:
I can get XBMP to access my pictures from my PC, but I can't access the pics on my xbox hd.
Problem 2:
I can't seem to get programs set up in XBMP. I read the how-to on creating shortcuts, etc and tried a few other things but no luck.
My PC ip is 192.168.1.4
My Xbox ip is 192.168.1.5
XBMP 2.3 (in e:Appzxbplayer folder)
Latest Evox
Here is my config.xml. I would appreciate any help. Thanks.
<configuration>
<media>
<map>C:,Harddisk0Partition2</map>
<map>E:,Harddisk0Partition1</map>
<map>F:,Harddisk0Partition6</map>
<local>
<!-- remove the asterisks to set local ip address and gateway statically -->
<address>192.168.1.5</address>
<subnet>255.255.255.0</subnet>
<gateway*>192.168.1.1</gateway*>
<nameserver>192.168.1.4</nameserver>
<timeserver>192.36.143.151</timeserver>
<playlists>e:Appzxbplayerplaylists</playlists>
<thumbnails>e:Appzxbplayerthumbs</thumbnails>
<bookmarks>e:Appzxbplayerbookmarks</bookmarks>
<imdb>e:Appzxbplayerimdb</imdb>
<home>e:Appzxbplayer</home>
</local>
<!-- specify as many shares as you like, note the format for each type of share -->
<!-- Note: XNS shares are created using RelaX, SMB shares are Windows shared folders -->
<!-- for each share you can specify the cache buffer size, note that this is optional -->
<music>
<share>
<name>Music (XNS)</name>
<url>d:music@192.168.1.4:1400</url>
</share>
<name>HDD</name>
<url>e:music</url>
</share>
<share>
<name>DVDROM (UDF)</name>
<url>d:</url>
</share>
<share>
<name>DVDROM (ISO9660)</name>
<url>iso9660:</url>
</share>
</music>
<pictures>
<share>
<name>Pictures (XNS)</name>
<url>C:Documents and SettingsAll UsersDocumentsMy PicturesMy Pictures@192.168.1.4:1400</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>e:Pictures</url>
</share>
<share>
<name>DVDROM (UDF)</name>
<url>d:</url>
</share>
<share>
<name>DVDROM (ISO9660)</name>
<url>iso9660:</url>
</share>
</pictures>
<videos>
<share>
<name>Videos(XNS)</name>
<url>D:musicMy MusicVideos@192.168.1.4:1400</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Home Videos(XNS)</name>
<url>D:videos@192.168.1.4:1400</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>e:videos</url>
</share>
<share>
<name>DVDROM (UDF)</name>
<url>d:</url>
</share>
<share>
<name>DVDROM (ISO9660)</name>
<url>iso9660:</url>
</share>
</videos>
<!-- only HDD app shares are supported -->
<apps>
<share>
<name>HDD</name>
<url>e:Appzshortcuts</url>
</share>
</apps>
<!-- application bookmarks are optional -->
<applications>
<bookmark>
<name>Emulators</name>
<path>e:appzemulators</path>
</bookmark>
<bookmark>
<name>Utilities</name>
<path>e:appsutils</path>
</bookmark>
</applications>
<extensions>
<music>sc|mpa|wav|wma|ogg|mp3|m3u</music>
<videos>ifo|mov|qt|divx|vob|pva|wmv|asf|asx|ogm|m2v|avi|bin|dat|mp2|mpg|mpeg</videos>
</extensions>
<dashboard>evoxdashbackup.xbe</dashboard>
<shutdowntime>0</shutdowntime>
<sensitivity>0.2</sensitivity>
<xnsbuffer>8192</xnsbuffer>
<!-- remove the asterisks from the language element to specify language otherwise -->
<!-- XBMP will try to autodetect it based on your dashboard settings -->
<language*>21</language*>
<subtitleencoding>UTF-8</subtitleencoding>
<!-- Set this to true to use Mediacommon-font.ttf as UI font -->
<!-- don't forget to copy the truetype font to your xbox!!! -->
<usettfuifont>false</usettfuifont>
<!-- Screen saver setting in seconds (0=disable it) -->
<screensaver>60</screensaver>
<!-- snapstream server -->
<snapstreamserver>192.168.0.1</snapstreamserver>
<snapstreamuser>common</snapstreamuser>
<!-- prefill cache before start playing in % -->
<precache>10</precache>
</media>
</configuration>