XBMC 20-02-2006 (T3CH)


Newserator
 Share

Messages recommandés

Nouvelle version de XBMC, issue des CVS et compilée par T3CH.

Cette compile T3CH est un package barebone (logiquement moins de problèmes pouvant provoquer un blocage). Vous trouverez ci-dessous le changelog depuis la dernière version du 12 février :

Citation :

- 20-02-2006 fixed: acceleration wasn't being read for slide effects.

- 20-02-2006 changed: SET_FOCUS now focuses the first focusable control with the given id (or attempts to focus the first non-focusable control with the given id if that fails).

- 20-02-2006 added: Window.IsMedia conditional visibility.

- 20-02-2006 added: some minor tweaks to party mode: When first enabled, window switches to Now Playing window. Better checking for the "Move" options in the Now Playing context menu since Party Mode takes over. Added "Cancel Party Mode" option to Now Playing context menu.

- 20-02-2006 fixed: Replaygain settings weren't being applied.

- 20-02-2006 fixed: Musicoverlay visibility on Control.HasFocus() wasn't working.

- 20-02-2006 changed: If no thumb is available, ListItem.Thumb uses the icon image.

- 20-02-2006 added: Analog scrolling (triggers) to the button scroller.

- 20-02-2006 fixed: Various initial control focus issues.

- 20-02-2006 changed: Redid the Trainers dialog to use the DialogSettings base class.

- 20-02-2006 fixed: Possible buffer overruns in setting and getting trainers settings from the database.

- 19-02-2006 added: Initial support for Music Party Mode. Enable it from the Library view as it requires the database.

- 19-02-2006 changed: Refactored the window open and window close processes.

- 18-02-2006 changed: "Delete" and "Rename" in the context menu are only enabled if the share supports them

- 18-02-2006 changed: iTunes playlists now adhere to the "shuffle playlists on load" option if you use PLAY on them

- 18-02-2006 changed: Keyboard updates all buttons with the same id when you change from Symbols -> Caps -> Lower case.

- 18-02-2006 fixed: Video Calibration activated via the video OSD wasn't working.

- 18-02-2006 fixed: Possible crashes in charset conversion.

- 18-02-2006 changed: MultiImage only reads dir once instead of whenever it becomes visible.

- 18-02-2006 fixed: Radiobutton nofocus image wasn't resized correctly (Thanks Nuka1195).

- 18-02-2006 fixed: Volume and Seekbars could disappear and not reappear on switch from Fullscreen -> GUI.

- 18-02-2006 fixed: WindowClose animations on DialogSelect and SettingsCategory windows.

- 17-02-2006 changed: Update database -> Rescan database in strings.xml

- 17-02-2006 fixed: my programs. don't try to launch nonexisting entries.

- 17-02-2006 added: , , , tags to radiobuttons.

- 17-02-2006 added: Skin.SetString(), Skin.SetImage(), Skin.SetPath() and Skin.ResetSettings built in functions. Also made the multiimage control accept an tag for it's path, and added Skin.String() as an info label/image/path.

- 16-02-2006 removed: the Shuffle button from Music Library

- 16-02-2006 changed: In Music, the PLAY action and PLAY ITEM context menu options on a folder now clear the Now Playing window, queue the items, and start playback immediately

- 16-02-2006 added: Update database to my programs.

- 16-02-2006 fixed: Some RSS feeds were showing only the first item. CDATA sections are now completely ignored.

- 16-02-2006 fixed: Animations on ShowInfo or ShowCodec in fullscreen video weren't completed.

- 16-02-2006 added: tag to button controls to truncate text if it's too long.

- 16-02-2006 added: shuffle option to the slideshow screensaver

- 16-02-2006 added: httpapi takescreenshot command also accepts "imgtag" parameter after the download option

- 16-02-2006 added: httpapi getthumb command accepts additional "imgtag" parameter to return a base64 encoded html img tag

- 16-02-2006 changed: Songs off the root of the Music Library now fetches the songs in batches to work around memory constraints

- 16-02-2006 fixed: album info lookup could sometimes return the wrong album from allmusic.com

- 16-02-2006 fixed: random and repeat options are correctly reset for temporary playlists

- 16-02-2006 fixed: stacking now "cleans" single-file movie filenames

- 16-02-2006 fixed: [ 1406020 ] Character ï problem with ftp-server.

- 15-02-2006 fixed: Dialogs could vanish instead of changing the animation direction when they were reopened while they were closing.

- 15-02-2006 fixed: Keyboard wouldn't reset shift state when using SMS style input from the remote.

- 15-02-2006 fixed: [ 1428964 ] Afterdawn.com RSS feed wasn't showing correctly.

- 14-02-2006 added: Movie information lookup handles the folder/cd1/video_file case.

- 14-02-2006 added: Support for /._-@ keys on virtual keyboard. Plus, right trigger puts a space if the cursor is at the end.

- 14-02-2006 fixed: Kai Host dialog had missing text labels in private mode.

- 14-02-2006 fixed: Add source title from Files window.

- 14-02-2006 fixed: Album Info dialog wasn't displayed correctly.

- 14-02-2006 fixed: Navigation off page controls on dialogs.

- 14-02-2006 fixed: Resolution spin control wasn't showing correct values after a change.

- 14-02-2006 fixed: Info images would not show if the info changed while it was in a delayed animation.

- 14-02-2006 fixed: [ 1429552] jpgs with garbage data at the start weren't loaded. We now read up to 4096 bytes to find the real start of the jpeg.

- 14-02-2006 fixed: [ 1428952 ] LCD.xml had an incorrect $INFO tag for ScreenMode.

- 13-02-2006 added: three new visibility conditions: playlist.israndom, playlist.isrepeat, playlist.isrepeatone

- 13-02-2006 changed: the Repeat and Repeat One buttons in the Now Playing window have been consolidated into a single button

- 13-02-2006 added: two new builtin commands for playlist control, they can be used in the skin or in keymap.xml

xbmc.playercontrol(random) = enables and disables random playback

xbmc.playercontrol(repeat) = cycles through states off -> all -> one and back around

- 13-02-2006 fixed: repeatone was ignored if randomize was enabled on a playlist

- 13-02-2006 changed: httpapi playfile command to immediately start playback of a playlist. It also accepts an extra parameter to force the playlist (note the playlist is CLEARED! before it playback starts). If a playlist is not provided, the current playlist is used. If there is no current playlist, then 1 is assumed (like the playmedia builtin command) xbmcHttp?command=PlayFile&parameter=e:albumsplaylistsmusictekno.m3u;PLAYLIS (where PLAYLIST=0,1,2,3)

- 13-02-2006 added: new info labels: playlist.length, playlist.position, playlist.random, playlist.repeat

- 13-02-2006 added: More lcd info labels thanks to Jeff McClain.

- 13-02-2006 fixed: Windows with conditional visibility and WindowClose animations could flash on screen.

- 13-02-2006 added: New Add/Edit media source dialogs.

- 13-02-2006 fixed: Page up/down controls were hard to move off from.

- 12-02-2006 fixed: when changing the sort between ascending and descending autoplay next item in music will follow

- 12-02-2006 fixed: WindowOpen animations weren't shown.

- 12-02-2006 fixed: WindowClose animations sometimes resulted in the window never closing (constantly animating)

- 12-02-2006 changed: Spincontrols of type text set and get the value rather than the index with GetValue() and SetValue()

- 12-02-2006 fixed: Controls that were hidden would lose their focus.

- 12-02-2006 fixed: Video bookmarks window was only shown sporadically.

A noter :

- Pas de changements de keymap.xml et xboxmediacenter.xml

- Support de base pour le mode Music Party. A activer depuis la partie Librairy car necessite une database.

download.gif XBMC 20-02-2006 (T3CH)

homesite.gif  Site officiel : http://www.xboxmediacenter.de

Lien vers article original : http://gx-mod.com/modules/news/article.php?storyid=4598

Lien vers le commentaire
Partager sur d'autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant
 Share