[résolu] Xbmc 2 - Disques Locaux Non Visibles...


Yse
 Share

Messages recommandés

Bonjour à tous,

Je viens d'installer la version 2.0 et n'ai depuis plus accès à mes disques locaux (E, F) à partir des menus "Images", "Vidéos" et "Musique". Seuls mon lecteur DVD et les accès réseaux apparaissent.

Je peux par contre bien accéder à mes disques depuis le menu "Fichiers".

Quelqu'un rencontre le même pb que moi ? (j'ai supprimé la config XBMC précédente via le dash MS)

Merci pour votre aide.

A+

Modifié par Yse
Lien vers le commentaire
Partager sur d'autres sites

Bonjour les amis,

comme notre intervenant précédent l'a très justement rappelé, la source de ton problème se situe bien dans ce fichier.

C'est un peu long mais je te propose un copier\coller de mon propre fichier qui je le pense, répondra très exactement à ta demande.

Libre à toi d'y apporter les modifs nécessaires si besoin est.

Voilà, voilou !!!

A tous un très bon Dimanche !!!

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <sources>

- <!-- All bookmarks can be LOCKED by adding lockmode/lockcode values as follows: !

-->

- <!-- Set lockmode to: !

-->

- <!-- 0 = Bookmark not locked. This is the default value if not specified. !

-->

- <!-- 1 = Numeric lock. Can be typed via on screen numpad or remote control. !

-->

- <!-- 2 = Gamepad lock. Enter by pushing XBOX controller button sequence. !

-->

- <!-- 3 = Full-text lock. Enter with on screen keyboard or USB keyboard. !

-->

- <!-- 6 = Follows master code. Do NOT mix with 1-3! !

-->

- <!-- lockcode: where lockmode is set to value: !

-->

- <!-- 1: Enter numeric password only. Do not use spaces or other characters. !

-->

- <!-- 2: Enter gamepad button sequence using the following letter codes: !

-->

- <!-- A B X Y = Same as buttons on gamepad !

-->

- <!-- U D L R = D-pad Up, Down, Left, Right !

-->

- <!-- W K ( ) = White, Black, Left Trigger, Right Trigger !

-->

- <!-- 3: Enter alphanumeric password. Make sure all characters !

-->

- <!-- are available on your language's on screen keyboard/USB keyboard. !

-->

- <!-- All lockcodes are MD5 hashed !

-->

- <!-- Example: !

-->

- <!-- <bookmark> !

-->

- <!-- <name>SMB</name> !

-->

- <!-- <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path> !

-->

- <!-- <lockmode>1</lockmode> !

-->

- <!-- <lockcode>12345678</lockcode> !

-->

- <!-- </bookmark> !

-->

- <!-- All bookmarks can have a custom thumbnail icon. !

-->

- <!-- Image must be located locally on the xbox !

-->

- <!-- Example: !

-->

- <!-- <bookmark> !

-->

- <!-- <name>SMB</name> !

-->

- <!-- <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path> !

-->

- <!-- <thumbnail>E:\Apps\XBMC\media\movies.png</thumbnail> !

-->

- <!-- </bookmark> !

-->

- <!-- My Programs shares!

-->

- <myprograms>

<default>Games</default>

- <bookmark>

<name>Games</name>

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

<path>F:\Games\</path>

<path>G:\Games\</path>

</bookmark>

- <bookmark>

<name>Emulators</name>

<path>E:\Emulators\</path>

<path>F:\Emulators\</path>

<path>G:\Emulators\</path>

</bookmark>

- <bookmark>

<name>Programs</name>

<path>E:\Apps\</path>

<path>F:\Apps\</path>

<path>G:\Apps\</path>

</bookmark>

- <bookmark>

<name>DVD-Game</name>

<path>D:\</path>

</bookmark>

</myprograms>

- <!-- My Videos shares !

-->

- <video>

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

- <bookmark>

<name>Playlists</name>

<path>$VIDEOPLAYLISTS</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>XBMSP Network Share</name>

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

</bookmark>

- <bookmark>

<name>XBMSP Network Servers (Auto-Discover)</name>

<path>xbms://</path>

</bookmark>

- <bookmark>

<name>SMB Network Share</name>

- <!-- You can use one of these following formats: !

-->

- <!-- smb://domain;user:password@ip/share/directory/ !

-->

- <!-- smb://user:password@ip/share/ !

-->

- <!-- Only if guest/public access is enabled: !

-->

- <!-- smb://ip/ !

-->

<path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>

</bookmark>

- <bookmark>

<name>WORKGROUP (SMB) Network</name>

<path>smb://</path>

</bookmark>

- <bookmark>

<name>ReplayTV</name>

<path>rtv://*/</path>

</bookmark>

</video>

- <!-- My Music shares !

-->

