xbmp配置谈。 鉴于许多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> <cachesize>8192</cachesize> </share> <share> <name>Network (XNS)</name> <url>c:\shared\videos@192.168.1.2</url> <cachesize>8192</cachesize> </share> <share> <name>Network (SMB)</name> <url>smb://username:password@workgroup/computer/share</url> <!-- username和password就不说了,workgroup你得改成你的pc所 在的工作组 --> <cachesize>8192</cachesize> </share> <share> <name>Playlists</name> <url>e:\apps\xbmp\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\</url> </share> </apps> <!-- 其它应用程序的位置,大家更具自己的实际情况添吧 --> <applications> <bookmark> <name>Games</name> <path>f:\hddloader</path> </bookmark> <bookmark> <name>Emulators</name> <path>e:\emu</path> </bookmark> <bookmark> <name>Utilities</name> <path>e:\apps\</path> </bookmark> <bookmark> <name>Shortcuts</name> <path>e:\apps\xbmp\shortcuts</path> </bookmark> </applications>
<!-- extensions部分不用管,他关系到xbmp的setting里的only show default application中是否能显示一下这些扩展名的文件 ->
<extensions> <music>ac3|aac|nfo|pls|rm|sc|mpa|wav|wma|ogg|mp3|mp2|m3u</music> <videos>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</videos> <pictures>png|jpg|jpeg|bmp|gif|ico|tif|tiff|tga|pcx</pictures> </extensions>
<dashboard>xboxdash.xbe</dashboard>
<!-- 如果你的dashbord是evoxdash.xbe就改吧,它定义了你的dashbord的 名称 -->
<shutdowntime>0</shutdowntime> <sensitivity>0.2</sensitivity> <xnsbuffer>8192</xnsbuffer>
<!-- 以下是xbmp的显示部分的设定 --> <!-- 1 - msdashbord里你怎么设的他就怎么显示 --> <!-- 2 - NTSC 720x480 @ 4:3 --> <!-- 3 - NTSC 720x480 @ 16:9 --> <!-- 4 - PAL 720x576 @ 4:3 --> <!-- 5 - PAL 720x576 @ 16:9 --> <!-- 6 - HDTV 1280x720 @ 16:9 --> <!-- 7 - HDTV 1920x1080 @ 16:9 --> <resolution>1</resolution>
<!-- 语言设定 1 = English 2 = Japanese 3 = German 4 = French 5 = Spanish 6 = Italian 9 = Portugese(European) 10 = Portugese(Brazilian) 20 = Dutch 21 = Nowagain(Bokmal) 22 = Swedish 23 = Danish 24 = Finnish 25 = Croatian 26 = Hungarian 27 = Nowegain(Nynorsk) 30 = Albanian 31 = Turkish 41 = Chinese(Simplified) 42 = Chniese(Traditional) 44 = Thai 45 = Korean 51 = Russian 54 = Polish 55 = Czech 没什么特别需要就别改了,加*是使用msdashbord的设定,想使用中文 你得先升成中文的dashbord,详细方法就不说了 -->
<language*>41</language*>
<subtitleencoding>UTF-8</subtitleencoding> <!-- 字母的编码,有些字幕是使用Unicode的。一般不用改 --> <!-- 设成true以支持true type font,你可将simsun.ttf改名覆盖 Media\common-font.ttf,你就可以使用ttf的字体了 -->
<usettfuifont>false</usettfuifont>
<!-- 这就不用说了吧,0是不要屏保 --> <screensaver>0</screensaver>
<!-- snapstream server 没啥必要改 --> <snapstreamserver>192.168.1.1</snapstreamserver> <snapstreamuser>common</snapstreamuser>
<precache>10</precache>
<!-- 流媒体传输的timeout时间,以秒为单位 --> <shoutcasttimeout>12</shoutcasttimeout>
<recordingpath>e:\apps\xbmp\recordings</recordingpath> <!-- 录制音乐的存放文件架 -->
<scrollysuffix>|</scrollysuffix>
<!-- 自动运行DVD中的xb游戏 --> <autolaunchxbox>false</autolaunchxbox>
<!-- 自动运行DVD中的xb应用程序 --> <autolaunchdvd>false</autolaunchdvd>
<!-- 自动播放音乐 DVD Player.cut和CD Player必须正确配置才可正常使用 --> <autolaunchcdda>false</autolaunchcdda>
<!-- 是否显示系统状态 --> <showdebug>true</showdebug>
</media>
</configuration>
----------------------------------------------------------------------------------------------------------------------
终于写完了,望高手指正。

|