Brazilian
2004-04-04, 14:48
hello guys,
i'm trying to place my city code on xboxmediacenter.xml, but i still no finding it...
i got the newest one (abril 1/2004) from bt...
the code i want to place is brxx0033 from belo horizonte, brasil.
could you tell me what to do ?
there's no weather tag... :unsure:
<xboxmediacenter>
<!-- when using xbmc as dashboard, define home directory here !-->
<!-- and copy the xbe with this config file to c:\ !-->
<home>-</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> ) -->
<ipadres>-</ipadres>
<netmask>-</netmask>
<defaultgateway>-</defaultgateway>
<nameserver>-</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>c:\evoxdash.xbe</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|.pc x</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|.iso|.pva|.wmv|.asf|.asx|.ogm|.m2v |.avi|.bin|.dat|.mpg|.mpeg|.mp4|.mkv|.avc|.vp3|.sv q3|.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>
<!-- 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>q:\shortcuts</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>dvd</name>
<path>d:\</path>
</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>dvd</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>xbms</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>
</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>q drive</name>
<path>q:\</path>
</bookmark>
<bookmark>
<name>dvd</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>xbms</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>
</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>dvd</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 soundtrack</name>
<path>soundtrack://</path>
</bookmark>
<bookmark>
<name>xbms</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>
</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>dvd</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>xbms</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>replaytv</name>
<path>rtv://*/</path>
</bookmark>
</video>
</xboxmediacenter>
thanks,
philipe
i'm trying to place my city code on xboxmediacenter.xml, but i still no finding it...
i got the newest one (abril 1/2004) from bt...
the code i want to place is brxx0033 from belo horizonte, brasil.
could you tell me what to do ?
there's no weather tag... :unsure:
<xboxmediacenter>
<!-- when using xbmc as dashboard, define home directory here !-->
<!-- and copy the xbe with this config file to c:\ !-->
<home>-</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> ) -->
<ipadres>-</ipadres>
<netmask>-</netmask>
<defaultgateway>-</defaultgateway>
<nameserver>-</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>c:\evoxdash.xbe</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|.pc x</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|.iso|.pva|.wmv|.asf|.asx|.ogm|.m2v |.avi|.bin|.dat|.mpg|.mpeg|.mp4|.mkv|.avc|.vp3|.sv q3|.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>
<!-- 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>q:\shortcuts</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>dvd</name>
<path>d:\</path>
</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>dvd</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>xbms</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>
</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>q drive</name>
<path>q:\</path>
</bookmark>
<bookmark>
<name>dvd</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>xbms</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>
</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>dvd</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 soundtrack</name>
<path>soundtrack://</path>
</bookmark>
<bookmark>
<name>xbms</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>
</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>dvd</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>xbms</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>replaytv</name>
<path>rtv://*/</path>
</bookmark>
</video>
</xboxmediacenter>
thanks,
philipe