- <music>

<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>G Drive</name>

<path>G:\</path>

</bookmark>

- <bookmark>

<name>DVD-ROM Drive</name>

<path>D:\</path>

</bookmark>

- <bookmark>

<name>Playlists</name>

<path>$MUSICPLAYLISTS</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>XBMSP Network Share</name>

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

</bookmark>

- <bookmark>

<name>XBMSP Network Servers (Auto-Discover)</name>

<path>xbms://</path>

</bookmark>

- <bookmark>

<name>SMB Network Share</name>

- <!-- You can use one of these following formats: !

-->

- <!-- smb://domain;user:password@ip/share/directory/ !

-->

- <!-- smb://user:password@ip/share/ !

-->

- <!-- Only if guest/public access is enabled: !

-->

- <!-- smb://ip/ !

-->

<path>smb://DOMAIN;username:pwd@MyWindowsServer/music/</path>

</bookmark>

- <bookmark>

<name>WORKGROUP (SMB) Network</name>

<path>smb://</path>

</bookmark>

- <bookmark>

<name>iTunes Network Share (DAAP)</name>

- <!-- only use an IP address here !

-->

<path>daap://192.168.1.100</path>

</bookmark>

- <bookmark>

<name>SHOUTcast - Directory</name>

<path>shout://www.shoutcast.com/sbin/newxml.phtml</path>

- <!-- direct links to genres and searches are allowed

-->

- <!-- shout://www.shoutcast.com/sbin/newxml.phtml?genre=Funk

-->

- <!-- shout://www.shoutcast.com/sbin/newxml.phtml?genre=Top500

-->

- <!-- shout://www.shoutcast.com/sbin/newxml.phtml?search=[stationname]

-->

</bookmark>

</music>

- <!-- My Pictures shares !

-->

- <pictures>

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

-->

- <!-- <bookmark> !

-->

- <!-- <name>ISO</name> !

-->

- <!-- <path>iso9660://</path> !

-->

- <!-- </bookmark> !

-->

- <!-- <bookmark> !

-->

- <!-- <name>UDF</name> !

-->

- <!-- <path>UDF:</path> !

-->

- <!-- </bookmark> !

-->

- <bookmark>

<name>XBMSP Network Share</name>

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

</bookmark>

- <bookmark>

<name>XBMSP Network Servers (Auto-Discover)</name>

<path>xbms://</path>

</bookmark>

- <bookmark>

<name>SMB Network Share</name>

- <!-- You can use one of these following formats: !

-->

- <!-- smb://domain;user:password@ip/share/directory/ !

-->

- <!-- smb://user:password@ip/share/ !

-->

- <!-- Only if guest/public access is enabled: !

-->

- <!-- smb://ip/ !

-->

<path>smb://DOMAIN;username:pwd@MyWindowsServer/pictures/</path>

</bookmark>

- <bookmark>

<name>WORKGROUP (SMB) Network</name>

<path>smb://</path>

</bookmark>

</pictures>

- <!-- File-manager 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>G Drive</name>

<path>G:\</path>

</bookmark>

- <bookmark>

<name>Q Drive</name>

<path>Q:\</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 files !

-->

- <!-- <bookmark> !

-->

- <!-- <name>ISO</name> !

-->

- <!-- <path>iso9660://</path> !

-->

- <!-- </bookmark> !

-->

- <!-- <bookmark> !

-->

- <!-- <name>UDF</name> !

-->

- <!-- <path>UDF:</path> !

-->

- <!-- </bookmark> !

-->

- <bookmark>

<name>XBMSP Network Share</name>

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

</bookmark>

- <bookmark>

<name>XBMSP Network Servers (Auto-Discover)</name>

<path>xbms://</path>

</bookmark>

- <bookmark>

<name>SMB Network Share</name>

- <!-- You can use one of these following formats: !

-->

- <!-- smb://domain;user:password@ip/share/directory/ !

-->

- <!-- smb://user:password@ip/share/ !

-->

- <!-- Only if guest/public access is enabled: !

-->

- <!-- smb://ip/ !

-->

<path>smb://DOMAIN;username:pwd@MyWindowsServer/files/</path>

</bookmark>

- <bookmark>

<name>FTP Network Share</name>

- <!-- You can use one of these following formats: !

-->

- <!-- ftp://user:password@ip/directory/ !

-->

- <!-- ftp://user:password@ip/ !

-->

- <!-- If you want to connect with anonymous then leave !

-->

- <!-- the user pass free: ftp://ip/ !

-->

<path>ftp://username:password@ip:port/folder/</path>

</bookmark>

- <bookmark>

<name>WORKGROUP (SMB) Network</name>

<path>smb://</path>

</bookmark>

</files>

</sources>

Lien vers le commentaire
Partager sur d'autres sites

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
 Share