Xbmc 05-12-2005

Ayer sacaron otra versión del XBMC con estos cambios:

- 05-12-2005 fixed: saving playlists
- 04-12-2005 fixed: memory leaks in video renderers
- 04-12-2005 added: critical section tracking for dlls (should fix some small memory leaks)
- 04-12-2005 added: dvdplayer initial ff/rw support in dvdplayer. only available in debug builds.
- 04-12-2005 changed: cleanup of dvdplayer audio/video rendering with added support for dropping frames in decoder.
- 04-12-2005 fixed: dvdplayer memory leak in libdvdnav
- 04-12-2005 fixed: '/' is not allowed in passwords in samba shares
- 04-12-2005 fixed: [ 1335817 ] Stacking isn't working when CD is autoplayed
- 04-12-2005 fixed: [ 1371200 ] Video Info - cast - page up/down broken in 16x9.
- 04-12-2005 fixed: [ 1295019 ] Wrong play/pause icon displayed in menu (videoOSD) during fast forward. - Check musicOSD's as well.
- 04-12-2005 fixed: [ 1265343 ] Show FreeMem Display Not Visible in 1080i
- 04-12-2005 fixed: [ 1364937 ] Webserver crashes on "TakeScreenShot" action
- 04-12-2005 fixed: [ 1280366 ] keyboard.isConfirmed() not working properly. CGUIDialogKeyboard::IsDirty() changed to IsConfirmed() - returns true if done is pressed.
- 04-12-2005 fixed: [ 1276227 ] PrintScreen on keyboard wasn't working (incorrect key value)
- 04-12-2005 fixed: [ 1329312 ] Wrong Background in HomeScreen after playing Music/Videos in PM3.
- 04-12-2005 added: Improved sorting routine speed throughout.
- 04-12-2005 added: manual browse for subtitle.
- 03-12-2005 fixed: after last samba modification, dates did not display correctly anymore.
- 03-12-2005 changed: set artist thumb in my music library view now lets you choose a .jpg/.tbn with the filebrowser instead of letting you assign a album thumb to the artist.
- 03-12-2005 fixed: better manual directory handling when ripping cds without cddb.
- 02-12-2005 added: playlists can be queued in library view
- 02-12-2005 changed: IMDB downloaded thumbs will now show up for all files in stack when unstacked.
- 02-12-2005 changed: samba strips of all '/' at the end of a path (hopefully it fixed the samba error success message)
- 02-12-2005 changed: Made stick + trigger reading independent (fixes small issues with sticks being offcenter
intefering with the triggers)
- 02-12-2005 added: Bitrate tag to http command getCurrentlyPlaying.
- 02-12-2005 fixed: Added further DVD layer change hacks.
- 01-12-2005 fixed: IMDB downloaded thumbs for stacked titles
- 01-12-2005 fixed: .tbn thumbnails for stacked titles based on the first stacked filename
- 01-12-2005 fixed: .nfo files for stacked titles based on the first stacked filename
- 01-12-2005 added: File Browser Dialog - requires skinning
- 01-12-2005 fixed: Path history was incorrect for media windows started with XBMC.ActivateWindow(window,path)
- 01-12-2005 fixed: Memory leak in multicoloured text rendering (edit, rss controls)
- 30-11-2005 fixed: [ 1330862 ] Bookmarks OSD Window does not disappear on video end.
- 30-11-2005 fixed: Notifications cause stack overflow if the stack dialog is on screen and left or right is pressed.
- 29-11-2005 updated: German language file
- 29-11-2005 updated: German (Austrian) language file (Thnx to CEOMR)
- 29-11-2005 updated: Norwegian language file (Thnx to vnm)
- 29-11-2005 updated: French language file (Thnx to modhack)
- 29-11-2005 updated: Dutch language file (Thnx to tijmengozer)
- 29-11-2005 fixed: file sizes were missing in my videos.
- 28-11-2005 fixed: Stacked .nfo file paths were incorrect.
- 28-11-2005 added: Workaround for ReadFile() returning incorrect data at the DVD layer change - requires special version
of libdvdcss-2.dll (rename from libdvdcss-2.dll_layerchangehack).
- 28-11-2005 fixed: Notifications were only showing if Kai was enabled.
- 28-11-2005 fixed: Shuffle in Slideshow screensaver was disregarded.
- 28-11-2005 added: Support for comma's in stacked file names.
- 28-11-2005 fixed: same navigational bug in my pictures.
- 28-11-2005 fixed: small navigational bug in my videos.
- 27-11-2005 added: support for multipath bookmarks in video and pictures. its still very much experimental. use at your own risk.
- 27-11-2005 fixed: my previous fix for paths ending with '//' caused more problems than it fixed.
- 27-11-2005 added: manual overriding of destination path when ripping cds without cddb.
- 27-11-2005 fixed: paths ending in '://' and ':\' were handled wrongly. thanks to deanrparty.
- 27-11-2005 changed: Cleaned up the file stacking code, implementing a stack:// virtual directory.
- 26-11-2005 updated: [ 1365798 ] Updated KAI-Vectors, thx to flymaster!
- 26-11-2005 added: two new virtual directories for use in bookmarks: $MUSICPLAYLISTS, $VIDEOPLAYLISTS.
- 26-11-2005 fixed: thumbs and databases should work again! (you may need to regenerate thumbs in my pictures)
- 26-11-2005 fixed: httpapi GetDirectory command with local non-directory or local empty directory parameter
- 25-11-2005 added: tag to MultiImage control.
- 25-11-2005 fixed: Textures outside of Textures.xpr were failing to load.
- 25-11-2005 fixed: Fading code for homepage could cause multiple images to show in some cases (eg PM2).
- 23-11-2005 added: Skin.HasTheme(themename) visibility condition.
- 23-11-2005 fixed: [ 1358363 ] AlbumInfo for none existing albums thanks to pade2.
- 23-11-2005 fixed: Removed invalid .jpg files from CVS.
- 23-11-2005 changed: Default album cover in skin is now "defaultAlbumCover.png"
- 23-11-2005 changed: Added flag to directory classes to specify whether they should prompt the user
for authentication. Background scanners (picture thumb loader, RAM control) turn
this flag off.
- 23-11-2005 changed: Redid the skin theme code. See the online manual for information on skin themes.
- 23-11-2005 fixed: Buttonscroller didn't obey visibility conditions.
- 23-11-2005 added: and tags to the multiimage control.
- 21-11-2005 added: you can now specify where to store playlists. they are now separated in video and music sections.
- 21-11-2005 fixed: delete in my video title view renamed to remove title to avoid confusion. also removed a file-level operation (rename file) from the title view context menu.
recomiendo que os bajeis la compilacion de T3CH, normalmente son las mas estables.
Ayer sacaron una nueva versión con estos cambios:

- 11-12-2005 changed: Moved the buttonscroller button list into the skin. See online manual for more information. It still reads from XboxMediaCenter.xml if skin version is less than 1.8.
- 11-12-2005 added: Initial support for skin version 2.0 and backwards compatibility to v1.3 skins (skinners please see graphical design forum for information).
- 11-12-2005 fixed: Workaround for a buffer overrun in DVDDemuxSPU.
- 11-12-2005 added: Sliding and delayed visiblitity effects for GUI controls + dialogs. See the online manual for more information.
- 11-12-2005 added: Support for more URL combinations in nfo files.
- 11-12-2005 fixed: [ 1094942 ] No Movie Bookmarks when started from Filemgr
- 11-12-2005 fixed: Ignore The when Sorting had no effect in My Videos.
- 11-12-2005 fixed: Directory names don't end in a space when truncating in the FTP server.
- 11-12-2005 fixed: Thumbs now appear immediately for files in the current directory from where a Movie "Query Info for All Files" is initiated
- 11-12-2005 added: Context Menu: Make the share Default [GeminiServer]
In all share sections, with context menu, you can set the selected share as default! !-
For more information see: http://manual.xboxmediacenter.de/wakka.php?wakka=BookMarksxml&v=kz4
- 11-12-2005 fixed: SmartXX V3 detection returned the wrong ID! [GeminiServer]
- 11-12-2005 added: Skin controlled switchable condition/buttons: [GeminiServer]
The skinner can show and hide a Visual with own predefined button! 5 conditions are availibe! The conditions are [true] by default!
For Example: set a Weather Icon and controll [show/hide] it with a button in submenu!
Get the state: use skin.ShowVisualx [x=a,b,c,d,e] e.g.: skin.ShowVisuala
Change the state: use XBMC.skinshowvisual(x) [x=a,b,c,d,e] e.g.: XBMC.skinshowvisual(a)
- 11-12-2005 added: HTTPAPI SeekPercentageRelative command and additional GetCurrentlyPlaying info
- 11-12-2005 fixed: CFileXBMSP::Stat(), set errno correctly (fixes dvdfolders).
- 10-12-2005 fixed: Clicking on "All Albums" items in Top 100, Recently Played and Recently Added Albums
(Note: Queueing is still broken. It gets *ALL* songs from the database.)
- 10-12-2005 fixed/changed: analog buttons can't turn off screensaver. plasma owners with flaky controllers (hi poing!) rejoice.
- 10-12-2005 fixed: browse for subtitles (forgot some code)
- 10-12-2005 fixed: Top 100 items in Music Library
- 10-12-2005 fixed: IMDB "Movie Lookup" on folders
- 09-12-2005 fixed: rarmanager errors preventing cvs from compiling (just commented out the offending lines)
- 09-12-2005 fixed: ReplayGain wasn't correctly using the settings in the GUI.
- 09-12-2005 fixed: My music incorrect playlist item selected when rar or zip files were in the folder.
- 09-12-2005 fixed: Infinite loop in DeleteBookmark() if the bookmark had an invalid path.
- 09-12-2005 fixed: Spin control in settings followed weird focusing patterns when moving to it from the left or right.
- 08-12-2005 added: SystemInfo: Total System Uptime, will show how long XBMC was used since first start! [GeminiServer]
Note: on IGR reset the Total Uptime can not be stored! Switch off XBMC via Menu!
- 08-12-2005 added: SmartXX V3 Modchip Detection [GeminiServer]
- 08-12-2005 fixed: previos changed settings was not saved if a restart follow to network Assignment change [GeminiServer]
- 07-12-2005 fixed: rar directory masking.
- 07-12-2005 fixed: IMDB thumbs for movies in the root of a multipath bookmark in My Videos (i hope?)
- 06-12-2005 fixed: My Music Library access to Playlists and Top 100 Songs
- 06-12-2005 changed: error messages related to nfo file reading for imdb url's
- 06-12-2005 added: force index rebuilding to video osd.
- 06-12-2005 fixed: [ 1372341 ] Using 'none' in PM3 freezes xbox after apx. half hour in non-English locales. Requires changing the vis off none, then back onto it to stop the freezing.
- 06-12-2005 fixed: [ 1324302 ] XBMC hangs when skipping to next video in My Videos playlist.
- 06-12-2005 fixed: Bug in GUIFont::GetTextExtent() which could cause filenames with characters that were not present in the font to crash.
- 05-12-2005 fixed: playlists button in My Music Files
- 05-12-2005 added: frame dropping in video decoder when using ffmpeg in dvdplayer
- 05-12-2005 fixed: saving playlists
Más cambios:

- 18-12-2005 fixed: ID3 genres were being incorrectly returned as "Blues".
- 18-12-2005 fixed: MP3 files with more than one ID3v2 tag at the beginning would fail to play.
- 18-12-2005 fixed: M3U reading could buffer overflow in the charset conversion.
- 18-12-2005 added: HttpApi FileSize and SetResponseFormat commands
- 17-12-2005 added: SmartXX V3 LCD , RGB&Status LED Support
- 17-12-2005 added: system.autodetection, XBMC.ActivateWindow(3,autodetection), Skinning indication icon/button to connect to a Autodetected XBOX!
- 17-12-2005 changed: XBOX Autodetection, little more tweaks
- 16-12-2005 fixed: IMDB thumbs for stacked hard drive items
- 16-12-2005 fixed: Music and Video Now Playing windows now have a correct context menu
- 16-12-2005 changed: video stacking cd selector bypass is now configurable, found in settings -> my video -> video player
- 16-12-2005 added: Built in command XBMC.TakeScreenShot thanks to Donno
- 16-12-2005 changed: the video stacked-cd selector dialog will choose the first file after 60 seconds
- 16-12-2005 fixed: IMDB lookup of plotsummary when a "Title?tt#######" url is in the nfo file
- 15-12-2005 fixed: [ 1380351 ] Autoshutdown if slideshow screensaver is activated
- 15-12-2005 fixed: Progress dialog could stay on screen after a calling up the shoutcast list via the webserver.
- 15-12-2005 added: XBMC.PlayerControl(BigSkipForward), BigSkipBackward, SmallSkipForward and SmallSkipBackward built in functions.
- 15-12-2005 changed: Skin version updated to 1.85 (version 1.3 skins still run, but skinners need to update)
- 15-12-2005 updated: German language file
- 15-12-2005 updated: Spanish language file (Thnx to traxis)
- 15-12-2005 updated: Italian language file (Thnx to kotix)
- 15-12-2005 updated: Chinese (Traditional) language file (Thnx to omenpica)
- 15-12-2005 updated: Korean language file (Thnx to AkoXko)
- 15-12-2005 updated: Swedish language file (Thnx to blittan)
- 15-12-2005 updated: Norwegian language file (Thnx to vnm)
- 15-12-2005 updated: Danish language file (Thnx to hugener)
- 15-12-2005 added: rarred subtitles to manual subtitle selection.
- 15-12-2005 changed: better rarred subtitle handling - thanks to syra!
- 14-12-2005 fixed: Sliding dialogs didn't reverse their direction correctly when hidden early.
- 14-12-2005 added: Keyboard SetHeading patch thans to Nuka1195
- 14-12-2005 fixed: allowhiddenfocus wasn't working correctly.
- 14-12-2005 fixed: Very small image's thumbs would crash. Minimum is now 8x8 pixels.
- 13-12-2005 fixed: DVD Folders weren't being stacked.
- 13-12-2005 fixed: Buttonscroller backwards compatibility for v1.3 skins.
- 13-12-2005 changed: timers for effects are started at render time, rather than at window creation.
- 13-12-2005 fixed: selecting unrarred vobsubs using browse for subtitle.
- 13-12-2005 fixed: auto game region would apply even with setting off in some cases.
- 12-12-2005 added: allowHiddenFocus attribute to visibility tags. See online manual for more info.
- 12-12-2005 fixed: Music Library could report empty if it had already been visited before a scan was performed.
- 11-12-2005 fixed: The All Songs item in Music Library
- 11-12-2005 changed: All Albums in Top 100 Albums, Recently Added Albums, Recently Played Albums is now a nested sql query for better performance
- 11-12-2005 changed: Moved the buttonscroller button list into the skin. See online manual for more information. It still reads from XboxMediaCenter.xml if skin version is less than 1.8.
4 respuestas