View Full Version : Howto xboxmediacenter.xml ?
i'm trying to setup smb towards winxp ...
the win xp shares are working ... i have several other win machines mapped ..
below is as an example the " my picture share" part in xboxmediacenter.xml file
what more do i need to set to get it working
<bookmark>
<name>smb</name>
<!-- you can use the following formats: !-->
<!-- smb://domain;user:password@ip/share/directory/ !-->
<smb://xxxx:yyyy@192.168.100.245/160gig$/bilder/>
<!-- if guest/public access is enabled: !-->
<!-- smb://ip/ !-->
<path>smb://domain;username:pwd@mywindowsserver/movies/</path>
</bookmark>
NyQuil_Driver
2004-05-05, 20:37
i'm trying to setup smb towards winxp ...
the win xp shares are working ... i have several other win machines mapped ..
below is as an example the " my picture share" part in xboxmediacenter.xml file
what more do i need to set to get it working
<bookmark>
* * <name>smb</name>
* * *<!-- you can use the following formats: !-->
* * *<!-- smb://domain;user:password@ip/share/directory/ !-->
* * *<smb://xxxx:yyyy@192.168.100.245/160gig$/bilder/>
* * *<!-- if guest/public access is enabled: !-->
* * *<!-- smb://ip/ !-->
* *<path>smb://domain;username:pwd@mywindowsserver/movies/</path>
* </bookmark>
try:
<bookmark>
* * <name>smb</name>
* * *<!-- you can use the following formats: !-->
* * *<!-- smb://domain;user:password@ip/share/directory/ !->
* * *<!-- if guest/public access is enabled: !-->
* * *<!-- smb://ip/ !-->
* <path><smb://192.168.100.245/160gig$/bilder/></path>
</bookmark>
this is the format that worked for me. basically i just dropped the xxxx:yyyy (user/pass) part and the <smb> tag has to be between the <path> tags, which you didn't have originally.
better make that:
<path>smb://xxxx:yyyy@192.168.100.245/160gig$/bilder/</path>
NyQuil_Driver
2004-05-05, 20:45
better make that:
<path>smb://xxxx:yyyy@192.168.100.245/160gig$/bilder/</path>
oops, you caught me, my bad. i'm new to xbmc and recited that off the top of my head without double checking.
NyQuil_Driver
2004-05-05, 20:47
but i still think he would drop the xxxx:yyyy right? i think he took that right out of the example, if he doesn't know his user/pass he most likely doesn't have one, so you cna just drop the "xxxx:yyyy@" part, i think, unless i'm way off.