Messages recommandés

Posté(e)

Bonjour à tous ou bonsoir

Alors mon problème est le suivant : Je n' arrive pas à lire mes vidéos en streaming via ccxgui et xbox media center

voila ma config xml de xbmc et je voudrais savoir précisemment ce que j edois changer , à quelle ligne , ce que je dois effacer ... merci d' avance

voila le config xml

<xboxmediacenter>

<!-- when using xbmc as dashboard, define home directory here !-->

<!-- and move the xbe with this config file to C:\ !-->

<home>-</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>-</ipadres>

<netmask>-</netmask>

<defaultgateway>-</defaultgateway>

<nameserver>-</nameserver>

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

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

<bookmark>

<name>Paratge ccXGUI</name>

<path>xbms://192.168.0.1:1400/</path>

</bookmark>

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

Pour info j' utilise la version ccxgui V.1.2

Ma connexion est ok puisque j' arrive à accéder à mes fichiers via flash FXP

Mon IP xbox est 192.168.1.3

Mon IP PC 192.168.1.1

Merci de me venir en aide :D

Posté(e)
Pour info j' utilise la version ccxgui V.1.2

Ma connexion est ok puisque j' arrive à accéder à mes fichiers via flash FXP

Mon IP xbox est 192.168.1.3

Mon IP PC 192.168.1.1

Il me semble que ton IP PC doit plutôt être 192.168.0.1 :blink:

Ensuite as-tu suivi le tuto disponible ICI :rolleyes: ... une fois avoir suivi le tuto tu lance ccXGUI :)

En ce qui concerne la config XboxMediaCenter.xml il suffit de nommer ccXGUI à la place de XBMS :)

Une fois fait ... tu lance XBMC, tu choisis le répertoire ccXGUI et voilà ;)

XboxMediaCenter.xml modifié ci-dessous ;)

<xboxmediacenter>

<!-- when using xbmc as dashboard, define home directory here !-->

<!-- and move the xbe with this config file to C:\ !-->

<home>-</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>-</ipadres>

<netmask>-</netmask>

<defaultgateway>-</defaultgateway>

<nameserver>-</nameserver>

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

<!-- 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>ccXGUI</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>ccXGUI</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>ccXGUI</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 !-->

<bookmark>

<name>Paratge ccXGUI</name>

<path>xbms://192.168.0.1:1400/</path>

</bookmark>

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

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