Configurer Xbmc


Invité shadow85

Messages recommandés

Posté(e)

Hello all :lol:

j'ai une xbox 1.6 ( Crystal ) avec puce DUO X2

HDD d'origine 10 Go

Je suis sous evox , et j'ai installé ( xbmc-2004-09-09 )

et j'aimerai le mettre en reseau pour pouvoir matté des film depuis le pc

la connection ftp marche nickel ... jâi branché ma xbox avec un cable croisé directe sur le pc ( avec un port ethernet configurer en 192.168.0.1 )

j'ai pris sur gueux un programme qui sert a configurer xbmc , donc le fichier " XML " de xbmc

mais , je ne comprends pas grand chose ... la est le hik crying

alors svp aidez moi ... à configurer

merci d'avance les gueuxiens ...

hihihihihihi

Posté(e) (modifié)

J'ai Suivie Le Tuto mais j'ai encore des blem de connection

Voila .. deja la config de mon fichier XML

<address*>192.168.0.1</address*>

        <subnet*>255.255.255.0</subnet*>

        <gateway*>192.168.1.1</gateway*>

        <nameserver>192.168.1.1</nameserver>

        <playlists>$HOME\playlists</playlists>

        <timeserver*>207.46.248.43</timeserver*>

Ma Config Reseau Est Comme ca

Ip Pc : 192.168.0.1

Ip Xbox : 192.168.0.6

Sous Work Group

Mon Fichier Xml

<configuration> <media>    <map>C:,Harddisk0\Partition2</map>    <map>E:,Harddisk0\Partition1</map>    <map>F:,Harddisk0\Partition6</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>        <!-- remove the asterisks to set local ip address and gateway statically -->        <address*>192.168.0.1</address*>        <subnet*>255.255.255.0</subnet*>        <gateway*>192.168.1.1</gateway*>        <nameserver>192.168.1.1</nameserver>        <playlists>$HOME\playlists</playlists>        <timeserver*>207.46.248.43</timeserver*>                <cddbserver>194.97.4.18</cddbserver>        <thumbnails>$HOME\thumbs</thumbnails>        <bookmarks>$HOME\bookmarks</bookmarks>        <subtitles>$HOME\subtitles</subtitles>        <cddb>$HOME\cddb</cddb>          <imdb>$HOME\imdb</imdb>      </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>Network (XBMSP)</name>        <url>xbmsp://192.168.1.2/mymusic</url>        <cachesize>256</cachesize>      </share>        <share>        <name>Network (XNS)</name>        <url>c:\shared\music@192.168.1.2</url>        <cachesize>256</cachesize>      </share>      <share>        <name>Network (SMB)</name>        <url>smb://username:password@workgroup/computer/share</url>        <cachesize>256</cachesize>      </share>      <share>        <name>HDD</name>        <url>e:\music</url>      </share>      <share>        <name>Internet Radio (SHOUTcast)</name>        <url>$HOME\shoutcast</url>        <cachesize>256</cachesize>      </share>      <share>        <name>Playlists</name>        <url>$HOME\playlists</url>        <cachesize>32</cachesize>      </share>      <share>        <name>DVDROM (UDF)</name>        <url>d:</url>      </share>      <share>        <name>DVDROM (ISO9660)</name>        <url>iso9660:</url>      </share>      <share>        <name>CDDA</name>        <url>cdda:</url>      </share>    </music>    <pictures>      <visible>true</visible>      <share>        <name>Network (XBMSP)</name>        <url>xbmsp://192.168.1.2/pictures</url>        <cachesize>256</cachesize>      </share>        <share>        <name>Network (XNS)</name>        <url>c:\shared\pictures@192.168.1.2</url>        <cachesize>256</cachesize>      </share>      <share>        <name>Network (SMB)</name>        <url>smb://username:password@workgroup/computer/share</url>        <cachesize>256</cachesize>      </share>      <share>        <name>HDD</name>        <url>e:\pictures</url>      </share>      <share>        <name>DVDROM (UDF)</name>        <url>d:</url>      </share>      <share>        <name>DVDROM (ISO9660)</name>        <url>iso9660:</url>      </share>    </pictures>    [B]<videos>[/B]      <visible>true</visible>      <share>        <name>Network (XBMSP)</name>        <url>xbmsp://192.168.1.2/videos</url>        <cachesize>8192</cachesize>      </share>        <share>        <name>Network (XNS)</name>        <url>c:\shared\videos@192.168.1.2</url>        <cachesize>8192</cachesize>      </share>      <share>        <name>Network (SMB)</name>        <url>smb://WORKGROUP;xobx:xbox85@192.168.0.1/Divx_g</url>        <cachesize>8192</cachesize>      </share>      <share>        <name>HDD</name>        <url>e:\videos</url>        <cachesize>8192</cachesize>      </share>      <share>        <name>Playlists</name>        <url>$HOME\playlists</url>        <cachesize>1024</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>false</visible>      <autoprocess>true</autoprocess>    </tvguide>    <!-- only HDD app shares are supported -->    <apps>      <visible>true</visible>      <share>        <name>HDD</name>        <url>e:\apps\shortcuts</url>      </share>    </apps>        <!-- application bookmarks are optional -->    <applications>       <bookmark>         <name>Emulators</name>         <path>e:\apps\emulators</path>       </bookmark>       <bookmark>         <name>Utilities</name>         <path>e:\apps\utils</path>       </bookmark>       <bookmark>         <name>Shortcuts</name>         <path>$HOME\shortcuts</path>       </bookmark>    </applications>    <extensions>        <music>ac3|aac|nfo|pls|rm|sc|mpa|wav|wma|ogg|mp3|mp2|m3u|cue</music>        <videos>nfo|rm|m3u|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</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>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*>22</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.1.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 -->    <autolaunchdvd>true</autolaunchdvd>    <dvdplayer>c:\xboxdash.xbe</dvdplayer>        <autolaunchcdda>false</autolaunchcdda>    <cddaplayer>c:\xboxdash.xbe</cddaplayer>    <!-- Enable auto-launch of other video based files upon DVD/CD insert -->        <autolaunchvideo>false</autolaunchvideo>        <!-- use CDDB server to resolve tracknames for CDDA discs -->    <usecddb>true</usecddb>        <!-- Set to false to remove the IP/Disk Space/Build Info on Main Screen -->    <showdebug>true</showdebug>    <!--   0 - LED OFF           -->    <!--   1 - LED GREEN         -->    <!--   2 - LED RED           -->    <!--   3 - LED ORANGE        -->    <!--   4 - LED CYCLE         -->    <!--   5 - LED BIOS/DEFAULT  -->    <ledcontrol>5</ledcontrol>    <!--   DATE SWAP EUROPEAN STYLE  -->    <!--    DAY/MONTH - MONTH/DAY    -->    <swapdate>false</swapdate>        <!-- Set to true to enable the splashscreen -->    <showsplash>false</showsplash>        <!-- Set to true to enable the webserver -->    <webserver>false</webserver> </media></configuration>

Est ce que la Prtie Video Est Juste ????

merci d'avance de votre aide

Modifié par shadow85
Posté(e)

bon , j'ai bien avancer ... mais ya encore un petit probleme de droit

alors je suis sous SP2 , que je ne peut pas suprimé car il est deja inclus dans le systeme qu'on on l'install

alors kan je suis sous XBMC et que je vais sur , " SMB "

il me met

Error

Access Denied

et je trouve pas comment y allé , pour config les droit utilisateur ...

car kan je fais click droite partage , dur un de mes partages ya pas l'onglet securité

aidez moi svp

Posté(e)

re..

pour la securité c'est bon , j'ai reussi

mais tjrs la meme erreur , je capte pas pk ...

On Recapitule ....

Mon Ip : 192.168.0.1

Ip Xbox 192.168.0.6

Domaine : WORKGROUP

Je Precise , je suis directe bracnher avec la xbox sans hub , avec cable croisé

<workgroup>WORKGROUP</workgroup>  	<winsserver>192.168.0.1</winsserver>  	<debuglevel>0</debuglevel>  	<defaultusername>xbox</defaultusername>  	<defaultpassword>xbox85</defaultpassword>

<!-- 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>G drive</name>      <path>G:\</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>Auto-Discover XBMSP Network Shares</name>      <path>xbms://</path>    </bookmark>    <bookmark>      <name>XBMSP Network Share</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://WORKGROUP;xbox:xbox85@192.168.0.1/divx</path>    </bookmark>    <bookmark>      <name>WORKGROUPS (SMB)</name>      <path>smb://WORKGROUP;xbox:xbox85@192.168.0.1/divx</path>    </bookmark>    <bookmark>      <name>ReplayTV</name>      <path>rtv://*/</path>    </bookmark>  </video>    </xboxmediacenter>

alors c'est juste ?

Posté(e)

Youppppppppi ca marche !!!!!

merci tout de meme !

encore une question ...

kan je lance un film il met kan meme un peut de temps a charger ... c'est normal ?

et kan j'appui sur B aussi , il met du temps a revenir sur le menu des film c'est normal ???

merci de me repondre

Posté(e)

Salut

Oui c'est normal qu'il soit un peu plus long à lancer le film (réduis le cache lan) et il doit aussi probablement mettre un peu de temps à revenir dans ta liste de films si tu as un reseau un peu lent...

Posté(e)

Salut

J'ai bien lu ce topic mais je crois qu'on peut aussi faire simple,a savoir utiiser Ccxgui.

ça marche nickel et le stream est instantané.

Posté(e)
Salut

J'ai bien lu ce topic mais je crois qu'on peut aussi faire simple,a savoir utiiser Ccxgui.

ça marche nickel et le stream est instantané.

Et on le trouvr ou ton Ccxgui.

:?:

Car si c'est plus simple je suis interesser

Posté(e)

salut

Normalement tu dois le trouver sur le site à la rubrique "Downloads"

mais pour aller plus vite,va donc ici.

A^plus!

Posté(e)

@shadow85:

côté PC:

-Reste en IP 192.168.0.1 et vérifie que tu as bien le sous réseau 255.255.255.0

-Désactive le "partage simple" dans les options des dossiers de Windows (onglet affichage, tout en bas):folder.jpg(désolé pour l'image en anglais)

-Cré un utilisateur "xbox" (mdp "xbox" tant qu'à faire)

-Partage ton répertoire de Divx à ton utilisateur "xbox" avec le nom de partage "DIVX".

-Désactive ton firewall ou configure le pour que ta xbox passe (désactive le pendant tes tests ça sera + simple).

côté XBOX:

-Dans ton fichier XML, vérifie bien que tu as l'adresse 192.168.0.6 et le sous réseau 255.255.255.0 (met la gateway 192.168.0.1 tant que t'y est).

-Toujours dans ton XML mais cette fois dans la partie vidéos:

<share><name>SMB</name><url>smb://xbox:xbox@WORKGROUP/DIVX</url><cachesize>8192</cachesize></share>

Posté(e)

je précise que c'est la façon d'y arriver sans ajouter de programme... juste en utilisant le partage de repertoire windaube...

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