Originally posted by: austin316
can someone let me know what I'm doing wrong, because I'm not getting my network shares to show up....
I have several folders on my pc shared. firewalls are turned off and the xbox and pc are connected to the same router.
I've looked all over but can't seem to get any additional info.
you have to set your computer to have a static IP
you then have to share each folder with a unique name
then under f:\\apps\XBMC\UserData you need to edit sources.xml
there will be a heading for each menu item (My Music, My Videos, ect)
the bookmark should be something to the effect
<bookmark>
<title>My U2 Music</title> <----not sure on this one, but you can look at the existing bookmarks
<path> smb://192.168.0.25/U2 music</path> (U2 Music being the name of the shared folder)
</bookmark>
my syntax is probably wrong cause i dont remember off the top of my head, but again you can look at the code and edit it.
hope this helps