xbmc

Discussion in 'Xbox - General discussion' started by Kamran, Jul 2, 2004.

  1. Kamran

    Kamran Regular member

    Joined:
    Mar 25, 2004
    Messages:
    163
    Likes Received:
    0
    Trophy Points:
    26
    how can i make that me default dash at the moment its evo x
     
  2. boxmodder

    boxmodder Member

    Joined:
    Jul 3, 2004
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    I did the same 2 weeks ago, I think XMBC V1.0 is awesome as a dash!

    I did leave evox as a secondary dash though. Basically you need to copy your XboxMediaCenter.XML and your Default.XBE file to the root of your C: drive.

    to keep Evox rename evoxdash.xbe to whatever you want, I renamed mine to evox.xbe

    Then rename your xmbc default.xbe to evoxdash.xbe

    Thats it. If you want detailed info I found it at XboxScenes forums, heres a link http://forums.xbox-scene.com/index.php?showtopic=236341

    Also here is a copy of my XboxMediaCenter.XML because there is a couple changes to make Evox a 2nd dash. Use Wordpad, not Word to modify your XML.

    I hope this helps!

    <xboxmediacenter>

    <!-- When using XBMC as dashboard, define home directory here !-->
    <!-- and move the XBMC xbe plus this xml config file to C:\ !-->
    <!-- Example: <home>E:\Apps\XBMC\</home> !-->

    <home>F:\apps\xbmc</home>

    <!-- network settings for ip, subnetmask, default gateway, and DNS nameserver !-->
    <!-- option 1: leave empty to use the current settings (from evox, avalaunch or other dashboard) !-->
    <!-- option 2: fill in the ipadres,netmask etc and xbmc will configure xbox to use it-->
    <!-- option 3: fill in dhcp as ip and xbmc will use DHCP to configure (so <ipadres>dhcp</ipadres> ) -->
    <ipadres>192.168.0.2</ipadres>
    <netmask>255.255.255.0</netmask>
    <defaultgateway>192.168.0.1</defaultgateway>
    <nameserver>198.60.22.22</nameserver>

    <!-- fill in the HTTP proxy values below if you're using an HTTP proxy to connect to the internet !-->
    <httpproxy>-</httpproxy>
    <httpproxyport>-</httpproxyport>

    <!-- online gaming settings, place your KAI tag name and password here !-->
    <!-- If you don't already have one, visit www.teamxlink.co.uk to create your account !-->
    <!-- XBMC is currently only compativble with KAI 6/VI. KAI 7/VII will be added later !-->
    <!-- NOTE THIS FEATURE IS COMPLETELY UNSUPPORTED BY TEAM-XBMC FOR THE TIME BEING !-->
    <xlink>
    <username></username>
    <password></password>
    </xlink>

    <!-- DO NOT TOUCH THESE SETTINGS!! (unless you know what you're doing) !-->
    <!-- workgroup : workgroup which xbmc uses to login to a server. !-->
    <!-- winsserver: if you run one you can set the ip here (if you don't know !-->
    <!-- what it is, leave it as it is). !-->
    <!-- debuglevel: only set this if you have problems using samba (0 - 10) !-->
    <!-- setting it too high will slow it down a lot. !-->
    <samba>
    <workgroup>WORKGROUP</workgroup>
    <winsserver>-</winsserver>
    <debuglevel>0</debuglevel>
    </samba>

    <!-- This is the IP address to freedb.org CDDB music lookup database !-->
    <CDDBIpAddress>194.97.4.18</CDDBIpAddress>

    <!-- determines which drives 2 use. Only change this for LBA48 support !-->
    <useFDrive>yes</useFDrive>
    <useGDrive>no</useGDrive>
    <usePCDVDROM>no</usePCDVDROM>

    <!-- Should a CD with ISO/UDF filesystem be treated as ISO (yes) or UDF (no) when autodetecting !-->
    <detectAsIso>no</detectAsIso>

    <!-- remote timeserver used to set the xbox time/date!-->
    <timeserver>time.windows.com</timeserver>

    <!-- dashboard 2 launch when exiting xbmc!-->
    <dashboard>C:\evoxdash2.xbe</dashboard>

    <!-- fill in path&filename of external DVD player-->
    <!-- if empty, XBMC will play any DVD's by itself-->
    <dvdplayer></dvdplayer>

    <!-- fill in path&filename of external CD Audio player-->
    <!-- if empty, XBMC will play any CD's by itself-->
    <!-- only applicable if autorun CDDA=Yes in Autorun settings-->
    <cddaplayer></cddaplayer>

    <!-- alternate subtitle directory. If subtitle cant be found in same directory !-->
    <!-- as the movie it will look here: !-->
    <subtitles>$HOME\subtitles</subtitles>

    <!-- enable flipping of hebrew subtitles by specifying the charset to be used here !-->
    <!-- Ex. ISO8859-8 !-->
    <flipcharset></flipcharset>

    <!-- startup window !-->
    <startwindow>0</startwindow>

    <!-- file extensions for pictures,music and videos !-->
    <pictureextensions>.png|.jpg|.jpeg|.bmp|.gif|.ico|.tif|.tiff|.tga|.pcx</pictureextensions>
    <musicextensions>.nsv|.m4a|.flac|.aac|.strm|.pls|.rm|.mpa|.wav|.wma|.ogg|.mp3|.mp2|.m3u|.mod|.amf|.669|.dmf|.dsm|.far|.gdm|.imf|.it|.m15|.med|.okt|.s3m|.stm|.sfx|.ult|.uni|.xm|.sid</musicextensions>
    <videoextensions>.nsv|.ts|.ty|.nfo|.strm|.rm|.rmvb|.m3u|.ifo|.mov|.qt|.divx|.xvid|.bivx|.vob|.img|.iso|.pva|.wmv|.asf|.asx|.ogm|.m2v|.avi|.bin|.dat|.mpg|.mpeg|.mp4|.mkv|.avc|.vp3|.svq3|.nuv|.viv|.dv|.fli</videoextensions>

    <!-- path where xbmc should store its thumbnails !-->
    <thumbnails>$HOME\thumbs</thumbnails>

    <!-- path where xbmc should store its shortcuts !-->
    <shortcuts>$HOME\shortcuts</shortcuts>

    <!-- path where xbmc should store the music albums cache !-->
    <albums>$HOME\albums</albums>

    <!-- path where shoutcast rips/recordings are stored !-->
    <recordings>$HOME\recordings</recordings>

    <!-- path where screenshots are stored !-->
    <screenshots>$HOME\screenshots</screenshots>

    <!-- move & repeat delays for controller and remote (values are in msec) !-->
    <delays>
    <remote>
    <move>220</move>
    <repeat>300</repeat>
    </remote>
    <controller>
    <move>220</move>
    <repeat>220</repeat>
    </controller>
    </delays>

    <!-- Remote debug info. Displays the DVD-remote code with each button press !-->
    <!-- Useful to see if XBMC reads extra buttons on your universal IR remote !-->
    <!-- These remote codes can be placed in keymap.xml to give you more button options !-->
    <displayremotecodes>false</displayremotecodes>

    <!-- this section allows you to overwrite/specify the icons shown !-->
    <!-- for specific file types !-->
    <filetypeicons>
    <xbe>defaultProgram.png</xbe>
    </filetypeicons>

    <!-- my programs bookmarks !-->
    <myprograms>
    <default>Q:\shortcuts</default>
    <bookmark>
    <name>Games</name>
    <path>F:\Games</path>
    </bookmark>
    <bookmark>
    <name>Apps</name>
    <path>F:\apps</path>
    </bookmark>
    <bookmark>
    <name>F drive</name>
    <path>F:\</path>
    </bookmark>
    <bookmark>
    <name>DVD-ROM</name>
    <path>D:\</path>
    </bookmark>
    </myprograms>


    <!-- my pictures shares !-->
    <pictures>
    <default>F:\Pictures</default>
    <bookmark>
    <name>F Drive</name>
    <path>F:\</path>
    </bookmark>
    <bookmark>
    <name>DVD-Rom Drive</name>
    <path>D:\</path>
    </bookmark>

    <!-- Expert setting: Uncomment for seperate ISO and UDF share !-->
    <!-- Comment out the bookmark named DVD to disable DVD autodetect !-->
    <!-- for my pictures !-->
    <!-- <bookmark> !-->
    <!-- <name>ISO</name> !-->
    <!-- <path>iso9660://</path> !-->
    <!-- </bookmark> !-->
    <!-- <bookmark> !-->
    <!-- <name>UDF</name> !-->
    <!-- <path>UDF:</path> !-->
    <!-- </bookmark> !-->
    <bookmark>
    <name>XNS</name>
    <path>xns://192.168.0.1:1400/</path>
    </bookmark>
    <bookmark>
    <name>XBMS</name>
    <path>xbms://192.168.0.1:1400/</path>
    </bookmark>
    <bookmark>
    <name>SMB</name>
    <!-- you can use the following formats: !-->
    <!-- smb://domain;user:password@ip/share/directory/ !-->
    <!-- smb://user:password@ip/share/ !-->
    <!-- if guest/public access is enabled: !-->
    <!-- smb://ip/ !-->
    <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>
    </bookmark>
    <bookmark>
    <name>WORKGROUPS (SMB)</name>
    <path>smb://</path>
    </bookmark>
    </pictures>

    <!-- my files shares !-->
    <files>
    <bookmark>
    <name>C Drive</name>
    <path>C:\</path>
    </bookmark>
    <bookmark>
    <name>E Drive</name>
    <path>E:\</path>
    </bookmark>
    <bookmark>
    <name>F drive</name>
    <path>F:\</path>
    </bookmark>
    <bookmark>
    <name>G drive</name>
    <path>G:\</path>
    </bookmark>
    <bookmark>
    <name>Q drive</name>
    <path>Q:\</path>
    </bookmark>
    <bookmark>
    <name>DVD-ROM drive</name>
    <path>D:\</path>
    </bookmark>
    <!-- Expert setting: Uncomment for seperate ISO and UDF share !-->
    <!-- Comment out the bookmark named DVD to disable DVD autodetect !-->
    <!-- for my files !-->
    <!-- <bookmark> !-->
    <!-- <name>ISO</name> !-->
    <!-- <path>iso9660://</path> !-->
    <!-- </bookmark> !-->
    <!-- <bookmark> !-->
    <!-- <name>UDF</name> !-->
    <!-- <path>UDF:</path> !-->
    <!-- </bookmark> !-->
    <bookmark>
    <name>XNS</name>
    <path>xns://192.168.0.1:1400/</path>
    </bookmark>
    <bookmark>
    <name>XBMS</name>
    <path>xbms://192.168.0.1:1400/</path>
    </bookmark>
    <bookmark>
    <name>SMB</name>
    <!-- you can use the following formats: !-->
    <!-- smb://domain;user:password@ip/share/directory/ !-->
    <!-- smb://user:password@ip/share/ !-->
    <!-- if guest/public access is enabled: !-->
    <!-- smb://ip/ !-->
    <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>
    </bookmark>
    <bookmark>
    <name>WORKGROUPS (SMB)</name>
    <path>smb://</path>
    </bookmark>
    </files>


    <!-- my music shares !-->
    <music>
    <default>F:\Music</default>
    <bookmark>
    <name>F Drive</name>
    <path>F:\</path>
    </bookmark>
    <bookmark>
    <name>DVD-Rom Drive</name>
    <path>D:\</path>
    </bookmark>

    <!-- Expert setting: Uncomment for seperate ISO and UDF CDDA share !-->
    <!-- Comment out the bookmark named DVD to disable DVD autodetect !-->
    <!-- for my music !-->
    <!-- <bookmark> !-->
    <!-- <name>ISO</name> !-->
    <!-- <path>iso9660://</path> !-->
    <!-- </bookmark> !-->
    <!-- <bookmark> !-->
    <!-- <name>UDF</name> !-->
    <!-- <path>UDF:</path> !-->
    <!-- </bookmark> !-->
    <!-- <bookmark> !-->
    <!-- <name>CDDA</name> !-->
    <!-- <path>cdda:</path> !-->
    <!-- </bookmark> !-->
    <bookmark>
    <name>XNS</name>
    <path>xns://192.168.0.1:1400/</path>
    </bookmark>
    <bookmark>
    <name>MS Soundtracks</name>
    <path>soundtrack://</path>
    </bookmark>
    <bookmark>
    <name>XBMS</name>
    <path>xbms://192.168.0.1:1400/</path>
    </bookmark>
    <bookmark>
    <name>SMB</name>
    <!-- you can use the following formats: !-->
    <!-- smb://domain;user:password@ip/share/directory/ !-->
    <!-- smb://user:password@ip/share/ !-->
    <!-- if guest/public access is enabled: !-->
    <!-- smb://ip/ !-->
    <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>
    </bookmark>
    <bookmark>
    <name>WORKGROUPS (SMB)</name>
    <path>smb://</path>
    </bookmark>
    </music>


    <!-- my video shares !-->
    <video>
    <default>F:\Videos</default>
    <bookmark>
    <name>F Drive</name>
    <path>F:\</path>
    </bookmark>
    <bookmark>
    <name>DVD-Rom drive</name>
    <path>D:\</path>
    </bookmark>

    <!-- Expert setting: Uncomment for seperate ISO and UDF share !-->
    <!-- Comment out the bookmark named DVD to disable DVD autodetect !-->
    <!-- for my video !-->
    <!-- <bookmark> !-->
    <!-- <name>ISO</name> !-->
    <!-- <path>iso9660://</path> !-->
    <!-- </bookmark> !-->
    <!-- <bookmark> !-->
    <!-- <name>UDF</name> !-->
    <!-- <path>UDF:</path> !-->
    <!-- </bookmark> !-->
    <bookmark>
    <name>XNS</name>
    <path>xns://192.168.0.1:1400/</path>
    </bookmark>
    <bookmark>
    <name>XBMS</name>
    <path>xbms://192.168.0.1:1400/</path>
    </bookmark>
    <bookmark>
    <name>SMB</name>
    <!-- you can use the following formats: !-->
    <!-- smb://domain;user:password@ip/share/directory/ !-->
    <!-- smb://user:password@ip/share/ !-->
    <!-- if guest/public access is enabled: !-->
    <!-- smb://ip/ !-->
    <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>
    </bookmark>
    <bookmark>
    <name>WORKGROUPS (SMB)</name>
    <path>smb://</path>
    </bookmark>
    <bookmark>
    <name>ReplayTV</name>
    <path>rtv://*/</path>
    </bookmark>
    </video>
    </xboxmediacenter>
     

Share This Page