Xbmc 12-03-2005

Aquí la lista de novedades:

added/fixed: (dd-mm-yyyy) (please specify date in CET)
- 11-03-2005 changed: moved decision of what seeking to do into player and added workaround for files wich mplayer can't determin current percentage for.
- 11-03-2005 fixed: the correct item is now highlighted when using Autoswitching with large icons in Video and Pictures
- 11-03-2005 changed: Removed GetPTS and unified what m_pPlayer->GetTime returns. It now always returns time in milliseconds.
- 11-03-2005 fixed: dialogs sometimes didn't popup via ActivateWindow() in tags.
- 11-03-2005 fixed: ButtonMenu wasn't rendered if no label control was present.
- 11-03-2005 fixed: mplayer wasn't freed after a playlist had ended.
- 11-03-2005 added: [ 1160414 ] Added new methods to xbmc.Player python class. onPlayBackStopped() (user stop), getTotalTime() (duration of current media), getTime() (position of current media), seekTime( double pos ) (seek to specified position) - thanks to gimblefoot
- 11-03-2005 added: [ 1160400 ] Added ControlCheckMark in Python - thanks to gimblefoot
- 10-03-2005 added: My Music label format now accepts %F for filename
- 10-03-2005 changed: My Music Nav window now uses a virtual path for better "back" handling (thanks to Elupus for the idea)
- 10-03-2005 added: Initial support for VideoPlayer.Title for infolabels/infofadelabels.
- 10-03-2005 added: Option to only remember selected item when traversing up the folder structure(parent folder), not down.
- 10-03-2005 changed: Unified the way xbmc remember what item was selected in a folder.
- 10-03-2005 added: Direct url support for built-in command XBMC.PlayMedia(url)
- 10-03-2005 fixed: Selecting VIDEO_TS.IFO on a dvd would not initiate playback properly.
- 10-03-2005 fixed: Any dll's atempting to use stat on a dvd would always return success with invalid properties set
- 10-03-2005 added: Dynamic Range compensation for AC3 if no AC3/DTS receiver is available.
- 09-03-2005 changed: music files, duration of files without tags is shown when tag reading is enabled
- 09-03-2005 fixed: Only the first python control was reading from references.xml correctly.
- 09-03-2005 fixed: Memory of loaded picture was not cleared correctly on Slideshow exit.
- 09-03-2005 fixed: Upgrade code incorrectly returned false if the database was empty.
- 09-03-2005 added: Default options for viewmode, brightness, contrast + gamma.
- 09-03-2005 added: Resume playback option to video context menu. It will remember where you were last at in a video, and return there when you select this option.
- 09-03-2005 fixed: Flickering screen after right thumbstick -> system info while watching a video
- 09-03-2005 removed: old scanning code in music
- 08-03-2005 fixed: IMDb thumb was not saved for folder lookups if the folder contained no files.
- 08-03-2005 fixed: Removed "fuzzy matching" code in video database - fixes same thumb used for The Matrix and The Matrix 2.
- 08-03-2005 added: Dim LCD backlight if LED is set to off on video playback. Thanks to Babyblue.
- 08-03-2005 updated: Italian language file (Thnx to kotix)
- 08-03-2005 updated: German (Austrian) language file (Thnx to CEOMR)
- 08-03-2005 added: infolabel values, MusicPlayer.TimeRemaining and VideoPlayer.TimeRemaining
- 08-03-2005 fixed: music nav, getting content of the root dirs fails with none english languages
- 08-03-2005 fixed: Button scroller goes from bottom<->top if wraparound is off and the controlup, controldown tags are set to the button scroller.
- 07-03-2005 fixed: dvd overlay alignment problem.
- 07-03-2005 changed: max. 10 exceptions in a row instead of endless logging of exceptions
- 07-03-2005 fixed: Screen ratios were not computed correctly on start of playback when file had already been played once.
- 07-03-2005 fixed: "View: ..." settings are not applied when path is empty
- 07-03-2005 updated: German language file
- 07-03-2005 updated: Norwegian language file (Thnx to vnm)
- 07-03-2005 updated: Chinese (Traditional) language file (Thnx to woozc)
- 07-03-2005 updated: Korean language file (Thnx to akoako)
- 07-03-2005 updated: Finnish language file (Thnx to jutski)
- 07-03-2004 updated: Polish language file (Thnx to napek)
- 06-03-2005 added: Voice support for Karaoke mode (SF Patch #1114097) - thanks stcogolin!
- 06-03-2005 fixed: Music thumbs previously scanned on smb shares were not shown in music overlay or filelists in Music->Files view.
- 06-03-2005 changed: keymap.xml updated to allow skip and ffw/rew when in vis.
- 06-03-2005 fixed: my music Nav window: play action works again, and artists list now sorts excluding "the"
- 06-03-2005 added: New built-in command XBMC.PlayMedia(filename). For instance to map a radiostation to a key in keymap.xml
- 06-03-2005 fixed: HttpApi crash if webserver not enabled
- 06-03-2005 added: HttpApi patch as described here http://www.xboxmediaplayer.de/cgi-bin/forums/ikonboard.pl?;act=ST;f=5;t=9397
- 05-03-2005 added: thumbAlign tag for thumbnailpanel controls, only supports center so far which centers the thumbs on the texture center. thumbPosX/thumbPosY will bump it out of center.
- 05-03-2005 added: ActivateWindow() function now accepts a path parameter or bookmark name for bookmark jumping. Valid windows ID's for this are 1,2,3,6,501. Example: ActivateWindow(6,F:\Videos) or ActivateWindow(501,Music Server). Valid windows ID's for this are 1,2,3,6,501
- 05-03-2005 added: the default tag for the each section's bookmark can now be a bookmark name
- 05-03-2005 changed: minor gui rendering tweaks
- 05-03-2005 fixed: playback from any source when cache dialog was visible locks xbmc up (internet streams)
- 04-03-2005 added: my music nav window now supports files with tagged with multipe artists and genres
- 04-03-2005 changed: my music nav window artists, albums, and song titles sort without "the " prefix
- 04-03-2005 fixed: my music, no thumbs for songs in database views when coverart is loaded from tags
- 04-03-2005 fixed: thumb cache in musicdatabase is not cleared after scanning
- 04-03-2005 added: wma tag loader, support for multiple artists and genres
- 04-03-2005 changed: Reversed Clear() change as it caused graphics leak through when UI calibration was not at 0,0.
- 04-03-2005 added: Thumbs table clean up on cleanup of the music library.
- 04-03-2005 fixed: Small thumbs in list controls weren't centered + other small graphical glitches here and there.
- 04-03-2005 changed: Zoom in my pictures now goes in steps of 1.0, 1.2, 1.5, 2.0, 2.8, 4.0, 6.0, 9.0, 13.5 and 20.
- 04-03-2005 changed: Pictures have more scope for being larger. Previously they were limited to 2048 in either direction. The limitation now is 4096 in either direction, with the number of pixels being less than 4Mp (can't have more than this without rewriting the imagelib due to RAM constraints). Should give better detail when zoomed.
- 04-03-2005 fixed: Volume amplification setting for videos was applied to music as well.
- 04-03-2005 enabled: autosync=30 by default
- 04-03-2005 fixed: using autosync caueses problems when resuming from pause. (updated mplayer.dll again)
- 03-03-2005 updated: mplayer.dll to current cvs (final real fix + autosync fix)
- 03-03-2005 changed: background music info scanner is default now (setting removed)
- 03-03-2005 added: Cached thumb location is now stored in the database. Music database SHOULD auto-update when you first access My Music.
- 03-03-2005 removed: old mplayer use. We now only use the system/players/mplayer directory.
- 03-03-2005 fixed: music overlay sometimes shows no default thumb, eg. when starting a http stream with python
- 03-03-2005 changed: GUIButtonControl and GUIToggleButtonControl send their click message before executing a action or a hyperlink
- 02-03-2005 fixed: screensaver preview sometimes crashes
- 02-03-2005 fixed: screensaver preview button is enabled when screensaver is off
- 02-03-2005 changed: folders and files from smb will be sorted by modification date now
- 02-03-2005 added: Screensavers from the competition.
- 02-03-2005 changed: Rendering of CGUIImage -> big boost in gui framerate (most noticeable in 1080i)
- 02-03-2005 fixed: [ 1155038 ] "Video calibration" error
- 02-03-2005 changed: moved cdda reading to CFileCdda class
- 02-03-2005 fixed: cdda player, couldn't seek to the start of a track
- 02-03-2005 fixed: cdda player, gui was choppy when seeking
- 02-03-2005 added: new infofadelabel control. Works like infolabel, except you can have multiple tags. See the PM MusicOverlay.xml files for an example.
- 02-03-2005 updated: German language file (Thnx to klapperx)
- 02-03-2005 updated: Norwegian language file (Thnx to vnm)
- 02-03-2005 updated: Italian language file (Thnx to kotix)
- 02-03-2005 updated: German (Austrian) language file (Thnx to CEOMR)
- 02-03-2005 updated: Finnish language file (Thnx to jutski)
- 02-03-2004 updated: Polish language file (Thnx to napek)
- 02-03-2004 updated: Dutch language file (Thnx to tijmengozer)
- 01-03-2005 added: Screensaver screenshot ability.
- 01-03-2005 fixed: Changed Karaoke default delay from 80 to -80 as per SF bug report [1101736].
- 01-03-2005 added: Patches [1153934] and [1153884] thanks to MrC.
- 01-03-2005 fixed: flashing screen when viewing pictures
0 respuestas