heruesement qu'il y a des tuto
5) Configurer XBMC
Ouvrez XboxMediaCenter.xml
Prenez soin de bien remplir ces champs, sans quoi le partage ne pourrait pas fonctionner :
<ipadres>192.168.1.6</ipadres>
<netmask>255.255.255.0</netmask>
<defaultgateway>192.168.1.254</defaultgateway>
<nameserver>192.168.1.254</nameserver>
Ici en guise d’exemple, je vais détailler la section « videos », à noter qu’il y à 4 section : pictures, files, music, video
Elles fonctionnent bien sur toutes pareil
En gras, ce qui nous intéresse et ce que vous devez modifier :
<!-- 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>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>Films sur D</name>
<!-- you can use the following formats: !-->
<!-- smb://REZO;user:password@ip/share/directory/ !-->
<!-- smb://user:password@ip/share/ !-->
<!-- if guest/public access is enabled: !-->
<!-- smb://ip/ !-->
<path>smb://REZO;xbox:password@192.168.1.4/films_d</path>
</bookmark>
<bookmark>
<name>Films sur E</name>
<path>smb://REZO;xbox:password@192.168.1.4/films_e</path>
</bookmark>
<bookmark>
<name>ReplayTV</name>
<path>rtv://*/</path>
</bookmark>
</video>
Ici, j’ai donc remplacé entre les balises <name> </name> le nom que je voulais voir apparaître dans le menu de XBMC