nikiblaster Posté(e) le 13 septembre 2004 Posté(e) le 13 septembre 2004 Salut à tous, J'ai un probleme pour lire les fichiers sur mon pc avec la version xbmc du 09-09-04. J'ai essayé avec ccxgui mais je ne trouve pas mes fichiers sur le pc. Ci dessous mon xboxmediacenter.xml. Qqun peut il m'aider ? <xboxmediacenter> <!-- When using XBMC as dashboard, define home directory here !--> <!-- and move the XBMC xbe plus this xml config file to C:\ !--> <!-- Example: <home>E:\Apps\XBMC\</home> !--> <home>-</home> <!-- Network settings are now in the GUI --> <!-- HTTP Proxy settings are now in the GUI --> <!-- Web server port setting is not in the GUI --> <!-- Set the logging level !--> <!-- LOG LEVEL 0 = DEBUG !--> <!-- LOG LEVEL 1 = INFO !--> <!-- LOG LEVEL 2 = NOTICE !--> <!-- LOG LEVEL 3 = WARNING !--> <!-- LOG LEVEL 4 = ERROR !--> <!-- LOG LEVEL 5 = SEVERE !--> <!-- LOG LEVEL 6 = FATAL !--> <!-- LOG LEVEL 7 = NONE !--> <!-- The higher the number, the less logging you will get. !--> <!-- The default level is NOTICE. This logs everything !--> <!-- except DEBUG and INFO. !--> <loglevel>2</loglevel> <!-- KAI settings are now in the GUI --> <!-- DO NOT TOUCH THESE SETTINGS!! (unless you know what you're doing) !--> <!-- workgroup : workgroup which xbmc uses to login to a server. !--> <!-- winsserver: if you run one you can set the ip here (if you don't know !--> <!-- what it is, leave it as it is). !--> <!-- debuglevel: only set this if you have problems using samba (0 - 10) !--> <!-- setting it too high will slow it down a lot. !--> <!-- defaultusername & defaultpassword: the username and password that !--> <!-- will used if none is specified in bookmark !--> <!-- Usefull for samba browsing. Will fallback to guest access !--> <!-- if it can't !--> <samba> <workgroup>WORKGROUP</workgroup> <winsserver>-</winsserver> <debuglevel>0</debuglevel> <defaultusername>-</defaultusername> <defaultpassword>-</defaultpassword> </samba> <!-- This is the IP address to freedb.org CDDB music lookup database !--> <CDDBIpAddress>194.97.4.18</CDDBIpAddress> <!-- determines which drives 2 use. Only change this for LBA48 support !--> <useFDrive>yes</useFDrive> <useGDrive>no</useGDrive> <usePCDVDROM>no</usePCDVDROM> <!-- Should a CD with ISO/UDF filesystem be treated as ISO (yes) or UDF (no) when autodetecting !--> <detectAsIso>no</detectAsIso> <!-- Time server host setting is now in the GUI --> <!-- dashboard 2 launch when exiting xbmc!--> <dashboard>C:\evoxdash.xbe</dashboard> <!-- fill in path&filename of external DVD player--> <!-- if empty, XBMC will play any DVD's by itself--> <dvdplayer></dvdplayer> <!-- fill in path&filename of external CD Audio player--> <!-- if empty, XBMC will play any CD's by itself--> <!-- only applicable if autorun CDDA=Yes in Autorun settings--> <cddaplayer></cddaplayer> <!-- alternate subtitle directory. If subtitle cant be found in same directory !--> <!-- as the movie it will look here: !--> <subtitles>$HOME\subtitles</subtitles> <!-- Note: the flipcharset element is no longer defined in this XML and should !--> <!-- now be modified from the user interface. !--> <!-- 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>.nsv|.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|.ac3|.dts|.cue</musicextensions> <videoextensions>.nsv|.ts|.ty|.nfo|.strm|.rm|.rmvb|.m3u|.ifo|.mov|.qt|.divx|.xvid|.bivx|.vob|.nrg|.img|.iso|.pva|.wmv|.asf|.asx|.ogm|.m2v|.avi|.bin|.dat|.mpg|.mpeg|.mp4|.mkv|.avc|.vp3|.svq3|.nuv|.viv|.dv|.fli</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> <!-- path where CDDA Rips are stored !--> <CDDARipPath>E:\music\cdrips</CDDARipPath> <!-- 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 DVD-remote code with each button press !--> <!-- Useful to see if XBMC reads extra buttons on your universal IR 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 !--> <!-- The depth allows you to specify how deep to look for XBE when flattening is on. For example, with Depth of 1: !--> <!-- F:\games\ !--> <!-- game1 !--> <!-- game2 !--> <!-- game3 !--> <!-- If your depth is 2, it will look even further for the XBE !--> <!-- F:\emulators\ !--> <!-- nin64\ !--> <!-- game1 !--> <!-- game2 !--> <!-- psx\ !--> <!-- game1 !--> <!-- game2 !--> <!-- You can have multiple paths per bookmark. Use a comma-separated list of the paths. !--> <!-- Ex: <path>E:\Games\,F:\Games\</path> !--> <!-- <path> can also take direct links to XBE !--> <!-- Ex: <path>E:\Apps\,C:\xbmc.xbe</path> !--> <myprograms> <default>Q:\shortcuts</default> <bookmark> <name>C Drive</name> <path>C:\</path> <depth>1</depth> </bookmark> <bookmark> <name>E Drive</name> <path>E:\</path> <depth>1</depth> </bookmark> <bookmark> <name>F drive</name> <path>F:\</path> <depth>1</depth> </bookmark> <bookmark> <name>G drive</name> <path>G:\</path> <depth>1</depth> </bookmark> <bookmark> <name>DVD-ROM</name> <path>D:\</path> <depth>1</depth> </bookmark> </myprograms> <!-- my pictures shares !--> <pictures> <default></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>XNS</name> <path>xns://192.168.0.1:1400/</path> </bookmark> <bookmark> <name>Auto-Discover XBMSP Network Shares</name> <path>xbms://</path> </bookmark> <bookmark> <name>XBMSP Network Share</name> <path>xbms://192.168.0.1:1400/</path> </bookmark> <bookmark> <name>SMB</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://DOMAIN;username:pwd@MyWindowsServer/pictures/</path> </bookmark> <bookmark> <name>WORKGROUPS (SMB)</name> <path>smb://</path> </bookmark> </pictures> <!-- my files 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>XNS</name> <path>xns://192.168.0.1:1400/</path> </bookmark> <bookmark> <name>Auto-Discover XBMSP Network Shares</name> <path>xbms://</path> </bookmark> <bookmark> <name>XBMSP Network Share</name> <path>xbms://192.168.0.1:1400/</path> </bookmark> <bookmark> <name>SMB</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://DOMAIN;username:pwd@MyWindowsServer/files/</path> </bookmark> <bookmark> <name>WORKGROUPS (SMB)</name> <path>smb://</path> </bookmark> </files> <!-- my music shares !--> <music> <default></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 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>XNS</name> <path>xns://192.168.0.1:1400/</path> </bookmark> <bookmark> <name>MS Soundtracks</name> <path>soundtrack://</path> </bookmark> <bookmark> <name>Auto-Discover XBMSP Network Shares</name> <path>xbms://</path> </bookmark> <bookmark> <name>XBMSP Network Share</name> <path>xbms://192.168.0.1:1400/</path> </bookmark> <bookmark> <name>SMB</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://DOMAIN;username:pwd@MyWindowsServer/music/</path> </bookmark> <bookmark> <name>WORKGROUPS (SMB)</name> <path>smb://</path> </bookmark> <bookmark> <name>iTunes</name> <!-- only use an IP address here !--> <path>daap://192.168.1.100</path> </bookmark> </music> <!-- 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>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</name> <path>xns://192.168.0.1:1400/</path> </bookmark> <bookmark> <name>Auto-Discover XBMSP Network Shares</name> <path>xbms://</path> </bookmark> <bookmark> <name>XBMSP Network Share</name> <path>xbms://192.168.0.1:1400/</path> </bookmark> <bookmark> <name>SMB</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://DOMAIN;username:pwd@MyWindowsServer/movies/</path> </bookmark> <bookmark> <name>WORKGROUPS (SMB)</name> <path>smb://</path> </bookmark> <bookmark> <name>ReplayTV</name> <path>rtv://*/</path> </bookmark> </video> </xboxmediacenter>
Darts Posté(e) le 14 septembre 2004 Posté(e) le 14 septembre 2004 Merci de brancher le cerveau et ne PAS poster tout ton xml dans un post. Fais un lien vers le fichier ... En plus y'a rien dans ton xml... Tu ne l'as pas configuré? Ca te dis d'aller faire un tour dans les tutos? http://www.gx-mod.com/tutos/tutoriaux.php Ca te dis d'aller jeter un oeil dans les post épinglés? http://www.gueux-forum.net/index.php?showforum=19 Non? Alors on ne peut rien pour toi. Un peu de recherche personnelle STP...
nikiblaster Posté(e) le 14 septembre 2004 Auteur Posté(e) le 14 septembre 2004 ça te dit d'être un peu moins agressif ?? Tu t'es mal réveillé ce matin ou quoi ? De plus j'ai parcouru pas mal de tutos et de messages mais j'ai pas trouvé mon bonheur... Comme indiqué dans un tuto, la partie qui m'intéresse dans le .xml est celle ci : <bookmark> <name>XBMSP Network Share</name> <path>xbms://192.168.0.1:1400/</path> </bookmark> Faut il modifier qqchose ? Pour infos : IP de mon pc : 192.168.0.1 Ip xbox : 192.168.0.6 Ou peut etre que c'est dans la config de ccxgui qu'il ya qqchose qui m'a échappé ? Merci et @+
Darts Posté(e) le 14 septembre 2004 Posté(e) le 14 septembre 2004 En effet la nuit fut courte... Tu pourrais éditer ton premier post pour éviter qu'on aie à faire défiler tout ton xml pour voir les réponses? Le truc qui me chipote c'est le fait que tu ne puisse pas éditer les adresses des machines ou des DNS... Apparemment ça se fait dans l'interface graphique mtn... Je te conseille de prendre une version un peu plus ancienne et de lire ce tuto : http://www.gx-mod.com/tutos/XBoxMediaCenter_Config.pdf Ainsi tu pourras mettre à la main les info qui te sont nécessaires. Secundo, il me semble que XBMSP nécessite l'installation d'un programme tiers sur ton PC. Ce programme tourne-t-il quand tu demande le partage? As-tu un firewall qui pourrait empècher ce programme de fonctionner? Personnellement je te conseille de partager tes fichiers avec le partage de windows (samba). Il ne nécessite pas de programme tiers, juste Windows & la XBOX. Pour celà, je te conseille ce tuto : http://www.gx-mod.com/tutos/xbmc-smb.php Je te présente mes excuses pour le ton agressif.
nikiblaster Posté(e) le 14 septembre 2004 Auteur Posté(e) le 14 septembre 2004 Salut, j'ai essayé comme tu m'a conseillé le partage avec le SMB. Par exemple je veux partager le répertoire de mon disque dur D:/FILMS/ (de mon pc). Sur mon pc j'ai partagé le repertoire comme indiqué dans les tutos. J'ai configuré ensuite xboxmediacenter.xml comme suit, <bookmark> <name>FILMS</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://WORKGROUP;xbox:xbox@192.168.0.1/D:/FILMS/</path> </bookmark> quand je lance xbmc sous ma xbox et que je veux aller dans "FILMS" il me dit : NT STATUS OBJECT NAME NOT FOUND . Me suis trompé qque part ? En te remerciant par avance.
Vulcain Posté(e) le 14 septembre 2004 Posté(e) le 14 septembre 2004 Salut, tu dois simplement remplacer le D:/FILMS/ par le nom du partage que tu as cree sur ton PC. Si tu appelles ton partage "MesFilms", ta ligne de commande devient : <path>smb://WORKGROUP;xbox:xbox@192.168.0.1/MesFilms/</path>
nikiblaster Posté(e) le 14 septembre 2004 Auteur Posté(e) le 14 septembre 2004 MErci Vulcain, ça marche nickel ! c'était tout con en fait
Pink Floyd Posté(e) le 16 septembre 2004 Posté(e) le 16 septembre 2004 ben en meme temps lui faire utilise samba alors qu'il demande ccxgui
nikiblaster Posté(e) le 16 septembre 2004 Auteur Posté(e) le 16 septembre 2004 OUi c'est vrai que j'ai pas eu ma réponse pour ccxgui, si qq'un a la solution ? En tout cas je peut lire mes fichiers partagés sur mon pc ce qui est déja une bonne chose..
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