Invité vben Posté(e) le 29 avril 2003 Posté(e) le 29 avril 2003 Salut J essaye de configurer mon config.xml de xbox media player et a chaque fois j'en reveint au meme points ., malgrés le tutorial present sur se site. j essaye de le configurer pour l'utiliser avec relax ou pour faire du streaming pour lire mais mp3. J ai pour tester plusieurs truc mais a la fin je peu rien en faire soit j ai reussi a rentre dans mon hdd (G:) du pc mais la xbox vois rien soit Relax voit bien une connection se faire mais la xbox se bloc puis se debloc dés que j'arrete relax. Enfin je patoge dans la semoule. Je vous ecrit mon fichier config.xml j'attend votre aide car je n'y arrive pas: sachant que mes mp3 se situe sur mur mon hdd G: et que mon ip du pc et : 192.168.0.1. config.xml: C:,Harddisk0\Partition2 E:,Harddisk0\Partition1 F:,Harddisk0\Partition6 <!-- remove the asterisks to set local ip address and gateway statically --> 192.168.0.6 255.255.255.0 192.168.0.1 192.168.0.1 f:\mp3 e:\icones f:\bookmarks f:\imdb f:\applications\xbmp 03 03 03 <!-- specify as many shares as you like, note the format for each type of share --> <!-- Note: XNS shares are created using RelaX, SMB shares are Windows shared folders --> <!-- for each share you can specify the cache buffer size, note that this is optional --> MP3 (réseau) g:\serveur ftp\mp3@10.0.0.11 256 SHOUTCAST (réseau) c:\RELAX075\Example streams@10.0.0.11 256 HDD f:\ma musique DVDROM (UDF) d: DVDROM (ISO9660) iso9660: Reseaux (XNS) g:\photo@10.0.0.11 256 HDD f:\mes images DVDROM (UDF) d: DVDROM (ISO9660) iso9660: DIVX 1 (réseau) f:\divx@10.0.0.11 8192 DIVX 2 (réseau) e:\divx2@10.0.0.11 8192 HDD f:\mes videos 8192 HDD e:\mes videos 8192 DVDROM (UDF) d: DVDROM (ISO9660) iso9660: <!-- only HDD app shares are supported --> HDD f:\applications <!-- application bookmarks are optional --> JEUX XBOX f:\games EMULATEURS f:\emu APPLICATIONS f:\applications MS DASHBOARD f:\applications\dvdx1 sc|mpa|wav|wma|ogg|mp3|m3u ifo|mov|qt|divx|vob|pva|wmv|asf| ;asx|ogm|m2v|avi|bin|dat|mp2|mpg|mpeg evoxdash.xbe 120 0.2 8192 <!-- remove the asterisks from the language element to specify language otherwise --> <!-- XBMP will try to autodetect it based on your dashboard settings --> 4 UTF-8 <!-- Set this to true to use Media\common-font.ttf as UI font --> <!-- don't forget to copy the truetype font to your xbox!!! --> false <!-- Screen saver setting in seconds (0=disable it) --> 45 <!-- snapstream server --> 10.0.0.10 common <!-- prefill cache before start playing in % --> 10 <!-- timeout to wait for stream in seconds --> 12 | merci d'avance de votre aide
Invité eliohann Posté(e) le 29 avril 2003 Posté(e) le 29 avril 2003 si l'ip de ton pc c 192.168.0.1, tu devrais avoir tout tes partages réseau sous la forme : <share> <name>MP3 sur mon PC</name> <url>g:\serveur ftp\mp3@192.168.0.1</url> <cachesize>256</cachesize> </share> Je te file mon config.xml a titre d'exemple ... ma xbox a 192.168.0.3 en ip, mes colloc pour leur pc ont 192.168.0.1 et 192.168.0.10 et moi 192.168.0.2, le partage relax marche niquel tant pour les films, que les mp3 et les images ... <configuration> <media> <map>C:,Harddisk0\Partition2</map> <map>E:,Harddisk0\Partition1</map> <map>F:,Harddisk0\Partition6</map> <local> <!-- remove the asterisks to set local ip address and gateway statically --> <address>192.168.0.3</address> <subnet>255.255.255.0</subnet> <gateway>192.168.0.1</gateway> <nameserver>192.168.0.3</nameserver> <playlists>f:\apps\xbmp_2.3\playlists</playlists 62; <timeserver*>207.46.248.43</timeserver*> <thumbnails>f:\apps\xbmp_2.3\thumbs</thumbn ails> <bookmarks>f:\apps\xbmp_2.3\bookmarks</boo kmarks> <subtitles>e:\apps\xbmp_2.3\subtitles</subtitles>< br> <imdb>f:\apps\xbmp_2.3\imdb</imdb> <home>f:\apps\xbmp_2.3</home> </local> <!-- specify as many shares as you like, note the format for each type of share --> <!-- Note: XNS shares are created using RelaX, SMB shares are Windows shared folders --> <!-- for each share you can specify the cache buffer size, note that this is optional --> <music> <visible>true</visible> <share> <name>Max PC</name> <url>C:\Partage\Musique@192.168.0.10</url> > <cachesize>256</cachesize> </share> <share> <name>MicMac PC</name> <url>C:\Partage\Musique@192.168.0.1</url> <cachesize>256</cachesize> </share> <share> <name>Elio PC</name> <url>C:\Partage\Musique@192.168.0.2</url> <cachesize>256</cachesize> </share> <share> <name>HDD</name> <url>f:\mp3</url> </share> <share> <name>Playlists</name> <url>f:\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>Max PC</name> <url>C:\Partage\pictures@192.168.0.10</url> <cachesize>256</cachesize> </share> <share> <name>MicMac PC</name> <url>C:\Partage\pictures@192.168.0.1</url> <cachesize>256</cachesize> </share> <share> <name>Elio PC</name> <url>C:\Partage\pictures@192.168.0.2</url> <cachesize>256</cachesize> </share> <share> <name>HDD</name> <url>f:\images</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>Max PC</name> <url>C:\Partage\Divx@192.168.0.10</url> <cachesize>256</cachesize> </share> <share> <name>MicMac PC</name> <url>C:\Partage\Divx@192.168.0.1</url> <cachesize>256</cachesize> </share> <share> <name>Elio PC</name> <url>C:\Partage\Divx@192.168.0.2</url> <cachesize>256</cachesize> </share> <share> <name>HDD</name> <url>f:\divx</url> <cachesize>8192</cachesize> </share> <share> <name>Playlists</name> <url>f:\apps\xbmp\playlists</url> <cachesize>32</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>true</visible> <autoprocess>true</autoprocess> </tvguide> <!-- only HDD app shares are supported --> <apps> <visible>false</visible> <share> <name>HDD</name> <url>f:\apps</url> </share> </apps> <!-- application bookmarks are optional --> <applications> <bookmark> <name>Applications</name> <path>f:\apps</path> </bookmark> <bookmark> <name>Emulateurs</name> <path>f:\emuls</path> </bookmark> <bookmark> <name>Jeux</name> <path>f:\apps\xbmp_2.3\bookmarks\jeux</path& #62; </bookmark> </applications> <extensions> <music>nfo|pls|rm|sc|mpa|wav|wma 124;ogg|mp3|m3u</music> <videos>nfo|rm|mp3|m3u|ifo|mov|qt 124;divx|vob|pva|wmv|asf|asx|ogm|m2v| avi|bin|dat|mp2|mpg|mpeg</videos> <pictures>png|jpg|jpeg|bmp|gif|ico|tif& #124;tiff|tga|pcx</pictures> </extensions> <dashboard>xboxdash.xbe</dashboard> <shutdowntime>0</shutdowntime> <sensitivity>0.2</sensitivity> <xnsbuffer>8192</xnsbuffer> <!-- Set the resolution you want XBMP to run in --> <!-- 1 - Use Xbox video settings to determing --> <!-- 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> <!-- remove the asterisks from the language element to specify language otherwise --> <!-- XBMP will try to autodetect it based on your dashboard settings --> <language>4</language> <subtitleencoding>UTF-8</subtitleencoding> <!-- Set this to true to use Media\common-font.ttf as UI font --> <!-- don't forget to copy the truetype font to your xbox!!! --> <usettfuifont>false</usettfuifont> <!-- Screen saver setting in seconds (0=disable it) --> <screensaver>0</screensaver> <!-- snapstream server --> <snapstreamserver>192.168.0.1</snapstreamserver> <snapstreamuser>common</snapstreamuser> <!-- prefill cache before start playing in % --> <precache>10</precache> <!-- timeout to wait for stream in seconds --> <shoutcasttimeout>12</shoutcasttimeout> <recordingpath>e:\music\recordings</recordingpath 62; <scrollysuffix>|</scrollysuffix> <autolaunchxbox>true</autolaunchxbox> <autolaunchdvd>true</autolaunchdvd> <autolaunchcdda>true</autolaunchcdda> <!- Set to false to remove the IP/Disk Space/Build Info on Main Screen --> <showdebug>true</showdebug> </media> </configuration>
Invité vben Posté(e) le 29 avril 2003 Posté(e) le 29 avril 2003 ok merci beaucoup je vais prendre exemple sur ton fichier.
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