XBMC 08-04-2007 SVN rev8443 - T3CH


Messages recommandés

Posté(e)

Nouvelle version de XBMC 2.0.1, lecteur multimédia pour Xbox qu'on ne présente plus.

Pour rappel, XBMC n'utilise plus le système CVS mais SVN pour la gestion des sources. De même, les versions T3CH intègrent désormais la version XBMC Win32 PC environment (fichier .exe) dont nous vous expliquions le fonctionnement sur cet article

Voici le changelog de cette version :

Citation :

- Killarny & Nuka1195 & Pikes Apple Movie Trailers (AMT) SVN pre-0.97.4 [scripts: Apple Movie Trailers]

- BritneysPAIRS's ~110 choosen Milkdrop presets [visualisations: MD - BPs Selection]

- EnderW & Blittans XBMCScripts Installer 1.8 SCRIPT [scripts: XBMCScripts]

- Team XBMC Lyrics 1.4.2 SCRIPT [scripts: XBMC Lyrics]

- Rockstar's Snake 1.0 SCRIPT [scripts: Snake]

- Asteron's Tetris 1.0 SCRIPT [scripts: Tetris]

- Nuka1195's T3CH Downloader SCRIPT [scripts: T3CH Downloader]

- Codecs for mplayer [/system/players/mplayer/codecs/:*]

- 2007-04-08 8443 changed: "All" items are no longer filtered when a filter is applied in the library views.

- 2007-04-08 8440 updated: avcodec/avformat for dvdplayer to latest mplayerhq changed: added fix in avformat for 20/24bit LPCM audio. it will now be played as 16bit

- 2007-04-08 8439 added: minor extra logging at the end of xbe launching.

- 2007-04-08 8438 added: Search entry to the music library - allows searching of albums/artists and songs with on the fly updating.

- 2007-04-08 8437 fixed: formatted delimited hex strings not properly terminated

- 2007-04-08 8436 fixed: variable case

- 2007-04-08 8435 fixed: EEPROM backup write problems

- 2007-04-07 8434 fixed: visualisationcontrols in mediawindows or in controlgroups never received the GUI_MSG_PLAYBACK_STARTED message to update vis albumart.

- 2007-04-07 8433 fixed: default audio/subtitle delay wasn't being stored down to xml.

- 2007-04-07 8432 changed: only store video setting if settings where changed from current default. This makes set as default for all movies affect even played files aslong as they conform to standard setting.

- 2007-04-07 8431 changed: removed all defines for BAR_* in GUIInfoManager. They directly map to their SYSTEM_*, no need to have different defines just because they should return ints instead of strings. fallbacks for the skin strings (bar.freememory, ....) are left in place, but should be removed too.

- 2007-04-07 8430 added: player.chapter and player.chaptercount skin labels and ints for use with dvd's added: made CGUIInfoManager::GetBool fall back to GetInt != 0 if no value was found. Allows the use of player.chaptercount as a visibility condition for example.

- 2007-04-07 8429 changed: added GetChapter and GetChapterCount providers for IPlayer and implemented them in DVDPlayer for dvd's changed: removed redundant functions in IPlayer interface

- 2007-04-07 8427 changed: Updated some strings

- 2007-04-07 8426 fixed: libid3tag didn't handle the non-standard "PRI " tag in id3 tags. It should be "PRIV" - WMP is at fault.

- 2007-04-06 8425 fixed: Scan for movies picked up stacks based on the filename rather than the stacked name.

- 2007-04-05 8424 updated: German language file (Based on english strings version 8420)

- 2007-04-05 8423 fixed: And one more system.* harddisk setting for good measure

- 2007-04-05 8422 fixed: harddisk spindown did not used updated setting var.

- 2007-04-05 8421 changed: Made the Q: mount point log message a little more obvious, and added a log message with the xbe that is running to the top of the log. Should help users to troubleshoot their install errors.

- 2007-04-04 8420 Changed : Added new language strings for the new PM3 view types instead of joining 2 strings together for better translation. Fixed : hardcoded "Season" text in media info views

- 2007-04-04 8419 fixed: dvdplayer was unable to play packetized aac audio like in mov/mkv. it could only handle raw aac frames with ADIF/ADTS headers.

- 2007-04-04 8418 added: log error when we run out of sockets for dll's

- 2007-04-04 8417 changed: make connection cache for libcurl cache both the multi_handle and the easy_handle. curl now has its connection cache in the multi handle, so when it is destroyed, connections may be torn down too. this allows reuse of ftp control connection.

- 2007-04-04 8416 reverted: removal of socket indirection, as berkley sockets are not compatible with file device handles that can be negative as in ms specification.

- 2007-04-04 8415 fixed: libcurl client would do selects on invalid sockets, due to not clearing fd_sets before calling multi_fdset. changed: timeouts in libcurl are now handled by internal timeout functions instead added: ability to set libcurl timeout from AdvancedSettings (
) changed: don't force content encoding on binary transfors to gzip (that disallows any other encoding) changed: make libcurl client do truncated reads instead of filling requested buffer

- 2007-04-04 8414 changed: removed socket emulation indirection, as it wasn't used for anything. this removes maximum socket limitation that was previusly 50 sockets and simplifies code.

- 2007-04-04 8413 changed: removed socket emulation indirection, as it wasn't used for anything. this removes maximum socket limitation that was previusly 50 sockets and simplifies code.

- 2007-04-04 8412 fixed: made socket translation used from dlls thread safe ( socket tracking is still unsafe ) changed: dll socket function definitions to be more consistent

- 2007-04-03 8411 Fixed : PM3 watched overlay from media info view was visible in all other views

- 2007-04-03 8410 fixed: Playlist wasn't cleared when playing a new item from music with Auto Play Next Item disabled.

- 2007-04-03 8409 fixed: music scan didn't get the remote thumb for the first level directory being scanned anymore.

- 2007-04-03 8408 added: "make/clear default" contextmenu items in music and video library modes to jump by default into a specific library view.

- 2007-04-03 8407 Fixed : PM3 video library big list showed Rating text when no rating was available Changed : PM3 added Watched overlays to media info views in video library

- 2007-04-03 8406 added: support for Project_Mayem_III_webserver*.rar web folder

- 2007-04-03 8405 fixed: centering of tuxbox client video sub channel selection in 720p or 1080i

- 2007-04-03 8404 added: Project Mayem III Style web server with Media and System info support

- 2007-04-03 8403 added: for drive x,y,z: system total space, bar used and free space diagram

- 2007-04-03 8402 added: tuxbox client, video sub channel support

- 2007-04-03 8401 removed: Common Debug assert.

- 2007-04-03 8400 fixed: Chaining of scrapers was broken.

- 2007-04-02 8399 updated: German language file by sCAPe (Based on english strings version 8389)

- 2007-04-02 8398 added: getFocusId() and setFocusId(int) to the Python Windows

- 2007-04-02 8397 fixed: Refreshing movie info could cause doubled up Genre/Director etc. details.

- 2007-04-02 8396 fixed: Various control clashing issues between dialogs + windows.

- 2007-04-01 8395 fixed: some sql errors.

- 2007-04-01 8394 changed: format of all season entries.

- 2007-04-01 8393 updated:
chinese
(traditional) language. (thanks to omenpica)

- 2007-04-01 8392 updated: french language (thanks to frostbox).

download.gif XBMC 08-04-2007 SVN rev8443 - T3CH

homesite.gif  Site officiel : http://www.xboxmediacenter.comLien vers article original : http://gx-mod.com/modules/news/article.php?storyid=4955

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