scoobaman said:
no matter what i do, i get access denied.
i have read somewhere that it is something to do with sp2 with win xp. is there anybody else that has sp2 that has it working?
Yes, I have XP and SP2 and it works perfectly. The trick is in the "xboxmediacenter.xml" or "xbmc.xml", depending on which dashboard you're using. Look for this section:
<bookmark>
<name>Videos on My Computer</name>
<!-- You can use one of these following formats: !-->
<!-- smb://domain;user
[email protected]/share/directory/ !-->
<!-- smb://user
[email protected]/share/ !-->
<!-- Only if guest/public access is enabled: !-->
<!-- smb://ip/ !-->
<path>smb://MSHOME;Username
[email protected] Computer/My Videos/</path>
</bookmark>
Everything between <!-- and !--> is a comment, and ignored. The important part is after the <path> line. Using the above line as an example, change "MSHOME" to whatever your network's workgroup or domain name is, change the "Username" and "password" to a valid username and password account on your computer, change "My Computer" to your computer's network name, and change "My Videos" to the name of the shared folder on your computer. I then commented out all the other ones like the XBMSP Network shares, etc. Repeat this for the Videos, Pictures, and Music sections, make sure the shared folders on your computer have the same share name and it will work. The "no access" message is because you don't have a valid username and password in the file that matches a username and password on your computer. Also, there is a section at the top of the xml file that will let you set a default username and password that should apply to every section of the xml file. I put the same one in everywhere just in case. Oh, and one other thing - use the FTP server on the X3 chip, not one of the ones in a dashboard. That way you'll be sure the xml file you're trying to write to the xbox is not currently in use.