xboxscene.org forums

Author Topic: Trying To Transfer Files Between Boxes Using Xbmp  (Read 63 times)

325is_MadBimmer

  • Archived User
  • Newbie
  • *
  • Posts: 3
Trying To Transfer Files Between Boxes Using Xbmp
« on: October 23, 2004, 08:26:00 PM »

So i want to tranfer files between two exboxes using my pc as a guide and using flashFXP

so i dug around and i found this tutorial http://forum.psxcare.com/support/showthrea...p?threadid=7239


i got XBMP from the usual spot  wink.gif


then in that tutorial the guy says I must edit my config.xml so i open it and i do not see any text that he says to edit

this is my config.xml

<configuration>

<media>

   <map>C:,Harddisk0\Partition2</map>
   <map>E:,Harddisk0\Partition1</map>
   <map>F:,Harddisk0\Partition6</map>


   

   

   

   

   

   

   

   

   <local>
       
       <address*>192.168.1.3</address*>
       <subnet*>255.255.255.0</subnet*>
       <gateway*>192.168.1.1</gateway*>
       <nameserver>192.168.1.1</nameserver>
       <playlists>$HOME\playlists</playlists>
       <timeserver*>207.46.248.43</timeserver*>
       
       <cddbserver>194.97.4.18</cddbserver>
       <thumbnails>$HOME\thumbs</thumbnails>
       <bookmarks>$HOME\bookmarks</bookmarks>
       <subtitles>$HOME\subtitles</subtitles>
       <cddb>$HOME\cddb</cddb>  
       <imdb>$HOME\imdb</imdb>
       <screenshots>$HOME\screenshots</screenshots>
   </local>

   
   
   
   
   <music>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.1.2/mymusic</url>
       <cachesize>256</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>c:\shared\[email protected]</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:\music</url>
     </share>
     <share>
       <name>Internet Radio (SHOUTcast)</name>
       <url>$HOME\shoutcast</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Playlists</name>
       <url>$HOME\playlists</url>
       <cachesize>32</cachesize>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
     </share>
     <share>
       <name>CDDA</name>
       <url>cdda:</url>
     </share>
   </music>

   <pictures>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.1.2/pictures</url>
       <cachesize>256</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>c:\shared\[email protected]</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:\pictures</url>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
     </share>
   </pictures>

   <videos>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.1.2/videos</url>
       <cachesize>8192</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>c:\shared\[email protected]</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:\videos</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>Playlists</name>
       <url>$HOME\playlists</url>
       <cachesize>1024</cachesize>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
       <cachesize>8192</cachesize>
     </share>
   </videos>

   <tvguide>
     <visible>false</visible>
     <autoprocess>true</autoprocess>
   </tvguide>

   
   <apps>
     <visible>true</visible>
     <share>
       <name>HDD</name>
       <url>e:\apps\shortcuts</url>
     </share>
   </apps>
   
   
   <applications>
      <bookmark>
        <name>Emulators</name>
        <path>e:\apps\emulators</path>
      </bookmark>
      <bookmark>
        <name>Utilities</name>
        <path>e:\apps\utils</path>
      </bookmark>
      <bookmark>
        <name>Shortcuts</name>
        <path>$HOME\shortcuts</path>
      </bookmark>
   </applications>

   <extensions>
       <music>ac3|aac|nfo|pls|rm|sc|mpa|wav|wma|ogg|mp3|mp2|m3u|cue</music>
       <videos& gt;nfo|rm|m3u|ifo|mov|qt|divx|xvid|bivx|vob|pva|wmv|asf|asx|ogm|m2v|avi|bin|dat|
mpg|mpeg|mkv|avc|vp3|svq3|nuv|viv|dv|fli|ty|tmf</videos>
       <pictures>png|jpg|jpeg|bmp|gif|ico|tif|tiff|tga|pcx</pictures>
   </extensions>

   <dashboard>xboxdash.xbe</dashboard>
   <shutdowntime>0</shutdowntime>
   <sensitivity>0.2</sensitivity>
   <xnsbuffer>8192</xnsbuffer>

   
   
   
   
   
   
   
   
   <resolution>1</resolution>

   
   
   <language*>22</language*>

   <subtitleencoding>UTF-8</subtitleencoding>
   
   
   
   <usettfuifont>false</usettfuifont>

   
   <screensaver>0</screensaver>

   
   <snapstreamserver>192.168.1.1</snapstreamserver>
   <snapstreamuser>common</snapstreamuser>

   
   <precache>10</precache>

   
   <shoutcasttimeout>12</shoutcasttimeout>
   <recordingpath>e:\music\recordings</recordingpath>
   

   <scrollysuffix>|</scrollysuffix>

   
   <autolaunchxbox>true</autolaunchxbox>

   
   <autolaunchdvd>true</autolaunchdvd>
   <dvdplayer>c:\xboxdash.xbe</dvdplayer>
   
   <autolaunchcdda>false</autolaunchcdda>
   <cddaplayer>c:\xboxdash.xbe</cddaplayer>

       
   <autolaunchvideo>false</autolaunchvideo>    

   
   <usecddb>true</usecddb>
   
   
   <showdebug>true</showdebug>

   
   
   
   
   
   
   <ledcontrol>5</ledcontrol>

   
   
   <swapdate>false</swapdate>
   
   
   <showsplash>false</showsplash>
   
   
   <webserver>false</webserver>

</media>

</configuration>








Now am i just stupid or is there something wrong/different?


ps - i did search plenty and came up with nothing rearding my problem....so please dont give me crap about not searching



also if there is a different easier way other then that way ^ and using avalaunche and a crossover cable...please tell me and guide
Logged