Clique_ICI

Membres
  • Compteur de contenus

    3
  • Inscription

  • Dernière visite

Clique_ICI's Achievements

Débutant

Débutant (1/7)

0

Réputation sur la communauté

  1. Bonjour, Je vais craquer !!!!!!! J'ai suivi le tuto de sango mais j'y arrive toujours pas. J'arrive a tout faire jusqu'au transfert final des images et résumé mais pares il n'y a rien sur la xbox. J'ai mis mes divx sur le lecteur f:\media\videos et le parametrage de sango je l'ai laissé par defaut. Faut-il changer le parametrage $home\thumbs etc..... ou les laisser par defaut ?? Le fichier myvideos31.db n'est pas modifié par sango il crée un autre fichier nommé myvideo3.db j ai essay"é de le renomer aprres mais si je fait ca c encore pire j'ai meme plus la liste de divx!! Quelqu'un a plus d'infos ?? Merci d'avance !!
  2. Les seuls script qui fonctionne sont les notifications d'emails et envoi d'emails ainsi que la météo. Pour la météo j ai qd meme un probleme qui est comment quitter la meteo avec la télécommande ? Le bouton back ne fonctionne pas ! Les autres scripts comme le guide tv ne fonctionne pas ! Est ce normal ? J ai la version XBMC - CVS build 19-03-04 Faut t il mettre a jour python ? Merci d'avance.
  3. <xboxmediacenter> <!-- when using xbmc as dashboard, define home directory here !--> <!-- and copy the xbe with this config file to C:\ !--> <home>C:\</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 <ip>dhcp</ip> ) --> <ip>10.10.1.2</ip> <netmask>255.0.0.0</netmask> <defaultgateway>10.10.1.3</defaultgateway> <nameserver>10.10.1.3</nameserver> <CDDBIpAddress>194.97.4.18</CDDBIpAddress> <!-- determines which drives 2 use. Change this for LBA48 !--> <useFDrive>yes</useFDrive> <useGDrive>no</useGDrive> <!-- 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></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>.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>.ty|.nfo|.strm|.rm|.m3u|.ifo|.mov|.qt|.divx|.xvid|.bivx|.vob|.img|.pva|.wmv|.asf|.asx|.ogm|.m2v|.avi|.bin|.dat|.mpg|.mpeg|.mkv|.avc|.vp3|.svq3|.nuv|.viv|.dv|.fli|.iso</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></default> <bookmark> <name>Jeux</name> <path>F:\Jeux\</path> </bookmark> <bookmark> <name>Emulateurs</name> <path>F:\Emulateur\</path> </bookmark> <bookmark> <name>Applications</name> <path>F:\Applications\</path> </bookmark> <name>DVD</name> <path>D:\</path> </bookmark> </myprograms> <!-- my pictures shares !--> <pictures> <default></default> <bookmark> <name>Local</name> <path>F:\Photos\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> <bookmark> <name>Remote</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://admin@michael-pc/pictures/</path> </bookmark> </pictures> <!-- my files shares !--> <files> <bookmark> <name>Local Drive</name> <path>C:\</path> </bookmark> <bookmark> <name>Save Drive</name> <path>E:\</path> </bookmark> <bookmark> <name>Storage Drive</name> <path>F:\</path> </bookmark> <bookmark> <name>Home Directory</name> <path>Q:\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> <bookmark> <name>Remote</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://admin@michael-pc/storage/</path> </bookmark> </files> <!-- my music shares !--> <music> <default></default> <bookmark> <name>Local</name> <path>F:\Musique\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> <bookmark> <name>Remote</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://admin@michael-pc/music/</path> </bookmark> </music> <!-- my video shares !--> <video> <default></default> <bookmark> <name>Local</name> <path>F:\Videos\</path> </bookmark> <bookmark> <name>DVD</name> <path>D:\</path> </bookmark> <bookmark> <name>Remote</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://admin@michael-pc/movies/</path> </bookmark> <bookmark> <name>ReplayTV</name> <path>rtv://*/</path> </bookmark> </video> </xboxmediacenter> Voici le miens je comprends rien non plus c chiant Au démarrage de xbmc j'ai une erreur C: !!!! Merci d'avance pour votre aide ! F:\Applications F:\Musique F:\Videos F:\Photos F:\Emulateurs F:\Jeux