pitoune Posté(e) le 23 juillet 2006 Auteur Posté(e) le 23 juillet 2006 (modifié) Et hop, un petit message pour vous dire que finalement j'ai réussi tout seul comme un grand a éditer le fichier sources.xml et ça y est enfin j'ai retrouvé mon ancienne organisation ! Merci a tous pour vos réponses et votre aide, en particulier a Snow et à Reto Lam pour leur patience. Grace a vous j'ai appris pas mal de choses aujourd'hui, donc un grand merci ! PS : si il y en a que ça intéresse, je vous met le sources.xml que j'ai créé pour arrivé mes fins : <?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. !--> <!-- 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></default> <bookmark> <name>E:\</name> <path>E:\</path> </bookmark> <bookmark> <name>F:\</name> <path>F:\</path> </bookmark> <bookmark> <name>Videos</name> <path>E:\Videos</path> <path>F:\Videos</path> <path>G:\Videos</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> <bookmark> <name>UPnP Media Servers (Auto-Discover)</name> <path>upnp://</path> </bookmark> </video> <!-- My Music shares !--> <music> <default></default> <bookmark> <name>E:\</name> <path>E:\</path> </bookmark> <bookmark> <name>F:\</name> <path>F:\</path> </bookmark> <bookmark> <name>Music</name> <path>C:\Music</path> <path>E:\Music</path> <path>F:\Music</path> <path>G:\Music</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> <bookmark> <name>UPnP Media Servers (Auto-Discover)</name> <path>upnp://</path> </bookmark> </music> <!-- My Pictures shares !--> <pictures> <default></default> <bookmark> <name>E:\</name> <path>E:\</path> </bookmark> <bookmark> <name>F:\</name> <path>F:\</path> </bookmark> <bookmark> <name>Pictures</name> <path>C:\Pictures</path> <path>E:\Pictures</path> <path>F:\Pictures</path> <path>G:\Pictures</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> <bookmark> <name>UPnP Media Servers (Auto-Discover)</name> <path>upnp://</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: !--> <!-- [url=ftp://user:password@ip/directory/]ftp://user:password@ip/directory/[/url] !--> <!-- [url=ftp://user:password@ip/]ftp://user:password@ip/[/url] !--> <!-- If you want to connect with anonymous then leave !--> <!-- the user pass free: [url=ftp://ip/]ftp://ip/[/url] !--> <path>ftp://username:password@ip:port/folder/</path> </bookmark> <bookmark> <name>WORKGROUP (SMB) Network</name> <path>smb://</path> </bookmark> </files></sources> Modifié le 24 juillet 2006 par pitoune
pitoune Posté(e) le 23 juillet 2006 Auteur Posté(e) le 23 juillet 2006 J'en profite pour vous poser une autre question, trés conne celle là. A ceux qui ont le skin MC360, ou trouve t'on le menu pour visualiser la météo ? Il y a bien, dans l'onglet système, le menu pour configurer les 3 villes pour ce service, mais je n'arrive pas a mettre la main sur la meteo ! Quelqu'un a une idée ? Merci d'avance !
Darts Posté(e) le 24 juillet 2006 Posté(e) le 24 juillet 2006 Pitié, utilises les balises "code" pour mettre tes xml! Quant à la météo, appuyes sur start, tu verras un menu "extra" c'est là dedant. Oui c'est mal foutu
Reto Lam Posté(e) le 24 juillet 2006 Posté(e) le 24 juillet 2006 (modifié) Salut pitoune , ben voilà, j'étais sûr que tu trouverais la solution tout seul, , je crois que c'est mieux, çà ta permis de comprendre un peu mieux le fonctionnement du source.xml plutôt que de le faire à ta place...(au passage étides ton post comme résolu...) A+, bonne continuation Modifié le 24 juillet 2006 par Reto Lam
pitoune Posté(e) le 24 juillet 2006 Auteur Posté(e) le 24 juillet 2006 Merci a tous ! @ Darts : J'ai édité, les balises code sont présente. C'est clair que c'est pas pratique la météo sous MC360. Mais merci de m'avoir aidé ! @ Reto Lam : Merci de ton aide. J'ai maintenant appris a me servir (un peu) du source.xml. Le titre est édité. Merci encore.
Darts Posté(e) le 24 juillet 2006 Posté(e) le 24 juillet 2006 Ah ben mince alors la balise "code" ne fonctionne pas comme je le pensais Il me semblait qu'elle affichait une petite fenètre avec une barre de défilement Soit, le but était de ne pas mettre une tartine que l'on doit faire défiler pour avoir la réponse suivante. Content que ton soucis soit résolu
Messages recommandés
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 compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant