Sbm = Samba? Ip Samba 192.168.1.4


Messages recommandés

bjr

je lis le tutos pour le partage de fichier et on explique quoi pourquoi il faut mettre 192.168.1.4 comme ip dans <path>smb://REZO;xbox:password@192.168.1.4/films_d/</path>

on se demande aussi pourquoi il marque rezo alors que pour tout le monde c'est 'workgroup'

<path>smb://WORKGROUP;xbox:xbox@192.168.1.4/incoming/</path> pour moi

mais comme j'ai un cerveau et que jje comprends pas pourquoi ça marche pas

je trouve dans mon xbmc.xlm cela

<samba>

<workgroup>WORKGROUP</workgroup>

<smbip>192.168.0.106</smbip>

<smbsharename>(SMB) Network</smbsharename>

<defaultusername>xbox</defaultusername>

<defaultpassword>xbox</defaultpassword>

<winsserver>-</winsserver>

<debuglevel>0</debuglevel>

</samba>

alors je me dis mais voila la bonne ip 192.168.0.106

alors je regle le netbios du routeur de ma live box tcp 139 192.168.0.106

et ben non ça marche tjr pas

alors je me dis qu'au depart ça aurait pu etre mieux expliquer et qu'au finale meme avec de la deduction cela ne fonctionne pas , on en conclut que c'est avec beaucioup de chance que cela doit fonctionner

hum

voila ce que j'ai modifié

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

    <!--  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 loglevel number set, the less logging you will get.  !-->

    <!--  Default is NOTICE which logs everything except DEBUG and INFO.  !-->

    <!--  Loglevel DEBUG also enables mplayer debug. !-->

    <loglevel>2</loglevel>

    <!--  Set the path where the log file should be created.  !-->

    <!--  If no path is set the Default Q:\ path will be used. !-->

    <!--  Example: <logpath>E:\TDATA\0face008\</logpath>      !-->

    <logpath>-</logpath>

    <haltonfatalerrors>false</haltonfatalerrors>

    <showfreemem>false</showfreemem>

    <masterlock>

        <!--  Set to 0 to allow infinite password retries in XBMC. Setting a positive    !-->

        <!--  number N will deny access to any locked bookmark if N consecutive bad      !-->

        <!--  passwords are sent for any locked bookmark.                                !-->

        <maxretry>0</maxretry>

        <!--  Set to 1 to allow XBMC Master Lock to shut off the XBOX if the user        !-->

        <!--  enters too many bad Master Lock password retries. Set to 0 to disable.      !-->

        <enableshutdown>0</enableshutdown>

        <!--  Set to 1 to prompt user for mastercode when doing add/edit/delete on all    !-->

        <!--  shares using the context menu, or 0 to only prompt on locked shares.        !-->

        <!--  Useful to prevent unwanted changes/viewing of shares and user/pass info.    !-->

        <protectshares>0</protectshares>

        <!-- Set to 1 to promt user for the mastercode when XBMC starts!                  !-->

        <!-- If the user enter a invalid mastercode XBMC will shut down.                  !-->

        <startuplock>0</startuplock>

        <!-- Set to 1 to promt user for the mastercode when FilemanagerWindow will be opened !-->

        <LockFilemanager>0</LockFilemanager>

        <!-- Set to 1 to promt user for the mastercode when SettingsWindow will be opened  !-->

        <LockSettings>0</LockSettings>

        <!-- Set to 1-15 to promt user for mastercode when HomeMediaWindow will be opened  !-->

        <!-- 1=Music          6=Music  Picture    11=Music  Video  Pictures          !-->

        <!-- 2=Video          7=Music  Programs    12=Programs  Video  Music          !-->

        <!-- 3=Pictures        8=Video  Pcitures    13=Programs  Pictures  Music        !-->

        <!-- 4=Programs        9=Video  Programs    14=Music  Picture  Video            !-->

        <!-- 5=Music  Video  10=Picture  Programs  15=Music  Video  Pictures  Program !-->

        <LockHomeMedia>0</LockHomeMedia>

        <!--  Set mastermode as follows:                                                  !-->

        <!--    0 = Masterlock always unlocked. This is the default 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.        !-->

        <!--  Bookmark lock settings are only valid if the mastermode is > 0.              !-->

        <mastermode>0</mastermode>

        <!--  Set mastercode: where mastermode 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 HTML-escaped alphanumeric password. Make sure all characters    !-->

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

        <mastercode>-</mastercode>

    </masterlock>

    <!-- DO NOT TOUCH THESE SETTINGS!, (unless you know what you're doing)            !-->

    <!-- This setting can be changed from the Settings GUI!                            !-->

    <!--      workgroup : workgroup which XBMC uses to login to a server.              !-->

    <!--          smbip: defines the ip adress from the share source [normly PC ip]  !-->

    <!--    smbsharename: defines the default share name!                              !-->

    <!-- defaultusername: the username and password that                              !-->

    <!-- defaultpassword: will be used if none is specified in bookmark, usefull for  !-->

    <!--                  samba browsing. Falls back to guest access if not set.      !-->

    <!--      winsserver: if you run one you can set the ip here (if you don't know    !-->

    <!--                  what a winsserver is the 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.                !-->

    <samba>

        <workgroup>WORKGROUP</workgroup>

        <smbip>192.168.0.106</smbip>

        <smbsharename>(SMB) Network</smbsharename>

        <defaultusername>xbox</defaultusername>

        <defaultpassword>xbox</defaultpassword>

        <winsserver>-</winsserver>

        <debuglevel>0</debuglevel>

    </samba>

    <!-- This is the IP address to freedb.org CDDB music lookup database !-->

    <!-- Please visit the page below for a list of mirrors !-->

    <!-- http://www.freedb.org/modules.php?name=Sec...rintpageartid=9 !-->

    <CDDBIpAddress>freedb.freedb.org</CDDBIpAddress>

    <!-- determines which drives to use. Only change this for LBA48 support !-->

    <!-- Should autodetect on most bioses by default.  If your XBMC crashes after mapping F: !-->

    <!-- according to xbmc.log, then disable auto-detection of F and G and set them manually !-->

    <autodetectFG>yes</autodetectFG>

    <useFDrive>yes</useFDrive>

    <useGDrive>no</useGDrive>

    <!-- Only set to yes if replaced Xbox DVD-ROM drive with a PC DVD-ROM drive !-->

    <usePCDVDROM>no</usePCDVDROM>

    <!-- Should a CD with ISO/UDF filesystem be treated as ISO (yes) or UDF (no) when autodetecting !-->

    <detectAsIso>no</detectAsIso>

    <!--  Which dashboard to launch when exiting XBMC  !-->

    <!--  Ex: "<dashboard>C:\xboxdash.xbe</dashboard>" !-->

    <dashboard>C:\evoxdash.xbe</dashboard>

    <!-- Fill in path+filename of external DVD player  !-->

    <!-- if empty, XBMC will play any DVD's by itself  !-->

    <!-- Ex: "<dvdplayer>C:\xboxdash.xbe</dvdplayer>"  !-->

    <dvdplayer>-</dvdplayer>

    <!-- Fill in pathfilename of external CD audio-player !-->

    <!-- if empty, XBMC will play any AudioCD's by itself. !-->

    <!-- Only applicable if CDDA=Yes in Autorun settings.  !-->

    <cddaplayer>-</cddaplayer>

    <!-- Alternate subtitle directory. If subtitle can't be found              !-->

    <!-- in same directory as the movie XBMC will look here next:              !-->

    <!-- Adding subtitles with the name "subtitle.[langext].[subextension]"    !-->

    <!-- will automatically make them be added for all movies as              !-->

    <!-- alternate subtitles                                                  !-->

    <subtitles>$HOME\subtitles</subtitles>

    <!-- Directory to cache files in. Used with e.g. compressed rar files  !-->

    <cachepath>Z:\</cachepath>

    <!-- Translation table for subtitle and audio names.                      !-->

    <languagecodes>

        <code>

            <short>alt</short>

            <long>Alternate</long>

        </code>

    </languagecodes>

    <!-- startup windows  !-->

    <!-- 0 = XBMC Title Screen !-->

    <!-- 1 = My Programs  !-->

    <!-- 2 = My Pictures  !-->

    <!-- 3 = My Files  !-->

    <!-- 4 = Settings  !-->

    <!-- 5 = My Music  !-->

    <!-- 6 = My Videos  !-->

    <!-- 2700 = Xlink Kai  !-->

    <startwindow>0</startwindow>

    <!--  Display files with these extensions under pictures, music and videos !-->

    <pictureextensions>.png|.jpg|.jpeg|.bmp|.gif|.ico|.tif|.tiff|.tga|.pcx|.cbz|.zip|.cbr|.rar</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|.aif|.wpl|.ape|.mac|.mpc|.mp+|.mpp|.shn|.zip|.rar|.wv|.nsf|.spc|.gym</musicextensions>

    <videoextensions>.3gp|.nsv|.ts|.ty|.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|.rar|.001|.wpl|.zip</videoextensions>

    <!-- RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets.  !-->

    <!-- To use different sets in your skin, each must be called from skin with a unique id.              !-->

    <rss>

        <set id="1">

            <feed updateinterval="30">http://www.xbox-scene.com/xbox1data/xbox-scene.xml</feed>

        </set>

    </rss>

    <!-- Regular expressions for use in video stacking                                                    !-->

    <!-- These MUST have a (...) surrounding the volume label portion. eg ([0-9]*) to choose the number  !-->

    <!-- found in the string.  Any text for matching is compared case-insensitive.                        !-->

    <!-- Anything matched will be removed from titlename.                                                !-->

    <!-- If more than one (...) section is used, first one will be prefix, second one volume label,      !-->

    <!-- any third one (doesn't have to exist) will be suffix. Use this too keep extensions after match.  !-->

    <videostacking>

        <regexp>[ _\.-]+cd[ _\.-]*([0-9a-d]+)</regexp>

        <regexp>[ _\.-]+dvd[ _\.-]*([0-9a-d]+)</regexp>

        <regexp>[ _\.-]+part[ _\.-]*([0-9a-d]+)</regexp>

        <regexp>()[ _\.-]+([0-9]*[abcd]+)(\....)$</regexp>

        <regexp>()[\^ _\.-]+([0-9]+)(\....)$</regexp>

        <regexp>([a-z])([0-9]+)(\....)$</regexp>

    </videostacking>

    <!-- 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 should be stored  !-->

    <recordings>$HOME\recordings</recordings>

    <!-- Path where XBMC screenshots should be stored            !-->

    <screenshots>$HOME\screenshots</screenshots>

    <!-- Path where XBMC's CDDA Rips should be stored            !-->

    <!-- Note! This must point to an existing folder.            !-->

    <CDDARipPath>E:\Music\CD-Rips</CDDARipPath>

    <!-- Move and repeat delays for Xbox controller and DVD-remote (values are shown in milliseconds)      !-->

    <!-- Deadzone for controller is a value between 0 and 1 (0 being no deadzone, 1 being all deadzone)    !-->

    <delays>

        <remote>

            <repeat>480</repeat>

        </remote>

        <controller>

            <move>220</move>

            <repeat>220</repeat>

            <deadzone>0.1</deadzone>

        </controller>

    </delays>

    <!-- IR-Remote debug info. Displays the DVD-remote code with each button press.    !-->

    <!-- Useful to see if XBMC reads extra buttons on your own universal IR remote.    !-->

    <!-- These remote codes can be placed in keymap.xml to give more button options    !-->

    <displayremotecodes>false</displayremotecodes>

    <!-- This allows you to overwrite/specify icons shown for specific file types      !-->

    <filetypeicons>

        <xbe>defaultProgram.png</xbe>

    </filetypeicons>

    <!-- 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 HTML-escaped alphanumeric password.  Make sure all characters    !-->

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

    <!-- Example:                                                                      !-->

    <!--    <bookmark>                                                                !-->

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

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

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

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

    <!--    </bookmark>                                                                !-->

    <!-- My Programs bookmark                            !-->

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

    <!--              Nintendo\                          !-->

    <!--                      game1                    !-->

    <!--                      game2                    !-->

    <!--              Arcade\                            !-->

    <!--          game1                                !-->

    <!--          game2                                !-->

    <!-- You can have multiple paths per bookmark (only for myprograms). Use a comma-separated list for paths.  !-->

    <!-- Ex: <path>E:\Games\,F:\Games\</path>            !-->

    <!-- <path> can also take direct links to XBE        !-->

    <!-- Ex: <path>E:\Apps\,C:\xbmc.xbe</path>          !-->

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

    <myprograms>

        <default>Games</default>

        <bookmark>

            <name>Games</name>

            <path>E:\Games\,F:\Games\,G:\Games\</path>

            <depth>1</depth>

        </bookmark>

        <bookmark>

            <name>Emulators</name>

            <path>E:\Emulators\,F:\Emulators\,G:\Emulators\</path>

            <depth>1</depth>

        </bookmark>

        <bookmark>

            <name>Programs</name>

            <path>E:\Apps\,F:\Apps\,G:\Apps\,C:\xboxdash.xbe</path>

            <depth>1</depth>

        </bookmark>

        <bookmark>

            <name>DVD-Game</name>

            <path>D:\default.xbe</path>

            <depth>1</depth>

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

        <!-- 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>FILM PC</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://WORKGROUP;xbox:xbox@192.168.0.106/incoming/</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>

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

        <!-- 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 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/music/</path>

        </bookmark>

        <bookmark>

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

            <path>smb://</path>

        </bookmark>

        <bookmark>

            <name>MS Soundtracks</name>

            <path>soundtrack://</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 Top 500</name>

            <path>shout://www.shoutcast.com/</path>

        </bookmark>

        <bookmark>

            <name>(SMB) Network</name>

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

        </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>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/pictures/</path>

        </bookmark>

        <bookmark>

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

            <path>smb://</path>

        </bookmark>

        <bookmark>

            <name>(SMB) Network</name>

            <path>smb://192.168.0.106/</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>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/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>

        <bookmark>

            <name>(SMB) Network</name>

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

        </bookmark>

    </files>

    <homebuttons>

        <button>

            <description>My Programs</description>

            <label>0</label>

            <execute>XBMC.ActivateWindow(1)</execute>

            <icon>102</icon>

        </button>

        <button>

            <description>My Files</description>

            <label>7</label>

            <execute>XBMC.ActivateWindow(3)</execute>

            <icon>106</icon>

        </button>

        <button>

            <description>My Pictures</description>

            <label>1</label>

            <execute>XBMC.ActivateWindow(2)</execute>

            <icon>104</icon>

        </button>

        <button>

            <description>My Music</description>

            <label>2</label>

            <execute>XBMC.ActivateWindow(5)</execute>

            <icon>103</icon>

        </button>

        <button>

            <description>My Videos</description>

            <label>3</label>

            <execute>XBMC.ActivateWindow(6)</execute>

            <icon>105</icon>

        </button>

        <button>

            <description>Weather</description>

            <label>8</label>

            <execute>XBMC.ActivateWindow(2600)</execute>

            <icon>107</icon>

        </button>

        <button>

            <description>Settings</description>

            <label>5</label>

            <execute>XBMC.ActivateWindow(4)</execute>

            <icon>109</icon>

        </button>

        <default>0</default>

    </homebuttons>

</xboxmediacenter>

Lien vers le commentaire
Partager sur d'autres sites

en resumé on peux dire que vous avez un sacré coup de bolle

moi j'ai fait comme c'est ecrit et je peux me gratter :D

ça fait 8 heure que je suis dessus j'essaie toute les solutions possible et inimaginable

avec toute la bonne volonté du monde ça marche pas

par contre le jour ou ça va marcher je pense que je vais jouir :marteau::sorcerer:

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

en resumé on peux dire que vous avez un sacré coup de bolle

moi j'ai fait comme c'est ecrit et je peux me gratter  :D

ça fait 8 heure que je suis dessus j'essaie toute les solutions possible et inimaginable

avec toute la bonne volonté du monde ça marche pas

par contre le jour ou ça va marcher je pense que je vais jouir  :marteau:  :sorcerer:

525520[/snapback]

ca y es je jouie :oki::oki:

Lien vers le commentaire
Partager sur d'autres sites

en resumé on peux dire que vous avez un sacré coup de bolle

moi j'ai fait comme c'est ecrit et je peux me gratter  :D

ça fait 8 heure que je suis dessus j'essaie toute les solutions possible et inimaginable

avec toute la bonne volonté du monde ça marche pas

par contre le jour ou ça va marcher je pense que je vais jouir  :marteau:  :sorcerer:

525520[/snapback]

ca y es je jouie :oki::oki:

525642[/snapback]

par contre j'ai pas la meteo c'est normal?

Lien vers le commentaire
Partager sur d'autres sites

en resumé on peux dire que vous avez un sacré coup de bolle

moi j'ai fait comme c'est ecrit et je peux me gratter  :D

ça fait 8 heure que je suis dessus j'essaie toute les solutions possible et inimaginable

avec toute la bonne volonté du monde ça marche pas

par contre le jour ou ça va marcher je pense que je vais jouir  :marteau:  :sorcerer:

525520[/snapback]

ca y es je jouie :oki::oki:

525642[/snapback]

par contre j'ai pas la meteo c'est normal?

525671[/snapback]

hé vous etes vachement interressé par ce que je vous raconte les gars :fouf:

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