首页 资讯中心 硬件周边 攻略中心 秘籍中心 在线动漫 CG壁纸  
专题栏目: PSP NDS GBA PS2 PS3 XBOX XBOX360 WII
硬件周边 PS2硬件周边 | GBA硬件周边 | NDS硬件周边 | XBOX360硬件周边 | XBOX硬件周边 | WII硬件周边 | PS3硬件周边 | PSP硬件周边
您的位置:游狐网 >> 硬件周边 >> XBOX硬件周边

xbmp配置谈

[ 时间:2005-1-28 2:55:12 | 来源:未知 | 收藏本文 ] 【

鉴于许多xber对xbmp的配置还有许多疑惑,特写此文,以期有所帮助。

 

 

1)下载:ftp://xbmp.uk.xbins.org/
               usr:xbins
               pwd:homebrew

2)解压上传到xbox,目录你任选

3)配置。由于一些版本的xbmp没有带config.xml而导致不能使用,而有些有config.xml的又不能在xbmp里看见你xb HDD上其的盘,所以,以2。4为例,谈一下自己的经验(以下内容删去中文讲解后,保存为config.xml即可使用):

<configuration>

<media>

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

    <!-- 映射Xbox的分区表 -->

    <!-- dvd光驱是自动映射的不必在这里另行指出了 -->

    <!-- 所有分区映射表:
          'C', "Harddisk0\Partition2"
          'E', "Harddisk0\Partition1"
          'F', "Harddisk0\Partition6"
          'X', "Harddisk0\Partition3"
          'Y', "Harddisk0\Partition4"
          'Z', "Harddisk0\Partition5"
       -->

    <local>
        <!-- 以下是本地设置。加入*可以让xb自动配置,如:
        <address*>192.168..2</address*>可以制动分配ip地址 -->
        <address>192.168..2</address>
        <subnet>255.255.255.0</subnet>
        <gateway>192.168.1.1</gateway>
        <nameserver>192.168.1.1</nameserver>
        <playlists>e:\apps\xbmp\playlists</playlists> <!-- e:\apps\xbmp\是我
        的xbmp的安装目录,可改为你安装的相应目录 -->
        <timeserver*>207.46.248.43</timeserver*> <!-- 这项没意义不用管 -->
        <thumbnails>e:\apps\xbmp\thumbs</thumbnails>
        <bookmarks>e:\apps\xbmp\bookmarks</bookmarks>
<subtitles>e:\apps\xbmp\subtitles</subtitles>
        <imdb>e:\apps\xbmp\imdb</imdb> 
        <home>e:\apps\xbmp</home>
    </local>

    <!-- 你可以自定义各种格式的其他共享(就是在xbmp中可以看见的文件夹),
          但你共享的目录一定要是确实存在的!不然你点了会死机的!
          XNS共享是基于RelaX的, SMB是基于windows的文件共享(linux是否能用尚
          未确认)。<cahchesize></cachesie>是缓冲大小:硬盘文件缓冲就小点,
          视频文件最好给大点。   -->
    <music>
      <visible>true</visible>
      <share>
        <name>E</name>
        <url>e:\</url>
      </share>
      <share>
        <name>F</name>
        <url>f:\</url>
      </share>

          <!-- 使你的E、F盘可以在xbmp中出现 -->

      <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\music@192.168.1.2</url>
        <cachesize>256</cachesize>
      </share>
      <share>
        <name>Network (SMB)</name>
        <url>smb://username:password@workgroup/computer/share</url>
        <cachesize>256</cachesize>
      </share>

          <!-- username和password要看你的pc是怎么设的了 -->
      <share>
        <name>Internet Radio (SHOUTcast)</name>
        <url>e:\apps\xbmp\shoutcast</url>
        <cachesize>256</cachesize>
      </share>
      <share>
        <name>Playlists</name>
        <url>e:\apps\xbmp\playlists</url>
        <cachesize>32</cachesize>
      </share>
      <share>
        <name>DVDROM (UDF)</name>
        <url>d:</url>
      </share>
      <share>
        <name>DVDROM (ISO9660)</name>
        <url>iso9660:</url>
      </share>
    </music>

    <pictures>
      <visible>true</visible>
      <share>
        <name>E</name>
        <url>e:\</url>
      </share>
      <share>
        <name>F</name>
        <url>f:\</url>
      </share>
      <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\pictures@192.168.1.2</url>
        <cachesize>256</cachesize>
      </share>
      <share>
        <name>Network (SMB)</name>
        <url>smb://username:password@workgroup/computer/share</url>
        <cachesize>256</cachesize>
      </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>E</name>
        <url>e:\</url>
        <cachesize>8192</cachesize>
            <!--  视频文件的数据交换量比较大所以缓冲还是大一点吧。  -->
      </share>
      <share>
        <name>F</name>
        <url>e:\</url>
        <cachesize>8192</cachesize>
      </share>
      <share>
        <name>Network (XBMSP)</name>
        <url>xbmsp://192.168.1.2/videos</url>
 &nb

[1][2][3]

>> 相关资讯:

上一篇:XBOX联机GameSpy完全攻略      下一篇:关于有些D盘无法读取的二度总结