Lecture Divx


Messages recommandés

Invité xboxplayer
Posté(e)

bonjour a tous

voila j'ai installer xbmp san probleme et jai configurer config.xml comme cei:

<configuration>

<media>

<map>C:,Harddisk0\Partition2</map>

<map>F:,Harddisk0\Partition6</map>

<map>E:,Harddisk0\Partition1</map>

<map>X:,Harddisk0\Partition3</map>

<map>Y:,Harddisk0\Partition4</map>

<map>Z:,Harddisk0\Partition5</map>

<local>

<!-- remove the asterisks to set local ip address and gateway statically -->

<address*>192.168.0.2</address*>

<subnet*>255.255.255.0</subnet*>

<gateway*>192.168.0.1</gateway*>

<nameserver>192.168.0.1</nameserver>

<playlists>E:\playlists</playlists>

<timeserver*>207.46.248.43</timeserver*>

<thumbnails>Y:\thumbs</thumbnails>

<bookmarks>Y:\bookmarks</bookmarks>

<imdb>Y:\imdb</imdb>

<home>C:\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 -->

<music>

<visible>true</visible>

<share>

<name>XBOX HDD</name>

<url>E:\music</url>

<cachesize>0</cachesize>

</share>

<share>

<name>XBOX DVDROM (UDF)</name>

<url>d:</url>

<cachesize>0</cachesize>

</share>

<share>

<name>XBOX DVDROM (ISO9660)</name>

<url>iso9660:</url>

<cachesize>0</cachesize>

</share>

<share>

<name>Internet Radio Stream</name>

<url>C:\Programme\relax\Example streams\@192.168.0.1:1400</url>

<cachesize>0</cachesize>

</share>

<share>

<name>Playlists</name>

<url>E:\playlists</url>

<cachesize>32</cachesize>

</share>

</music>

<pictures>

<visible>true</visible>

</share>

<name>XBOX HDD</name>

<url>E:\pictures</url>

<cachesize>256</cachesize>

<share>

<name>XBOX DVDROM (UDF)</name>

<url>d:</url>

<cachesize>256</cachesize>

</share>

<share>

<name>XBOX DVDROM (ISO9660)</name>

<url>iso9660:</url>

<cachesize>256</cachesize>

</share>

</pictures>

<videos>

<visible>true</visible>

<share>

<name>XBOX HDD</name>

<url>E:\videos</url>

<cachesize>8192</cachesize>

</share>

<share>

<name>XBOX DVDROM (UDF)</name>

<url>d:</url>

<cachesize>8192</cachesize>

</share>

<share>

<name>XBOX DVDROM (ISO9660)</name>

<url>iso9660:</url>

<cachesize>8192</cachesize>

</share>

<share>

<name>Playlists</name>

<url>E:\playlists</url>

<cachesize>1024</cachesize>

</share>

</videos>

<tvguide>

<visible>true</visible>

</tvguide>

<!-- only HDD app shares are supported -->

<apps>

<visible>true</visible>

<share>

<name>Xbox HDD</name>

<url>C:\apps\</url>

</share>

</apps>

<!-- application bookmarks are optional -->

<applications>

<visible>true</visible>

<bookmark>

<name>apps</name>

<path>C:\apps\</path>

</bookmark>

<bookmark>

<name>Emulatoren</name>

<path>C:\apps\EMULATOR\</path>

</bookmark>

<bookmark>

<name>Xbox Games</name>

<path>E:\Games\</path>

</bookmark>

<bookmark>

<name>Utilities</name>

<path>e:\apps\utils</path>

</bookmark>

<bookmark>

<name>Shortcuts</name>

<path>C:\apps\xbmp\shortcuts</path>

</bookmark>

</applications>

<extensions>

<music>ac3|aac|nfo|pls|rm|sc|mpa|wav|wma|ogg|mp3|mp2|m3u</music>

<videos>nfo|rm|m3u|mp3|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|iso|ccd|nrg|img|cue|mp2</videos>

<pictures>png|jpg|jpeg|bmp|gif|ico|tif|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>4</resolution>

<!-- remove the asterisks from the language element to specify language otherwise -->

<!-- XBMP will try to autodetect it based on your dashboard settings -->

<language*>21</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>X:\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>

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

bon je met mes musik ds mon repertoire music ya pas de probleme il se trouve ds mon repertoire xbox hdd, pas de prob pour les images aussi!

Mais des que je mets un divx (700 mo en moyenne) ma xbox reste bloquer quand jessaie douvrir mon repertoire xbox hdd surma xbox!

les fichiers ne sont pourtant pas trop long

j'ai essayer avec cing film différent (qui se trouve sur cd) que jai transferer grace a fxp mais rien a faire!

please helm me!

merci

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