Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 Kikoo all..je donne ma config.. Xbox crystal.. avec master cd geux. voila j'ai suivie le tutos pour XBMC mais quand je lance ma Xbox ca plante erreur.j'aimerais lancer directement sous le dash et ca marche pas.. Si kelkun pouvais me filer un coup de main...merci bocoup. J'ai chercher vraiment sur tous le site et j'ai pas trouver la solution a mon probleme, je peux vous envoyer le fichier xboxmediacenter.xml si besoin
Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 Voici ma config ... <xboxmediacenter> <!-- when using xbmc as dashboard, define home directory here !--> <!-- and move the xbe and this config file to C:\ !--> <!-- Example: <home>E:\Apps\XBMC</home> !--> <home>F:\APPS\xbmc-2004-05-20</home> <!-- network settings for ip,netmask,default gateway, 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.6</ipadres> <netmask>255.255.255.0</netmask> <defaultgateway>192.168.0.1</defaultgateway> <nameserver>192.168.0.1</nameserver> <dashboard>C:\evoxdash.xbe <!-- online gaming settings, place your KAI tag name and password here !--> <!-- If you don't already have one, visit www.xboxlink.co.uk to create your account !--> <!-- NOTE THIS FEATURE IS COMPLETELY UNSUPPORTED 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> <CDDBIpAddress>194.97.4.18</CDDBIpAddress> <!-- determines which drives 2 use. Change this for LBA48 !--> <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> <!-- fill in the HTTP proxy values below if you're using an http proxy to connect to the internet !--> <httpproxy>-</httpproxy> <httpproxyport>-</httpproxyport> <!-- remote timeserver used to set the xbox time/date!--> <timeserver>time.windows.com</timeserver> <!-- dashboard 2 launch when exiting xbmc!--> <dashboard>C:\evoxdash.xbe</dashboard> <!-- fill in path&filename of external DVD player--> <!-- if empty, XBMC will play any DVD's by itself--> <dvdplayer></dvdplayer> <!-- 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|.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 remote code with each button press !--> <!-- Useful to see if XBMC reads extra buttons on your universal 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>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>DVD</name> <path>D:\</path> </bookmark> </myprograms> <!-- my pictures shares !--> <pictures> <default></default> <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>DVD</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> </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>Q drive</name> <path>Q:\</path> </bookmark> <bookmark> <name>DVD</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> </files> <!-- my music shares !--> <music> <default></default> <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>DVD</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 Soundtrack</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> </music> <!-- my video shares !--> <video> <default></default> <bookmark> <name>E Drive</name> <path>E:\</path> </bookmark> <bookmark> <name>F drive</name> <path>F:\</path> </bookmark> <bookmark> <name>DVD</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>ReplayTV</name> <path>rtv://*/</path> </bookmark> </video> </xboxmediacenter>
Pink Floyd Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 dashboard ? quand tu lance xbmc depuis ton dash ca fe quoi exatement ? nouvelle installe ou changmement de version ?
Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 be ca plante...me dis erreur de ligne
Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 LA question que je me pose c'est si le fichier config XML et bien configurer. pourtant g f comme le tutos l'indique..
Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 Bon snifff pas de reponse..v devoir me debrouiller seul
Pink Floyd Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 Bon snifff pas de reponse..v devoir me debrouiller seul ben si tu repond pas a ce qu'on te demande aussi... d'ailleurs tu configure xbmc en dashboard ?
Pink Floyd Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 d'ailleur je viens de la trouver ton erreurn, regarde les 20 premiere ligne de ton fichier de conf
Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 arfff je vois pas d'erreur.enfin moi je suis noob je mate le tuto je vois pas.. Aide svp
Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 vi je configure XBmc en dash..enfin j'essaye lol
modhack Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 non mais ta compris ce que j'ecris ??? je te donne la reponse a ton probleme
Pink Floyd Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 <dashboard>C:\evoxdash.xbe</dashboard> rhaaaaaaaaaaa fallait pas lui dire, c en cherchant qu'il comprendra comment fonctionne le xml....
Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 MERCI MERCI MERCI OUFFFFFFF Enfin apres 2 jours de galere juste erreur de ligne.. arfff
Pink Floyd Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 MERCI MERCI MERCI OUFFFFFFFEnfin apres 2 jours de galere juste erreur de ligne.. arfff vala ce que je voulais dire 2 jours et il a pas vu l'erreur, donc fallait juste le guide pour qu'il trouve tout seul, ca aurait ete d'autant plus gratifiant pour lui
Invité invanohe Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 un pti PS : mon pote voulais me le faire mais je prefere le faire moi meme pour apprendre.. merci encore mais d'autre prob vont arriver
modhack Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 MERCI MERCI MERCI OUFFFFFFFEnfin apres 2 jours de galere juste erreur de ligne.. arfff Donc maintenant il faut bien retenir la leçon Si on ouvre une balise , faut la fermer.
Pink Floyd Posté(e) le 25 mai 2004 Posté(e) le 25 mai 2004 MERCI MERCI MERCI OUFFFFFFFEnfin apres 2 jours de galere juste erreur de ligne.. arfff Donc maintenant il faut bien retenir la leçon Si on ouvre une balise , faut la fermer. pourtant il le dise dans les aeroports, faut pas laisser ca balise sans surveillance et loin de soit bon ok je sors
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant