|
 |
XboxMediaCenter (XBMC) 2005-01-02 CVS build |
 |
XboxMediaCenter (XBMC) 2005-01-02 CVS build |
 A new CVS compile of XboxMediaCenter(info) has been released.
Changelog (since 2004-11-30 build):
ADDED:
* my music, tag loader thread for playlist
* my music, cache for unscanned directories, to allow faster browsing
* adapted keymap.xml to take full advantage of the media center extender remote
* support for xbox media center extender remote (page+/-, vol+/-)
* [ 1092220 ] Fix an exception for DLL Loader
* aiff audio playback to mplayer
* XLink Kai(info) app specific fail-safe mode, delete kai-vectors.xml in XBMC dir to enable.
* support for multiple subtitles, with language extension ie: filename.eng.sub (needs new mplayer.dll)
* full subtitle/audio translation database for both iso639-1 and iso639-2 language codes
* alternate subtitle support. add a file named subtitle.[langext].[subext] in the alternate subtitle directory, and it will show up as an alternate subtitle for all movies.
* If the tag does not work, XBMC looks in: E:AppsXBMC, E:XBMC, F:appsXBMC, F:xbmc to find it's home dir.
* Auto-detect of F and G. and should be no longer needed (and are now ignored)
* Settings option for skin shows all skins, regardless of version. Old version skins (which are incompatible with XBMC) are shown greyed out, and do not load when selected. Message is shown on the bottom of screen.
* Context menu to My Music
* Scan for music info in the background, diabled by default, to enable use settings
* Context menu to my videos.
* Off mode added to LED colour options.
* dialogButtonMenu.xml - currently used as a shutdown menu. id is 111. Assigned to Right Thumb Button.
* [ 1079275 ] Add share locking ability, thanks to slacker.
* New dialog GUIDialogButtonBar for a graphical button bar with optional label
* XBMC.ActivateWindow() can now activate dialogs.
* [ 1063544 ] Full LED Controll within the xbmc GUI, thanks to GeminiServer.
* [ 1067203 ] GUI Contrast Control for Xenium-LCD, thanks to GreenGiant.
* [ 1065952 ] Disable Internet Lookups option, thanks to kraqh3d.
* [ 1081938 ] Updated strings.xml files to single-line format, thanks to slacker.
* Skin language version. Currently set at v1.2. XBMC will not load any skin that doesn't have a 1.2 tag in it's skin.xml. It will also not allow such skins in the settings spin control. If a current skin is not of the required version on bootup, it will use the default (Project Mayhem) skin, and if this is also not suitable, it will invoke the Fatal Error Handler.
* SF patch for mouse + keyboard in gamecontroller ports
* option to show time as 12 hour clock
* option to swap day and month in home screen
* option to autoshutdown xbox while playing
* New Settings System + various SF patches. NOTE: THIS WILL BREAK ALL CURRENT SKINS. ONLY USE PROJECT MAYHEM IN CVS!!!
* extended memory tracking for dll's + added dll tracking for dll's
* [ 917706 ] Extra OSD Info (estimated end time & movie filename)
UPDATED:
* Finnish, Polish, Danish, Italian, Dutch, Spanish, Norwegian, Korean, French, Romanian, Portuguese (Brazil), German, German (Austrian), Hebrew language file
* SQLite to version 3.0.8, File Format changed, all databases have to be recreated
FIXED:
* scan of the shoutcast top 500 directory was possible using the context menu
* shoutcast top 500, first stream disappears when Hide parent folder items is enabled
* [ 1090394 ] Autoswitch FIX for "ByFiles" type (Thnx to kraqh3d)
* shoutcast playing hangs when cd+g is enabled
* language code expansion didn't work if running as dash
* [ 1087503 ] DVD XBE Title being cached in database.
* Audio cache was always set to 0.
* [ 1089975 ] Hebrew language file broken
* reciever looses ac3/dts sync and gets it again when starting playback
* lock of a share can't be removed if maxretry is set to 0
* locked shares can be added to the playlists
* thumbnailcache broken
* music scanning and reading from database broken (database has to be rescanned)
* incorrect imdb plot due to imdb url changes.
* imdb thumb not always saved due to imdb url changes.
* Button Scroller Mouse bugs
* Video Database bug introduced in the last update(s).
* IMDb changed their site + urls today. XBMC updated to suit.
* serious bug in HTTP requests that result in XBMC ignoring some responses without Content-Length header.
* Crash in Pictures context menu.
* Text glitches in some IMDb lookups
* buttonscroller - some images were shown when they shouldn't have been.
* Some of the timings for the slideshow weren't quite accurate
* Runtime is saved to the video database.
* Password could not be set blank for webserver
* Karaoke background alpha
* Corrupt picture files could cause endless loops in slideshow/picture viewer
* background media scanning was not canceled on shutdown
* modeless dialogs are not rendered when modal dialog is shown
* id3 tag reading broken, when file has no genre
* autoswitch view, last control isn't remembered when pressing B on controller
* Strange pause thing shown during slideshows.
* View as method was loaded incorrectly in Videos->Files.
* Karaoke display should be nicely up to speed again. Not sure about A/V sync (though it stays in sync once set).
* Rendering of dialogs in Full Screen Video.
* 12 hour LCD related crash
* Vis crash + keymap.xml (white button) problem
* center for labelcontrols.
* Couple of issues with the buttonscroller.
* Bug in custom window code (custom windows persisted when changing skins)
* Various bugs found here and there :)
* Various settings screen issues (including http proxy, hopefully!)
* LCD time and date obey the GUI settings.
* Various settings issues (subtitles etc.)
* [ 1080520 ] web interface: unqueing doesn't work - thanks to re.solve + BombrMan
* [ 1069833 ] white no longer triggers osd.
* Issue with autorun videos/music (strings mix up)
* Small graphical glitch in the Fatal Error Handler (it wasn't rendering all the text available)
* my pictures, View by button broken
* Upscale to GUI res should now be working.
* Various settings options weren't being displayed correctly.
* LCD Off mode was missing.
* Problem with Autoswitch to Big Icons in Video Files view.
* LaunchXBE/Reboot XBMC didn't work.
* my pictures, recursive slideshow was played unsorted
* my videos, items where added unsorted to the playlist
* my music albums, music.jpg is not shown when no thumb is available
* removed old memorytracker since it had lot's of issues (this should fix the problem with AQTBrowser)
CHANGED:
* removed specification of first subtitle to allow new mplayer.dll to function properly
* new subtitle name interface for xbmc, will fallback to old style if missing (support old dlls)
* Incremented video database version number.
* Image loader now scales jpgs while they load (Now uses only the memory needed for the screen image). Only working for jpgs.
* skin version to 1.22
* Small nicety Navigate left to menu then immediately right and it remembers the control you were at.
* Settings menus: Categories change on focus, rather than on click.
* GUIMessages to controls have changed - all messages from windows to controls on that window use OnMessage() rather than g_graphicsContext.SendMessage(). This should stop the clashes between controls with common ids on different windows.
* Behaviour of icons/thumbs in listview. Only use thumb if it's a real thumbnail.
* Skin version incremented (as dialogNumeric.xml and dialogGamepad.xml are necessary skin files)
* Slideshow now uses the video filters settings instead of the GUI settings. (for sharper pictures)
* various strings to make them more obvious.
* settings, added category "View Options" for my programs
* a dummy time is displayed in the video osd when calibrating
* my music albums, recent albums can now be displayed
* playlist windows, items are now played shuffled instead of shuffleing playlist items
* settings, made units in spin controls localizeable
Official Site: http://www.xboxmediacenter.com"
| |
|
|
 |
Related Stories |
 |
 |
Most Popular |
 |
|
 |
Rate this Article |
 |
|
| |
  | Xbox Download Stats |  |   | Site Statistics
|  |
HQ Online Statistics Members: 0 | Guests: 5,382 | Xbox Live Tags: 4,375
| | | |
Forums
Active Users: 4378
| Your Account
Active Users: 317
| Downloads
Active Users: 217
|
Active Users: 110
| News
Active Users: 91
| Home
Active Users: 56
| Xbox Cheats
Active Users: 42
| Xbox Games
Active Users: 35
| Xbox Tutorials
Active Users: 34
| Private Messages
Active Users: 29
|
| View More Detailed Statistics |
  | Popular Xbox Games |  |
Legends of Wrestling Page Views: 354,125 For the first time in wrestling video game history the top grappler's from all over the world are in one game to battle it out to see who will reign supreme! Legends of Wrestling will put you right in.. |  | More Xbox Games |   | HQ Network Affiliates |  |
  | Xbox-Hq.Com - Archived News |  |
| Wednesday, January 22 | | WUCHANG: Fallen Feathers launches day one wit published by: BigJ | Page Views: 357 | Comments: 0 |
Tuesday, January 14 | | 'StarKeeper' Announced for Xbox X|S, PS5, Swi published by: BigJ | Page Views: 358 | Comments: 0 |
Monday, January 13 | | Shroom Siege announced for Xbox Series, PS4|5 published by: BigJ | Page Views: 350 | Comments: 0 |
Monday, January 06 | | Award-Winning Sci-Fi Builder 'IXION' Lands on published by: BigJ | Page Views: 362 | Comments: 0 |
Friday, November 01 | | Detective Sim 'Shadows of Doubt' confirmed fo published by: BigJ | Page Views: 436 | Comments: 0 |
Monday, September 30 | | Co-op Action Rogue-Like SWORN launches on Xbo published by: BigJ | Page Views: 419 | Comments: 0 |
Monday, September 09 | | Dollhouse: Behind the Broken Mirror Hits Xbox published by: BigJ | Page Views: 350 | Comments: 0 |
Thursday, September 05 | | Kingdom Come: Deliverance 2 Announced For Xbo published by: BigJ | Page Views: 401 | Comments: 0 |
Wednesday, September 04 | | 2025 release for Promise Mascot Agency on Xbo published by: BigJ | Page Views: 617 | Comments: 0 |
Monday, September 02 | | First Dwarf coming to Xbox Series X/S, PS5, S published by: BigJ | Page Views: 359 | Comments: 0 |
Thursday, August 29 | | “Wardens Rising” arrives later this year on X published by: BigJ | Page Views: 456 | Comments: 0 |
Wednesday, August 28 | | Crime Simulator announced for XBOX X/S, XB1, published by: BigJ | Page Views: 790 | Comments: 0 |
Tuesday, August 27 | | Action Adventure 'Island of Winds' Is Heading published by: BigJ | Page Views: 563 | Comments: 0 |
Monday, August 26 | | Steel Seed Drops New Gameplay Ahead Of 2024 L published by: BigJ | Page Views: 393 | Comments: 0 |
Friday, August 23 | | Nekki and Story Kitchen to bring SPINE to lif published by: BigJ | Page Views: 450 | Comments: 0 |
Wednesday, August 21 | | Yooka-Replaylee - A High-Def Remake of Yooka- published by: BigJ | Page Views: 442 | Comments: 0 |
Tuesday, August 20 | | DevGAMM Game Industry Conference returns to P published by: BigJ | Page Views: 374 | Comments: 0 |
| Magical RPG Garden Witch Life set for console published by: BigJ | Page Views: 357 | Comments: 0 |
Monday, August 19 | | Lost in Tropics debuts on PC, with console re published by: BigJ | Page Views: 377 | Comments: 0 |
Thursday, August 15 | | Undisputed brings authentic boxing to console published by: BigJ | Page Views: 530 | Comments: 0 |
Wednesday, August 14 | | The Precinct Launches for Xbox Series, PS5, a published by: BigJ | Page Views: 470 | Comments: 0 |
| 'Big Helmet Heroes' To Launch This Year For X published by: BigJ | Page Views: 646 | Comments: 0 |
Tuesday, August 13 | | Warhammer 40,000: Mechanicus II set for relea published by: BigJ | Page Views: 511 | Comments: 0 |
Monday, August 12 | | Extinction Rifts unleashes cross-platform cha published by: BigJ | Page Views: 460 | Comments: 0 |
Wednesday, August 07 | | Magical Bakery Set To Cast A Spell On Xbox Se published by: BigJ | Page Views: 431 | Comments: 0 |
Tuesday, August 06 | | Lady Death: Demonicron is coming to Xbox Seri published by: BigJ | Page Views: 426 | Comments: 0 |
| Whimsical RPG Necro Story launches on all maj published by: BigJ | Page Views: 452 | Comments: 0 |
Monday, August 05 | | Take to the skies with Microsoft Flight Simul published by: BigJ | Page Views: 415 | Comments: 0 |
Friday, August 02 | | Designated Demigod launches in 2025 for Conso published by: BigJ | Page Views: 542 | Comments: 0 |
Wednesday, July 31 | | Deathbound Launches Simultaneously Across Xbo published by: BigJ | Page Views: 594 | Comments: 0 |
Friday, May 24 | | Chrysolite announced for to Xbox Series, Play published by: BigJ | Page Views: 443 | Comments: 0 |
Thursday, May 23 | | Toopan Games Unveils 2025 Release for 'Multiv published by: BigJ | Page Views: 483 | Comments: 0 |
Tuesday, May 21 | | AAA Multi-IP Battle Royale “OPEN” confirmed f published by: BigJ | Page Views: 633 | Comments: 0 |
Monday, May 20 | | THE SMURFS - Village Party launches in June o published by: BigJ | Page Views: 746 | Comments: 0 |
Friday, May 17 | | Puppet House creeps onto Xbox Series, PS5, an published by: BigJ | Page Views: 841 | Comments: 0 |
| ESDigital Games and Storm in a Teacup team up published by: BigJ | Page Views: 826 | Comments: 0 |
Thursday, May 16 | | F1 Manager 2024 coming to Xbox X|S, XB1, PS4| published by: BigJ | Page Views: 637 | Comments: 0 |
Tuesday, May 14 | | The Night Wanderer and Thorgal - two new game published by: BigJ | Page Views: 708 | Comments: 0 |
Monday, May 13 | | 'Realm of Ink' Reveils New Map Trailer, Invit published by: BigJ | Page Views: 566 | Comments: 0 |
Friday, May 10 | | System Shock remake arives May 21st on Xbox S published by: BigJ | Page Views: 610 | Comments: 0 |
News Archive
| |
 
|
|