Messages recommandés

Posté(e)

Je n' arrive pas a lire mes DIVX, MP3 et JPG avec

XboxMediaPlayer 2.4. sad.gif

Lorsque je selectionne le

disque dur ou le lectueur DVD, rien ne s' affiche dry.gif

Voila Ma config.xml, Pouvez

vous copier/coller la votre en reponse (si ca marche chez vous lol), je pourrai ainsi la comparer

et tester de la remplacer.

<configuration>

<media>

  
 <map>C:,Harddisk0\Partition2</map>
  
 <map>E:,Harddisk0\Partition1</map>
  
 <map>F:,Harddisk0\Partition6</map>
  
 <map>X:,Harddisk0\Partition3</map>
  
 <map>Y:,Harddisk0\Partition4</map>
  
 <map>Z:,Harddisk0\Partition5</map>



  
 <!-- Xbox partition table reference for mapping other drives -->

  
 <!-- Note! Do not map the DVD-ROM in here as it is auto mapped 
-->

   <!-- 'C', "Harddisk0\Partition2" 
 -->

   <!-- 'E', "Harddisk0\Partition1" 
 -->

   <!-- 'F', "Harddisk0\Partition6" 
 -->

   <!-- 'X', "Harddisk0\Partition3" 
 -->

   <!-- 'Y', "Harddisk0\Partition4" 
 -->

   <!-- 'Z', "Harddisk0\Partition5" 
 -->

    <local>

<address>192.168.0.2</address>

<subnet>255.255.255.0</subnet>

<gateway>192.168.0.1</gateway>

 <nameserver>192.168.0.12</nameserver>

<playlists>e:\apps\xbmp\playlists</playlists>

<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>


   <!-- 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 -->
  
 <!-- Note! For HDD shares make sure all folders exist on the Xbox in the right 
place -->
   <music>
     <visible>true</visible> 
  
  <share>
       <name>HD</name>
      
 <url>E:/music</url>
      
 <cachesize>256</cachesize>
     </share>
    
<share>
       <name>UDF</name>
      
 <url>D:</url>
     </share>
    <share>

       <name>ISO9660</name>
      
 <url>iso9660:</url>
     </share>
  
 </music>


   <pictures>
    
 <visible>true</visible> 
    <share>
      
 <name>HD</name>
      
 <url>E:/pictures</url>
      
 <cachesize>256</cachesize>
     </share>
    
<share>
       <name>UDF</name>
      
 <url>D:</url>
     </share>
    <share>

       <name>ISO9660</name>
      
 <url>iso9660:</url>
     </share>

  
 </pictures>

   <videos>
    
 <visible>true</visible> 
    <share>
      
 <name>HD</name>
      
 <url>E:/videos</url>
      
 <cachesize>256</cachesize>
     </share>
    
<share>
       <name>UDF</name>
      
 <url>D:</url>
     </share>
    <share>

       <name>ISO9660</name>
      
 <url>iso9660:</url>
     </share>

  
 </videos>

   <tvguide>
    
 <visible>false</visible>
    
 <autoprocess>true</autoprocess>
   </tvguide>

  
 <!-- only HDD app shares are supported -->
   <apps>
    
 <visible>true</visible>
     <share>
      
 <name>HDD</name>
      
 <url>e:\logiciels\shortcuts</url>
    
 </share>
   </apps>
   
   <!-- application bookmarks 
are optional -->
   <applications>
      <bookmark>
        
<name>e:\logiciels\emulators</path>
      
</bookmark>
      <bookmark>
        
<name>Utilities</name>
        
<path>e:\logiciels\utils</path>
      
</bookmark>
      <bookmark>
        
<name>Shortcuts</name>
        
<path>e:\logiciels\xbmp24\shortcuts</path>
    
  </bookmark>
   </applications>

   <extensions>

      
 <music>ac3|aac|nfo|pls|rm|sc|mpa|wa
v|wma|ogg|mp3|mp2|m3u</music>
      
 <videos>nfo|rm|m3u|ifo|mov|qt|divx|xv
id|bivx|vob|pva|wmv|asf|asx|ogm|m2v
124;avi|bin|dat|mpg|mpeg|mkv|avc|vp3|s
vq3|nuv|viv|dv|fli</videos>
      
 <pictures>png|jpg|jpeg|bmp|gif|ico|tif|ti
ff|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>
   <!-- Type in 
right character encoding above for language font -->
   <!-- Set bellow to 
true to use Media\common-font.ttf as UI font -->
   <!-- Don't 
forget to copy the TTF 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>
>    <!-- Make sure above folder exist on your Xbox harddrive -->

  
 <scrollysuffix>|</scrollysuffix>

   <!-- Enable to 
launch original Xbox games upon insert into DVD -->
  
 <autolaunchxbox>true</autolaunchxbox>

   <!-- Enable 
to auto-launch other app(xbe) upon DVD/CD insert -->
   <!-- 
DVD Player.cut & CD Player must be configured correctly -->
  
 <autolaunchdvd>true</autolaunchdvd>
  
 <autolaunchcdda>false</autolaunchcdda>

   <!- Set to 
false to remove the IP/Disk Space/Build Info on Main Screen -->
  
 <showdebug>true</showdebug>


</media>

</configuration>

Je vous remercie. biggrin.gif

Posté(e)

Ton fichier est correct. Tu mets bien les films sous E:\videos

????

Et est-ce que tu grave tes films sur CD-RW (de préférence une marque qui passe

bien) ? à moins que tu aies un Samsung ...

Posté(e)

Oui je met mes Videos sous E:/videos, grace a FlashFXP

sad.gif Pareil pour les mp3 et

jpg.

Mon lecteur est un Philips, c'est pour cela que je met tout mes fichiers

directement sur disque dur (les CDR ne passent pas) mais meme dans ce cas rien ne s

affiche.

Aussi lorsque je met un cd normal dans le lecteur, je n' arive pas a le

jouer sous XBMP sad.gif

Si ma config est correct,

d' ou peut venir le probleme ?

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 compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant