XboxMediaCenter (XBMC) 2005-05-02 CVS build
>> A new CVS compile of XboxMediaCenter(info) has been released. It comes with the new Project Mayhem III skin (note that older skins may not fully work) and with these included scripts: QuickTimeBrowser (replacement for AQTBrowser), LaunchBrowser, GameSpotPlus and simpleKML (Web Radio).
It's been a while again (April 1st 2005) since the last build was posted here ... so the changelog is very long. Here's a list of just the 'added stuff' (check the complete changelog to see all added, fixed, updated, changed and removed stuff):
* Added: codec factory for paplayer
* Added: enabled pcm passthrough in paplayer
* Added: support for .tbn and folder.jpg images for music .pls and .strm files
* Added: Initial Replaygain support to PAPlayer - only works from ID3v2 tags (non-standard) atm.
* Added: APE lossless support to PAPlayer.
* Added: Set Artist Thumb via Music Library context menu after an artist filter is applied
* Added: "Play Item" added to Music Context Menu to support PLAY action in Files and Library views since the Play action is not mapped by default on the gamepad
* Added: Play action in Music Files can be used to recursively play a folder using the temporary playlist (like in Music Library view)
* Added: gapless mp3 playback. Files should be encoded with LAME (>3.90.3) in order to be truly gapless.
* Added: audioscrobbler now saves a cache if no server is available or connection failed
* Added: option to disable music visualisation (localized string instead of using disabled.vis)
* Added: Support for AC3/DTS passthrough for dvdplayer and partly fixed audiostream selection from dvdmenu.
* Added: Better VBR seeking for PaPlayer.
* Added: selectItem method to ControlList for python, thanks to sambarza.
* Added: New built in function XBMC.EjectTray for opening/closing the dvd tray.
* Added: audioscrobbler support
* Added: patch [ 1178392 ] Proxy support for shoutcast thanks to soepy.
* Added: added workround for next chapter/prev chapter which reuse global action_codes
* Added: Music is muted 9dB on ffwd/rewd with mp3 player.
* Added: #define in Util.h to specify whether to build for skin version 1.3 or not. Uncomment this line if you want to test for 1.3 compatibility.
* Added: Python bindings for built in XBMC functions. Based on SF patch [ 1175015 ] thanks to thor918.
* Added: InfoManager labels: System.BuildDate and System.BuildVersion.
* Added: Built-in functions XBMC.SlideShow(dir) and XBMC.RecursiveSlideShow(dir).
* Added: patch [ 1182692 ]: Fix XBMC lockup with empty python list control selection, thanks to gimblefoot.
* Added: new virtual window for dvdplayer when in menu mode. allows nicer keymappings.
* Added: Support to toggle new time/progbar display in fullscreen (default mapped to white button)
* Added: Support for tag in label controls.
* Added: navigation sounds
* Added: Progressbar control now obey's width/height. Background texture is used as reference to calculate scaling of other textures.
* Added: the following api to HttpApi: config (access the configuration commands previously only available through ASP)
* Added: Harddisk spins up just before the end of the movie so that transistions during stacking is faster.
* Added: WHITE hides/reveals controls on musicVisualisation screen. Two options: either on or off. When off, the song is faded in + out at beginning and end.
* Added: Video playlists will cause the video to remain minimized when switching videos if it is already minimized.
* Added: directory tokens which reference XBMC's special directories for use as bookmark paths: $HOME, $SUBTITLES, $THUMBNAILS, $SHORTCUTS, $ALBUMS, $RECORDINGS, $SCREENSHOTS, $PLAYLISTS
* Added: Support for tag in keymap.xml
* Added: More subtitle colours (Blue, Bright Green, Cyan + Yellow Green)
* Added: Visualisation now runs in a control. See musicVisualisation.xml for an example. Some visz's (Boxalizer) probably need redoing.
* Added: Left thumbstick individual direction keymappings.
* Added: Python patches [ 1166891 ] and [ 1176789 ] from gimblefoot.
* Added: Skin files for popup player controls. Mapped to START by default. Users of other skins may want to remap START back to the stop action.
* Added: tags to togglebutton + removed duplicate code (now derives from GUIButtonControl). The tag specifies a condition under which the toggle button should show the altTextures. Current valid conditions are: Player.Paused, Player.Rewinding, Player.Forwarding.
* Added: Execute functions: XBMC.PlayerControl(action), where action can be: Play, Stop, Rewind, Forward, Next, Previous. Useful for OSD stuff.
* Added: New dialog window PlayerControls.xml. id is 114. Can be anything you like, but I suspect you'll want to use it for actual playercontrols, as it is only displayed while something is playing! Suggest mapping to pop this window up on START. Does not display on the FullScreenVideo screen as we have an OSD for that anyway.
* Added: a couple of emulated functions for dll loading
* Added: Big List to the Nav Music view at the albums level.
* Added: support for pausing and rebuffering completly before continuing playback when running out of data
* Added: support for using a skinned progress control in fullscreen video to display current position.
* Added: Search for .cue sheet underlying media checks for cuesheetname.mp3 and the dropping of the .cue extension.
* Added: support for smb://username@server/share (ie no password set no longer requires the colon.)
... read the full changelog here!
Official Site: http://www.xboxmediacenter.com / http://sourceforge.net/projects/xbmc
Full Changelog/Xbox-Scene Discussion Thread: here
Download Binaries: n/a (built with XDK)
Download SourceCode: here
News-Source: Xbins XBMC server
>> A new CVS compile of XboxMediaCenter(info) has been released. It comes with the new Project Mayhem III skin (note that older skins may not fully work) and with these included scripts: QuickTimeBrowser (replacement for AQTBrowser), LaunchBrowser, GameSpotPlus and simpleKML (Web Radio).
It's been a while again (April 1st 2005) since the last build was posted here ... so the changelog is very long. Here's a list of just the 'added stuff' (check the complete changelog to see all added, fixed, updated, changed and removed stuff):
* Added: codec factory for paplayer
* Added: enabled pcm passthrough in paplayer
* Added: support for .tbn and folder.jpg images for music .pls and .strm files
* Added: Initial Replaygain support to PAPlayer - only works from ID3v2 tags (non-standard) atm.
* Added: APE lossless support to PAPlayer.
* Added: Set Artist Thumb via Music Library context menu after an artist filter is applied
* Added: "Play Item" added to Music Context Menu to support PLAY action in Files and Library views since the Play action is not mapped by default on the gamepad
* Added: Play action in Music Files can be used to recursively play a folder using the temporary playlist (like in Music Library view)
* Added: gapless mp3 playback. Files should be encoded with LAME (>3.90.3) in order to be truly gapless.
* Added: audioscrobbler now saves a cache if no server is available or connection failed
* Added: option to disable music visualisation (localized string instead of using disabled.vis)
* Added: Support for AC3/DTS passthrough for dvdplayer and partly fixed audiostream selection from dvdmenu.
* Added: Better VBR seeking for PaPlayer.
* Added: selectItem method to ControlList for python, thanks to sambarza.
* Added: New built in function XBMC.EjectTray for opening/closing the dvd tray.
* Added: audioscrobbler support
* Added: patch [ 1178392 ] Proxy support for shoutcast thanks to soepy.
* Added: added workround for next chapter/prev chapter which reuse global action_codes
* Added: Music is muted 9dB on ffwd/rewd with mp3 player.
* Added: #define in Util.h to specify whether to build for skin version 1.3 or not. Uncomment this line if you want to test for 1.3 compatibility.
* Added: Python bindings for built in XBMC functions. Based on SF patch [ 1175015 ] thanks to thor918.
* Added: InfoManager labels: System.BuildDate and System.BuildVersion.
* Added: Built-in functions XBMC.SlideShow(dir) and XBMC.RecursiveSlideShow(dir).
* Added: patch [ 1182692 ]: Fix XBMC lockup with empty python list control selection, thanks to gimblefoot.
* Added: new virtual window for dvdplayer when in menu mode. allows nicer keymappings.
* Added: Support to toggle new time/progbar display in fullscreen (default mapped to white button)
* Added: Support for tag in label controls.
* Added: navigation sounds
* Added: Progressbar control now obey's width/height. Background texture is used as reference to calculate scaling of other textures.
* Added: the following api to HttpApi: config (access the configuration commands previously only available through ASP)
* Added: Harddisk spins up just before the end of the movie so that transistions during stacking is faster.
* Added: WHITE hides/reveals controls on musicVisualisation screen. Two options: either on or off. When off, the song is faded in + out at beginning and end.
* Added: Video playlists will cause the video to remain minimized when switching videos if it is already minimized.
* Added: directory tokens which reference XBMC's special directories for use as bookmark paths: $HOME, $SUBTITLES, $THUMBNAILS, $SHORTCUTS, $ALBUMS, $RECORDINGS, $SCREENSHOTS, $PLAYLISTS
* Added: Support for tag in keymap.xml
* Added: More subtitle colours (Blue, Bright Green, Cyan + Yellow Green)
* Added: Visualisation now runs in a control. See musicVisualisation.xml for an example. Some visz's (Boxalizer) probably need redoing.
* Added: Left thumbstick individual direction keymappings.
* Added: Python patches [ 1166891 ] and [ 1176789 ] from gimblefoot.
* Added: Skin files for popup player controls. Mapped to START by default. Users of other skins may want to remap START back to the stop action.
* Added: tags to togglebutton + removed duplicate code (now derives from GUIButtonControl). The tag specifies a condition under which the toggle button should show the altTextures. Current valid conditions are: Player.Paused, Player.Rewinding, Player.Forwarding.
* Added: Execute functions: XBMC.PlayerControl(action), where action can be: Play, Stop, Rewind, Forward, Next, Previous. Useful for OSD stuff.
* Added: New dialog window PlayerControls.xml. id is 114. Can be anything you like, but I suspect you'll want to use it for actual playercontrols, as it is only displayed while something is playing! Suggest mapping to pop this window up on START. Does not display on the FullScreenVideo screen as we have an OSD for that anyway.
* Added: a couple of emulated functions for dll loading
* Added: Big List to the Nav Music view at the albums level.
* Added: support for pausing and rebuffering completly before continuing playback when running out of data
* Added: support for using a skinned progress control in fullscreen video to display current position.
* Added: Search for .cue sheet underlying media checks for cuesheetname.mp3 and the dropping of the .cue extension.
* Added: support for smb://username@server/share (ie no password set no longer requires the colon.)
... read the full changelog here!
Official Site: http://www.xboxmediacenter.com / http://sourceforge.net/projects/xbmc
Full Changelog/Xbox-Scene Discussion Thread: here
Download Binaries: n/a (built with XDK)
Download SourceCode: here
News-Source: Xbins XBMC server