Help - Search - Members - Calendar
Full Version: Hdd In Config
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XboxMediaPlayer
steiny
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>
apeg
Froget my suggestion i did not realize that the slashes were taken out when posting in this forum

sorry i can see whats wrong with you config.
MeryD
Check the dir name on ur E: drive. Maybe Xbmp is case sensitive and ur name is 'picture' and not 'Picture'.
steiny
I just checked and the Picture folder is the same. Thanks anyway.

I really would appreciate any other ideas.

I am running the XBMP as my startup dashboard but it still doesn't work.

It's not just the Pictures folder. It appears that nothing on the HDD is visible in either the music, pictures or videos section.

Please help.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.