Raccourci Vers Ma Liste Vidéos [résolu]


Messages recommandés

Bonjour à tous les gueux,

Super Forum j'y ai trouvé beaucoup d'infos mais l'à je cale.

J'ai mes vidéos dans F:\mes videos

et je voudrais accéder à ma liste de films en cliquant sur l'icone VIDEOS au menu de XBMC, et non en parcourant toute l'arborescence de mon disque dur comme je fais depuis toujours.

Que dois-je modifier dans XboxMediaCenter.xml

Merci d'avance

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

cherche deja sa:

        <bookmark>

            <name>F drive</name>

            <path>F:\</path>

        </bookmark>

et remplace le par sa

        <bookmark>

            <name>F drive</name>

            <path>F:\mes videos</path>

        </bookmark>

Attention verifie que tu es dans la categorie: <!-- My Videos shares !-->

Vola @+

Lien vers le commentaire
Partager sur d'autres sites

Merci pour ta réponse rapide, mais ça ne fonctionne pas.

Voici la partie du code que j'ai:

<video>

<default />

<bookmark>

<name>E Drive</name>

<path>E:\</path>

</bookmark>

<bookmark>

<name>F drive</name>

<path>F:\mes videos</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 Network Share</name>

<path>xns://192.168.0.1:1400/</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>

<bookmark>

<name>(SMB) Network</name>

<path>smb://192.168.0.106/</path>

</bookmark>

</video>

et toujours rien au menu video de XBMC

Lien vers le commentaire
Partager sur d'autres sites

salut, lo,

<bookmark>

<name>F drive</name>

<path>F:\mes videos</path>

</bookmark>

quand c'est marqué "mes videos" rentre le nom de TON dossier, ou tu as tes films,

a+

Lien vers le commentaire
Partager sur d'autres sites

Merci a vous 2 mais ça ne fonctionne toujours pas :(

J'ai la derniere version de XBMC

Dans le HD de la console:

- j'ai XBMC dans:

F:/logiciels/XBMC

- j'ai mes films dans plusieurs dossiers:

F:/mes videos/Spect Comiques/

F:/mes videos/Films/

F:/mes videos/Dessins Annimés/

Lorsque je clique sur l'icone Video de la page d'accueuil d'XBMC rien ne s'affiche.

Je suis obligé de sélectionner au menu gauche <Changer de vue> et d'afficher l'aborescence du disque pour accéder aux films

mon code est le suivant:

<!-- My Videos shares !-->

<video>

<default></default>

<bookmark>

<name>E Drive</name>

<path>E:\</path>

</bookmark>

<bookmark>

<name>F drive</name>

<path>F:\mes videos\Films</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 Network Share</name>

<path>xns://192.168.0.1:1400/</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>

<bookmark>

<name>(SMB) Network</name>

<path>smb://192.168.0.106/</path>

</bookmark>

</video>

Lien vers le commentaire
Partager sur d'autres sites

ouaîe, :wacko:

il faut que tu rentres le chemin EXACT de TES videos!!!

Par exemple, elles sont dans : F:/mon emplacement de film pour pouvoir les regarder ... , ^_^

tu mets :

<path>F:\mon emplacement de film pour pouvoir les regarder</path>

et hop, ça marche

a+

Lien vers le commentaire
Partager sur d'autres sites

Pourtant c'est bien ce que je fais crying

Le chemin EXACT de MES videos est F:/mes videos/Films/

Donc le dossier Films contient tous mes films

Mon code est

<!-- My Videos shares !-->

<video>

<default></default>

<bookmark>

<name>E Drive</name>

<path>E:\</path>

</bookmark>

<bookmark>

<name>F drive</name>

<path>F:\mes videos\Films</path> </bookmark>....... EST-CE QUE C'EST BON ???

<bookmark>

<name>G drive</name>

<path>G:\</path>

</bookmark>

<bookmark>

<name>DVD-ROM drive</name>

<path>D:\</path>

</bookmark>

C'est ça ou pas ?

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

re,

bah oui, c'est ça , ???, es ce que tes films sont contenus dans le dossier, pas des sous dossiers??

As tu xbmc en dash ou en application, s'il est en dash, pense à remplacer ton *xml à la racine de la partition, c'est bizarre ce truc... <_<

a toute!

Lien vers le commentaire
Partager sur d'autres sites

salut

l'erreur est très simple

ca c ce que tu a mis

<path>F:\mes videos\Films</path> </bookmark

1: </bookmark> c a la ligne

2: après films n'oublie pas ca : "\"

ca donne

<path>F:\mes videos\Films\</path>

</bookmark

ou mieu encore

<bookmark>

<name>Films sur la Xbox</name>

<path>F:\mes videos\Films\</path>

</bookmark>

voila a +

Lien vers le commentaire
Partager sur d'autres sites

lo,

oh la vieille dube que je suis... sauvé par un oeil de lynx!! newlaugh

Par contre je trouve bizarre que ça ait planté xbmc... c'est fou ça...

merci Lefendeur, hein... ^_^

" "

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