Penguin
Blame: XboxMediaCenter
EditPageHistoryDiffInfoLikePages
Annotated edit history of XboxMediaCenter version 7, including all changes. View license author blame.
Rev Author # Line
1 DrewBroadley 1 !!Xbox Media Center
2 (aka Xbox Meda Player, which is the pre-1.0 release of XBMC)
3
4 http://www.xboxmediacenter.de/
5
3 DrewBroadley 6 XboxMediaCenter is a free open source (GPL) multimedia player for the Xbox™ from Microsoft. Currently XboxMediaCenter can be used to play/view most common video/audio/picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, GIF plus many more less known formats directly from a CD/DVD in Xbox DVD-ROM drive or of Xbox hard-drive, XBMC can also stream files from a PC over a local network and even stream media streams directly from the internet. XBMC has playlist and slideshow functions, a weather forecast and many audio visualizations. All these features enable the Xbox™ running XboxMediaCenter to fully function as a multimedia jukebox. XBMC is easy to install and use, it's very convenient and flexible plus offers a great price/performance ratio. XBMC is of also course completely free of any adware or spyware. (This, The XboxMediaCenter Project is also known as "Xbox Media Center" or simply "XBMC").
2 DrewBroadley 7
3 DrewBroadley 8 __''Note:''__ XBMC is a hobby project that is only developed by volunteers in their spare-time for free. (Remember that XboxMediaCenter does require a modded Xbox to run on or it will not function).
2 DrewBroadley 9
5 DrewBroadley 10 [DrewBroadley]'s video demo of [XboxMediaCenter] in action: [http://www.corrupt.co.nz/xbmc.demo.avi]
7 DrewBroadley 11
12 ----
13
14 ![DrewBroadley]'s XBMC configuration.
15
16 <pre>
17 <xboxmediacenter>
18 <!-- When using XBMC as dashboard, define home directory here !-->
19 <!-- and move the XBMC xbe plus this xml config file to C:\ !-->
20 <!-- Example: <home>E:\Apps\XBMC\</home> !-->
21 <home>F:\Apps\XBMC</home>
22 <!-- Set the logging level: !-->
23 <!-- LOG LEVEL 0 = DEBUG !-->
24 <!-- LOG LEVEL 1 = INFO !-->
25 <!-- LOG LEVEL 2 = NOTICE !-->
26 <!-- LOG LEVEL 3 = WARNING !-->
27 <!-- LOG LEVEL 4 = ERROR !-->
28 <!-- LOG LEVEL 5 = SEVERE !-->
29 <!-- LOG LEVEL 6 = FATAL !-->
30 <!-- LOG LEVEL 7 = NONE !-->
31 <!-- The higher loglevel number set, the less logging you will get. !-->
32 <!-- Default is NOTICE which logs everything except DEBUG and INFO. !-->
33 <loglevel>2</loglevel>
34 <showfreemem>false</showfreemem>
35 <masterlock>
36 <!-- Set to 0 to allow infinite password retries in XBMC. Setting a positive !-->
37 <!-- number N will deny access to any locked bookmark if N consecutive bad !-->
38 <!-- passwords are sent for any locked bookmark. !-->
39 <maxretry>0</maxretry>
40 <!-- Set to 1 to allow XBMC Master Lock to shut off the XBOX if the user !-->
41 <!-- enters too many bad Master Lock password retries. Set to 0 to disable. !-->
42 <enableshutdown>0</enableshutdown>
43 <!-- Set to 1 to prompt user for mastercode when doing add/edit/delete on all !-->
44 <!-- shares using the context menu, or 0 to only prompt on locked shares. !-->
45 <!-- Useful to prevent unwanted changes/viewing of shares and user/pass info. !-->
46 <protectshares>0</protectshares>
47 <!-- Set mastermode as follows: !-->
48 <!-- 0 = Masterlock always unlocked. This is the default if not specified. !-->
49 <!-- 1 = Numeric lock. Can be typed via on screen numpad or remote control. !-->
50 <!-- 2 = Gamepad lock. Enter by pushing XBOX controller button sequence. !-->
51 <!-- 3 = Full-text lock. Enter with on screen keyboard or USB keyboard. !-->
52 <mastermode>0</mastermode>
53 <!-- Set mastercode: where mastermode is set to value: !-->
54 <!-- 1: Enter numeric password only. Do not use spaces or other characters.!-->
55 <!-- 2: Enter gamepad button sequence using the following letter codes: !-->
56 <!-- A B X Y = Same as buttons on gamepad !-->
57 <!-- U D L R = D-pad Up, Down, Left, Right !-->
58 <!-- W K ( ) = White, Black, Left Trigger, Right Trigger !-->
59 <!-- 3: Enter HTML-escaped alphanumeric password. Make sure all characters !-->
60 <!-- are available on your language's on screen keyboard/USB keyboard. !-->
61 <mastercode>-</mastercode>
62 <startuplock>0</startuplock>
63 <LockFilemanager>0</LockFilemanager>
64 <LockSettings>0</LockSettings>
65 <LockHomeMedia>0</LockHomeMedia>
66 </masterlock>
67 <!-- DO NOT TOUCH THESE SETTINGS!, (unless you know what you're doing) !-->
68 <!-- workgroup : workgroup which XBMC uses to login to a server. !-->
69 <!-- winsserver: if you run one you can set the ip here (if you don't know !-->
70 <!-- what a winsserver is the leave it as it is). !-->
71 <!-- debuglevel: only set this if you have problems using samba (0 - 10) !-->
72 <!-- setting it too high will slow it down a lot. !-->
73 <!-- defaultusername defaultpassword: the username and password that !-->
74 <!-- will used if none is specified in bookmark, usefull for !-->
75 <!-- samba browsing. Falls back to guest access if not set. !-->
76 <samba>
77 <workgroup>Looneytoons</workgroup>
78 <winsserver>10.4.6.253</winsserver>
79 <debuglevel>0</debuglevel>
80 <defaultusername>xbox</defaultusername>
81 <defaultpassword></defaultpassword>
82 <smbip>10.4.6.130</smbip>
83 <smbsharename>Foghorn</smbsharename>
84 </samba>
85 <!-- This is the IP address to freedb.org CDDB music lookup database !-->
86 <CDDBIpAddress>194.97.4.18</CDDBIpAddress>
87 <!-- determines which drives to use. Only change this for LBA48 support !-->
88 <useFDrive>yes</useFDrive>
89 <useGDrive>no</useGDrive>
90 <!-- Only set to yes if replaced Xbox DVD-ROM drive with a PC DVD-ROM drive !-->
91 <usePCDVDROM>no</usePCDVDROM>
92 <!-- Should a CD with ISO/UDF filesystem be treated as ISO (yes) or UDF (no) when autodetecting !-->
93 <detectAsIso>no</detectAsIso>
94 <!-- Which dashboard to launch when exiting XBMC !-->
95 <!-- Ex: "<dashboard>C:\xboxdash.xbe</dashboard>" !-->
96 <dashboard>C:\evoxdash.xbe</dashboard>
97 <!-- Fill in path+filename of external DVD player !-->
98 <!-- if empty, XBMC will play any DVD's by itself !-->
99 <!-- Ex: "<dvdplayer>C:\xboxdash.xbe</dvdplayer>" !-->
100 <!-- (Note! XBMC does not yet support DVD-menus!) !-->
101 <dvdplayer>F:\Apps\DVDX\default.xbe</dvdplayer>
102 <!-- Fill in pathfilename of external CD audio-player !-->
103 <!-- if empty, XBMC will play any AudioCD's by itself. !-->
104 <!-- Only applicable if CDDA=Yes in Autorun settings. !-->
105 <cddaplayer />
106 <!-- Alternate subtitle directory. If subtitle can't be found !-->
107 <!-- in same directory as the movie XBMC will look here next: !-->
108 <!-- Adding subtitles with the name "subtitle.[langext].[subextension]" !-->
109 <!-- will automatically make them be added for all movies as !-->
110 <!-- alternate subtitles !-->
111 <subtitles>$HOME\subtitles</subtitles>
112 <!-- Translation table for subtitle and audio names. !-->
113 <languagecodes>
114 <code>
115 <short>alt</short>
116 <long>Alternate</long>
117 </code>
118 </languagecodes>
119 <!-- startup window !-->
120 <startwindow>0</startwindow>
121 <!-- Display files with these extensions under pictures, music and videos !-->
122 <pictureextensions>.png|.jpg|.jpeg|.bmp|.gif|.ico|.tif|.tiff|.tga|.pcx</pictureextensions>
123 <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</musicextensions>
124 <videoextensions>.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</videoextensions>
125 <!-- Path where XBMC should store its thumbnails !-->
126 <thumbnails>$HOME\thumbs</thumbnails>
127 <!-- Path where XBMC should store its shortcuts !-->
128 <shortcuts>$HOME\shortcuts</shortcuts>
129 <!-- Path where xbmc should store the music albums cache !-->
130 <albums>$HOME\albums</albums>
131 <!-- Path where SHOUTcast rips/recordings should be stored !-->
132 <recordings>$HOME\recordings</recordings>
133 <!-- Path where XBMC screenshots should be stored !-->
134 <screenshots>$HOME\screenshots</screenshots>
135 <!-- Path where XBMC's CDDA Rips should be stored !-->
136 <!-- Note! This must point to an existing folder. !-->
137 <CDDARipPath>E:\Music\CD-Rips</CDDARipPath>
138 <!-- Move and repeat delays for Xbox controller and DVD-remote (values are shown in milliseconds) !-->
139 <!-- Deadzone for controller is a value between 0 and 1 (0 being no deadzone, 1 being all deadzone) !-->
140 <delays>
141 <remote>
142 <move>220</move>
143 <repeat>300</repeat>
144 </remote>
145 <controller>
146 <move>220</move>
147 <repeat>220</repeat>
148 <deadzone>0.1</deadzone>
149 </controller>
150 </delays>
151 <!-- IR-Remote debug info. Displays the DVD-remote code with each button press. !-->
152 <!-- Useful to see if XBMC reads extra buttons on your own universal IR remote. !-->
153 <!-- These remote codes can be placed in keymap.xml to give more button options !-->
154 <displayremotecodes>no</displayremotecodes>
155 <!-- This allows you to overwrite/specify icons shown for specific file types !-->
156 <filetypeicons>
157 <xbe>defaultProgram.png</xbe>
158 </filetypeicons>
159 <!-- All bookmarks can be LOCKED by adding lockmode/lockcode values as follows: !-->
160 <!-- Set lockmode to: !-->
161 <!-- 0 = Bookmark not locked. This is the default value if not specified. !-->
162 <!-- 1 = Numeric lock. Can be typed via on screen numpad or remote control. !-->
163 <!-- 2 = Gamepad lock. Enter by pushing XBOX controller button sequence. !-->
164 <!-- 3 = Full-text lock. Enter with on screen keyboard or USB keyboard. !-->
165 <!-- lockcode: where lockmode is set to value: !-->
166 <!-- 1: Enter numeric password only. Do not use spaces or other characters. !-->
167 <!-- 2: Enter gamepad button sequence using the following letter codes: !-->
168 <!-- A B X Y = Same as buttons on gamepad !-->
169 <!-- U D L R = D-pad Up, Down, Left, Right !-->
170 <!-- W K ( ) = White, Black, Left Trigger, Right Trigger !-->
171 <!-- 3: Enter HTML-escaped alphanumeric password. Make sure all characters !-->
172 <!-- are available on your language's on screen keyboard/USB keyboard. !-->
173 <!-- Example: !-->
174 <!-- <bookmark> !-->
175 <!-- <name>SMB</name> !-->
176 <!-- <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path> !-->
177 <!-- <lockmode>1</lockmode> !-->
178 <!-- <lockcode>12345678</lockcode> !-->
179 <!-- </bookmark> !-->
180 <!-- My Programs bookmarks !-->
181 <!-- The depth allows you to specify how deep to look for XBE when flattening is on, !-->
182 <!-- for example, with Depth of 1: !-->
183 <!-- F:\Games\ !-->
184 <!-- game1 !-->
185 <!-- game2 !-->
186 <!-- game3 !-->
187 <!-- If your depth is 2, it will look even further for the XBE !-->
188 <!-- F:\Emulators\ !-->
189 <!-- Nintendo\ !-->
190 <!-- game1 !-->
191 <!-- game2 !-->
192 <!-- Arcade\ !-->
193 <!-- game1 !-->
194 <!-- game2 !-->
195 <!-- You can have multiple paths per bookmark. Use a comma-separated list for paths. !-->
196 <!-- Ex: <path>E:\Games\,F:\Games\</path> !-->
197 <!-- <path> can also take direct links to XBE !-->
198 <!-- Ex: <path>E:\Apps\,C:\xbmc.xbe</path> !-->
199 <myprograms>
200 <default>F:\Games\,F:\HDDLoader\</default>
201 <bookmark>
202 <name>My Games</name>
203 <path>F:\Games\,F:\HDDLoader\</path>
204 <depth>1</depth>
205 </bookmark>
206 <bookmark>
207 <name>My Emulators</name>
208 <path>F:\Emulators</path>
209 <depth>1</depth>
210 </bookmark>
211 <bookmark>
212 <name>My Programs</name>
213 <path>F:\Apps\,C:\xboxdash.xbe</path>
214 <depth>1</depth>
215 </bookmark>
216 <bookmark>
217 <name>CD/DVD</name>
218 <path>D:\default.xbe</path>
219 <depth>1</depth>
220 </bookmark>
221 </myprograms>
222 <!-- My Videos shares !-->
223 <video>
224 <default />
225 <bookmark>
226 <name>My Movies</name>
227 <path>F:\Movies</path>
228 </bookmark>
229 <bookmark>
230 <name>My TV Shows</name>
231 <path>smb://10.4.6.142/Tv Shows</path>
232 </bookmark>
233 <bookmark>
234 <name>CD/DVD</name>
235 <path>D:\</path>
236 </bookmark>
237 <!-- Expert setting: Uncomment for seperate ISO and UDF share !-->
238 <!-- Comment out the bookmark named DVD to disable DVD autodetect !-->
239 <!-- for my video !-->
240 <!-- <bookmark> !-->
241 <!-- <name>ISO</name> !-->
242 <!-- <path>iso9660://</path> !-->
243 <!-- </bookmark> !-->
244 <!-- <bookmark> !-->
245 <!-- <name>UDF</name> !-->
246 <!-- <path>UDF:</path> !-->
247 <!-- </bookmark> !-->
248 <bookmark>
249 <name>Foghorn</name>
250 <path>smb://10.4.6.130/</path>
251 </bookmark>
252 </video>
253 <!-- My Music shares !-->
254 <music>
255 <default />
256 <bookmark>
257 <name>My Music</name>
258 <path>F:\Music\MP3</path>
259 </bookmark>
260 <bookmark>
261 <name>CD/DVD</name>
262 <path>D:\</path>
263 </bookmark>
264 <!-- Expert setting: Uncomment for seperate ISO and UDF CDDA share !-->
265 <!-- Comment out the bookmark named DVD to disable DVD autodetect !-->
266 <!-- for my music !-->
267 <!-- <bookmark> !-->
268 <!-- <name>ISO</name> !-->
269 <!-- <path>iso9660://</path> !-->
270 <!-- </bookmark> !-->
271 <!-- <bookmark> !-->
272 <!-- <name>UDF</name> !-->
273 <!-- <path>UDF:</path> !-->
274 <!-- </bookmark> !-->
275 <!-- <bookmark> !-->
276 <!-- <name>CDDA</name> !-->
277 <!-- <path>cdda:</path> !-->
278 <!-- </bookmark> !-->
279 <bookmark>
280 <name>Network</name>
281 <!-- You can use one of these following formats: !-->
282 <!-- smb://domain;user:password@ip/share/directory/ !-->
283 <!-- smb://user:password@ip/share/ !-->
284 <!-- Only if guest/public access is enabled: !-->
285 <!-- smb://ip/ !-->
286 <path>smb://DOMAIN;username:pwd@MyWindowsServer/music/</path>
287 </bookmark>
288 <bookmark>
289 <name>Streaming Music</name>
290 <path>shout://www.shoutcast.com/</path>
291 </bookmark>
292 <bookmark>
293 <name>WORKGROUP (SMB) Network</name>
294 <path>smb://10.4.6.70/</path>
295 </bookmark>
296 <bookmark>
297 <name>Foghorn</name>
298 <path>smb://10.4.6.130/</path>
299 </bookmark>
300 </music>
301 <!-- My Pictures shares !-->
302 <pictures>
303 <default />
304 <bookmark>
305 <name>My Album</name>
306 <path>F:\Pictures</path>
307 </bookmark>
308 <bookmark>
309 <name>CD/DVD</name>
310 <path>D:\</path>
311 </bookmark>
312 <!-- Expert setting: Uncomment for seperate ISO and UDF share !-->
313 <!-- Comment out the bookmark named DVD to disable DVD autodetect !-->
314 <!-- for my pictures !-->
315 <!-- <bookmark> !-->
316 <!-- <name>ISO</name> !-->
317 <!-- <path>iso9660://</path> !-->
318 <!-- </bookmark> !-->
319 <!-- <bookmark> !-->
320 <!-- <name>UDF</name> !-->
321 <!-- <path>UDF:</path> !-->
322 <!-- </bookmark> !-->
323 <bookmark>
324 <name>Archive</name>
325 <!-- You can use one of these following formats: !-->
326 <!-- smb://domain;user:password@ip/share/directory/ !-->
327 <!-- smb://user:password@ip/share/ !-->
328 <!-- Only if guest/public access is enabled: !-->
329 <!-- smb://ip/ !-->
330 <path>smb://10.10.69.1/Backup/Photos/</path>
331 </bookmark>
332 <bookmark>
333 <name>Foghorn</name>
334 <path>smb://10.4.6.130/</path>
335 </bookmark>
336 </pictures>
337 <!-- File-manager shares !-->
338 <files>
339 <bookmark>
340 <name>C Drive</name>
341 <path>C:\</path>
342 </bookmark>
343 <bookmark>
344 <name>E Drive</name>
345 <path>E:\</path>
346 </bookmark>
347 <bookmark>
348 <name>F drive</name>
349 <path>F:\</path>
350 </bookmark>
351 <bookmark>
352 <name>G drive</name>
353 <path>G:\</path>
354 </bookmark>
355 <bookmark>
356 <name>Q drive</name>
357 <path>Q:\</path>
358 </bookmark>
359 <bookmark>
360 <name>DVD-ROM drive</name>
361 <path>D:\</path>
362 </bookmark>
363 <!-- Expert setting: Uncomment for seperate ISO and UDF share !-->
364 <!-- Comment out the bookmark named DVD to disable DVD autodetect !-->
365 <!-- for my files !-->
366 <!-- <bookmark> !-->
367 <!-- <name>ISO</name> !-->
368 <!-- <path>iso9660://</path> !-->
369 <!-- </bookmark> !-->
370 <!-- <bookmark> !-->
371 <!-- <name>UDF</name> !-->
372 <!-- <path>UDF:</path> !-->
373 <!-- </bookmark> !-->
374 <bookmark>
375 <name>XBMSP Network Servers (Auto-Discover)</name>
376 <path>xbms://</path>
377 </bookmark>
378 <bookmark>
379 <name>WORKGROUPS (SMB) Network</name>
380 <path>smb://</path>
381 </bookmark>
382 <bookmark>
383 <name>Foghorn</name>
384 <path>smb://10.4.6.130/</path>
385 </bookmark>
386 </files>
387 <CDDBIpAdres />
388 <homebuttons>
389 <button>
390 <description>Games</description>
391 <label>Games</label>
392 <execute>XBMC.ActivateWindow(1)</execute>
393 <icon>102</icon>
394 </button>
395 <button>
396 <description>Explorer</description>
397 <label>Explorer</label>
398 <execute>XBMC.ActivateWindow(3)</execute>
399 <icon>106</icon>
400 </button>
401 <button>
402 <description>Photo Album</description>
403 <label>Photo Album</label>
404 <execute>XBMC.ActivateWindow(2)</execute>
405 <icon>104</icon>
406 </button>
407 <button>
408 <description>Music</description>
409 <label>Music</label>
410 <execute>XBMC.ActivateWindow(501)</execute>
411 <icon>103</icon>
412 </button>
413 <button>
414 <description>Movies / TV</description>
415 <label>Movies / TV</label>
416 <execute>XBMC.ActivateWindow(6)</execute>
417 <icon>105</icon>
418 </button>
419 <button>
420 <description>Weather</description>
421 <label>8</label>
422 <execute>XBMC.ActivateWindow(2600)</execute>
423 <icon>107</icon>
424 </button>
425 <button>
426 <description>Settings</description>
427 <label>5</label>
428 <execute>XBMC.ActivateWindow(4)</execute>
429 <icon>109</icon>
430 </button>
431 <default>0</default>
432 </homebuttons>
433 </xboxmediacenter>
434 </pre>
435
436
6 DrewBroadley 437
438
439
3 DrewBroadley 440 __See Also__
441
442 [http://www.xboxmediacenter.de/info_project.htm]
4 DrewBroadley 443 %%%
3 DrewBroadley 444 [http://www.xboxmediaplayer.de/cgi-bin/forums/ikonboard.pl]