Help - Search - Members - Calendar
Full Version: Ip Address Woes
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XboxMediaPlayer
skinnyrat
hi guys,im trying to configure relax to watch movies tc,and read tuts etc,but as im a pc monkey i tend to get lost easily,so im wondering,which ip address do i enter, is it the one i gave when configuring evox or is it the one i get from visiting sites such as find your ip address.thanks in advance
fiveohhh
Your local one. probably 10.100.xx.xxx or 192.168.xxx.xxx
skinnyrat
ive tried my local address but still no joy.nothing happens when i press xns folder.i have created followed the tut to create shares in relax ns that seems ok apart from i cant seem to put in a display name,its greyed out i dunno if that is my problem or wether its my xml.please could someone tell me where i am going wrong.i want to share my movies and mp3's

<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.0.200</address*>
<subnet*>255.255.255.0</subnet*>
<gateway*>192.168.0.1</gateway*>
<nameserver>192.168.1.175</nameserver>
<playlists>F:playlists</playlists>
<thumbnails>F:thumbs</thumbnails>
<bookmarks>F:bookmarks</bookmarks>
<imdb>F:imdb</imdb>
</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>Network (XBMSP)</name>
<url>xbmsp://192.168.0.1/mymusic</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (XNS)</name>
<url>c:mp3's@192.168.0.200</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://username:password@Solvision/mokkalaptop/music</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>F: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>Network (XBMSP)</name>
<url>xbmsp://192.168.0.1/pictures</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (XNS)</name>
<url>c:sharedpictures@192.168.0.200</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://username:password@Solvision/mokkalaptop/pictures</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>F: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>Network (XBMSP)</name>
<url>xbmsp://192.168.0.1/videos</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (XNS)</name>
<url>c:movies@192.168.0.200:1400</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://username:password@Solvision/mokkalaptop/videos</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>F: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>F:appsshortcuts</url>
</share>
</apps>

<!-- application bookmarks are optional -->
<applications>
<bookmark>
<name>Emulators</name>
<path>F:appsemulators</path>
</bookmark>
<bookmark>
<name>Utilities</name>
<path>F: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>xboxdash.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>0</screensaver>

<!-- snapstream server -->
<snapstreamserver>192.168.0.1</snapstreamserver>
<snapstreamuser>common</snapstreamuser>

<!-- prefill cache before start playing in % -->
<precache>10</precache>
</media>

</configuration>
thanks in advance
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.