XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > XBMC General Help and Support > XBMC for Xbox Specific Support

XBMC for Xbox Specific Support Need help with XBMC for Xbox, or think you've found a bug? Discuss it here.
XBMC related discussion only, (no modchip or softmod discussions).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2003-10-03, 02:51   #1
seph200x
Junior Member
 
Join Date: Oct 2003
Posts: 5
seph200x is on a distinguished road
Lightbulb

i just copied my old smb path across from my xbmp config.xml file, and it couldn't connect. it's in the following format:

smb://xbox:xbox@workgroup/pcname/sharename

it seems to be having the same problems i have with any of xport's emulators, which also fail to recognise smb shares in this format. i eventually managed to get mameox to see a share with this format:

smb://:@ipaddress/sharename

but this won't work with xbmc or xports emus.

i'm using windows xp. any help would be appreciated. (but it would be better if xbmc (and everything else) used the same smb routines as xbmp. :d *i had no problems whatsoever with that. )
seph200x is offline   Reply With Quote
Old 2003-10-03, 03:32   #2
seph200x
Junior Member
 
Join Date: Oct 2003
Posts: 5
seph200x is on a distinguished road
Default

oh, and just for reference, here's the post on mameox's sourceforge site that dealt with the issue and how opcode fixed it:

http://sourceforge.net/forum....=268686

oh, and hello. i just noticed a whole bunch of path formats in xports .nfo files that i haven't tried with xbmc. i'll give them a go tonight and let you know how i go.
seph200x is offline   Reply With Quote
Old 2003-10-03, 08:28   #3
Frodo
Team MediaPortal
 
Join Date: Sep 2003
Posts: 509
Frodo is on a distinguished road
Default

smb works for me
i'm connecting from my xbox->windows xp using the following share:

smb://usernameassword@workgroup/computername/share

that layout is working. its also tested with linux & samba and that works 2, but i believe samba needs 2b running in share mode ?

anyway compputername can b either the wins name or the ip adres.

make sure you entered all the correct details like
ip adres, netmask, name server, default gateway etc

if your're booting from evox,avalaunch or another dash, then please enter those values their and remove them from xbmc
xbmc will use them automaticcly
this means xboxmediacenter.xml will look like:

Quote:
<!-- ipadres,netmask,default gateway, nameserver (leave empty if you wanna use evox settings) !-->
<ipadres>-</ipadres>
<netmask>-</netmask>
<defaultgateway>-</defaultgateway>
only fill in those values if you are using xbmc as your dashboard

frodo
__________________
XBMC Project Founder (Retired), now head programmer of MediaPortal
Frodo is offline   Reply With Quote
Old 2003-10-03, 08:36   #4
seph200x
Junior Member
 
Join Date: Oct 2003
Posts: 5
seph200x is on a distinguished road
Default

thank you mr baggins, sir. i shall try that tonight. keep up the awesome work.
seph200x is offline   Reply With Quote
Old 2003-10-06, 06:18   #5
seph200x
Junior Member
 
Join Date: Oct 2003
Posts: 5
seph200x is on a distinguished road
Default

okay. that problem's been fixed. i had to remove the ip addresses as suggested, and let it use the dashboard's. (although the ip's were the same, but anyhoo, its working now.)

now, whenever i go to play a movie, it plays the first two seconds or so of the movie, then quits back to the menu. music plays fine however. i'll have a bit of a squizz at the other topics in the forum to see if this is a known issue.
seph200x is offline   Reply With Quote
Old 2003-10-06, 19:06   #6
TML_Winston
Junior Member
 
Join Date: Oct 2003
Posts: 4
TML_Winston is on a distinguished road
Default

samba shares work except it still has the same bug that xbmp had.. the lockup after 7-10 minutes of playing a video over samba.

the 2 seconds bug only happened to me when using a dvd, yet the xbmp worked fine. wish i could compile (have xdk) to submit patches
TML_Winston is offline   Reply With Quote
Old 2003-10-06, 22:03   #7
SciFi
Junior Member
 
Join Date: Oct 2003
Posts: 3
SciFi is on a distinguished road
Default

tml_winston:

hi! can you tell me how you got samba to work with xbmc? i have been trying every setting in my smb.conf file without any luck :=(

xbmp works, but not xbmc

can you post your smb.conf file maybe?
SciFi is offline   Reply With Quote
Old 2003-10-08, 02:18   #8
girotour
Member
 
Join Date: Oct 2003
Posts: 59
girotour is on a distinguished road
Default

i've the same identical problem: samba works with xbmp, but it doesn't with xbmc.
when i select the share, xbmc waits for 5/6 seconds and then displays an empty folder.

here is the xbmp configuration:

<share>
* <name>videos 01 (smb - home)</name>
* <url>smb://userassword@workgroup/home/videos 01</url>
* <cachesize>8192</cachesize>
</share>


and this is the xbmc configuration:

<bookmark>
* <name>videos 01 (smb - home)</name>
* <path>smb://userassword@workgroup/home/videos 01</path>
</bookmark>


btw: these are the network settings for xbmc:

<ipadres>-</ipadres>
<netmask>-</netmask>
<defaultgateway>-</defaultgateway>
<nameserver>-</nameserver>


any idea?

girotour
girotour is offline   Reply With Quote
Old 2003-10-09, 05:50   #9
TML_Winston
Junior Member
 
Join Date: Oct 2003
Posts: 4
TML_Winston is on a distinguished road
Default

here is my xbmc .xml section for samba

<!-- my video shares !-->
<video>
<default></default>
<bookmark>
<name>dvd drive</name>
<path>d:\</path>
</bookmark>
<bookmark>
<name>music videos</name>
<path>smb://chrisassword@mageslair/lordmage/videos</path>
</bookmark>
* * * * * * * *<bookmark>
* * * * * * * * * * * *<name>public</name>
* * * * * * * * * * * *<path>smb://chrisassword@mageslair/lordmage/public</path>
* * * * * * * *</bookmark>
* * * * </video>


i hope this helps.
TML_Winston is offline   Reply With Quote
Old 2003-10-09, 05:57   #10
TML_Winston
Junior Member
 
Join Date: Oct 2003
Posts: 4
TML_Winston is on a distinguished road
Default

oh here is my smb.conf file:

relevant sections:
#======================= global settings =====================================
[global]

* workgroup = mageslair
* server string = samba server %v
* log file = /var/log/samba/log.%m
* max log size = 50
* hosts allow = 192.168.2. 64.0.117.23 127.
* security = share
* encrypt passwords = yes
* smb passwd file = /etc/samba/smbpasswd
* socket options = tcp_nodelay so_rcvbuf=8192 so_sndbuf=8192
* local master = yes
* os level = 33
* wins support = yes
* dns proxy = no
* keepalive = 0

#============================ share definitions ==============================

[videos]
* comment = public stuff
* path = "/storage3/music videos"
* browsable = no
* users = chris
* writable = yes
* create mask = 0770
TML_Winston is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba workgroup problems HaggleLad XBMC for Xbox Specific Support 1 2005-08-15 23:02
Problems with samba, again :( Clumsy XBMC for Xbox Specific Support 7 2005-05-05 16:15
Samba problems with my Mac Burncycle XBMC for Xbox Specific Support 1 2004-09-06 20:37
Samba problems mbwh XBMC for Xbox Specific Support 1 2004-03-25 03:38


All times are GMT +2. The time now is 04:27.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project