XBMC 20-04-2008 SVN rev12746-REPACK - T3CH


Newserator
 Share

Messages recommandés

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 :

- Killarny & Nuka1195 & Pike's Apple Movie Trailers (AMT) SVN pre0.99.4a rev2091 [scripts/Apple Movie Trailers]

- EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts/XBMCScripts]

- Team XBMC Lyrics 1.5.8 rev2068 SCRIPT [scripts/XBMC Lyrics]

- Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]

- BigBellyBilly's T3CH Upgrader 1.5.1 [scripts/T3CH Upgrader]

- Nuka1195 & Dataratt's AOL Videos Plugin 1.1.1 [plugins/video/AOL Videos Plugin]

- Nuka1195's XBMC-Addons Installer 1.0 [plugins/programs/]

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

- PM3 Red Theme + PM3 Blue Theme by Jezz_X

2008-04-20 12746 fixed: dns cache wasn't thread safe (thx apanloco)

2008-04-20 12745 fixed: invalid use of erased iterator in dvdplayer. (thx apanloco)

2008-04-18 12726 fixed: crashes due to const changes to GetCachedSeasonThumb().

2008-04-17 12712 fixed: random crash bug when updating library or scanning for new content. Unfortunately this will not fix the freeze bug when scanning a single tv show.

2008-04-17 12711 changed: run_me_first.bat to delete the subst drives after

2008-04-17 12709 fixed: Mouse coordinates didn't follow window animations

2008-04-17 12708 changed: my mind about actor thumb. Use container(50).listitem.icon as the icon and thumb are now set (allowing listitem.actualicon if you prefer in the list).

2008-04-17 12707 cleanup: removed redundant code in videoinfo window. id 34 (actor thumb) should be replaced by container(50).listitem.thumb in skins.

2008-04-17 12706 fixed: memory leak in video information dialog.

2008-04-17 12705 fixed: const'ness in CFileItem/CFileItemList

2008-04-16 12701 removed: .pyc files are not needed for Fake Episode Maker script.

2008-04-16 12696 added: fake episode maker tool

2008-04-16 12677 updated: Dutch translations, thanks Mathijs Groothuis

2008-04-16 12675 updated: Greek translation, thanks ydatografida.

2008-04-16 12674 updated: Danish translation, thanks buchwaldsource.

2008-04-16 12672 fixed: Negated container conditionals weren't returning correctly.

2008-04-16 12671 fixed: Container.CurrentPage,NumPages,NumItems didn't work with a specified id

2008-04-14 12661 fixed: Container.CurrentPage and Container.NumPages to work for wrap + fixed lists.

2008-04-13 12660 fixed: another uninitialized pointer caused by my changes. *blush*

2008-04-13 12659 fixed: faulty usage of IsType

2008-04-13 12656 fixed: Typo meant upnp.musicshares wasn't functioning.

2008-04-13 12655 fixed: Various crash bugs due to CFileItemList -> CFileItemList* changes.

2008-04-12 12650 added: start in movie dir when browsing for subs even if no custom subtitle dir is set

2008-04-12 12649 cosmetic: warning in CMythDirectory.cpp

2008-04-12 12648 merged rev 12549 from linux branch + removed .ifo from browsed subtitle list (no such beasts)

2008-04-12 12647 fixed: dvdplayer wouldn't return error on open to application when failing to open a file.

2008-04-12 12646 fixed: if player failed to start, gui sounds where disabled when they shouldn't have been

2008-04-12 12644 fixed: english strings.xml got abit messed up with with the music branch merge

2008-04-12 12643 updated: libcmyth.dll to match the new guide code in xbmc.

2008-04-12 12642 fixed: tabs not spaces in cmyth stuff.

2008-04-12 12641 merged: TV guide for libcmyth from linux branch

2008-04-12 12640 fixed: filezilla xbox release (ltcg) build wouldn't build. (include path's included xbmc stdafx instead of filezilla's first)

2008-04-12 12639 added: container.numitems infolabel.

2008-04-12 12637 added: Container.ShowPlot Infolabel. Returns Show Plot, or Show Description and is available at Titles, Seasons, and Episode levels.

2008-04-11 12636 updated: Swedish language file by blittan (based on english 12592) *with minor tweaks and fixes*

2008-04-10 12624 changed: reduced code duplication a bit

2008-04-10 12623 cosmetics

2008-04-10 12622 cosmetic code fixes

2008-04-10 12620 fixed: crash bug when changing skins

2008-04-10 12618 changed: properly use videodb content enum

2008-04-10 12617 changed: reduced some code duplication changed: properly use lock enum cosmetics: break some long lines

2008-04-10 12616 changed: remove unused function

2008-04-10 12615 fixed: artist info didnt work from music library music video node

2008-04-10 12613 merged header changes from musicscrapers branch. this reduces rebuild time when changing some headers significantly. devs: please use forwarding whenever possible, only include what you need and utilize include paths

2008-04-09 12598 merged: latest cmyth changes from linux branch. (quicker startup and multi tuner fix)

2008-04-09 12597 merged: latest cmyth changes from linux branch. (quicker startup and multi tuner fix)

2008-04-09 12594 changed: bit nicer video scanner info strings (2)

2008-04-09 12593 fixed: avoid voiding transactions if you scanned artist / album information on update music library

2008-04-09 12592 changed: bit nicer video scanner info strings

2008-04-09 12591 fixed: [ 1936650 ] Crash in CCMythSession::CheckIdle on Windows. thanks to apanloco

2008-04-09 12590 added: [ 1936534 ] Minimum fan speed when using autotemperature. thanks to drddt

2008-04-09 12589 added: container.seasonthumb info label

2008-04-09 12588 fixed: album lookups

2008-04-09 12587 fixed: fanart properties were not being cleared properly if nav jumped straight to root (thanks spiff!)

2008-04-09 12586 added: System.Date(startDate,endDate) InfoBoolean. fixed: System.Time() should work properly now for times that wrap around a day. Optimized System.Time() to be more efficient. System.Date(starDate,endDate) endDate is optional. Date should be specified in MM-DD format. Returns true if currentDate is greater than or equal to startDate and less than endDate is specified.

2008-04-08 12583 added: System.Time(startTime, endTime) InfoBoolean endTime is optional. Returns true if current system time is equal to or greater than startTime and less than endTime (if supplied).

2008-04-08 12582 cosmetic: avoid logging error "More bytes left than can be stored in buffer" when dvdplayer ends. cosmetic: make CDVDAudio::AddPackets return correct value if it is forced to use temp buffer

2008-04-08 12580 fixed: year was not being scraped correctly

2008-04-08 12574 Added : PM3 - "Media Info" view to Music Library for Albums and Artists

2008-04-08 12573 updated: Icelandic translation, thanks kristjan

2008-04-08 12570 Backported 12556

2008-04-07 12569 Fixed : Music Rating stars didn't show in full screen visualization any more (take 2)

2008-04-07 12568 Fixed : Music Rating stars didn't show in full screen visualization any more

2008-04-07 12567 added: Player.StarRating info image.

2008-04-07 12560 fixed: default playlist folder called GetProfileUserDataFolder() which resulted in a real path on linux/osx/win32. fixed by using p:playlists instead

2008-04-07 12559 added: extended info for albums available as properties in the music library. "album, artist, description, theme, style, mood, type, genre, label, rating" fixed: artist view was extremely slow if many artists had info. properties are also available for artists: "instrument, style, mood, born, formed, description, genre, died, disbanded, yearsactive"

2008-04-07 12558 Changed : PM3 - Music Library Restricted view types "3D List" , "Album Icons" and "Album" to only show on Content of Albums not songs or artists

2008-04-07 12555 Changed : PM3 - Removed the views from Video Library that didn't correspond (look right in layout) to the section they were in, this now means less cycling through views that are meant for other media types View Counts are as follows : Movies = 8 (all still) TV Shows = 3 Seasons = 5 Episodes = 6 Music Videos = 5

2008-04-07 12553 fixed: Genre and Artist fields in smartplaylists weren't checking secondary artists and genres.

2008-04-06 12552 fixed: quirks with album information in file view

2008-04-06 12551 modified: few more tweaks to scraper

2008-04-06 12550 fixed: music scraper chose albums with too low relevance if they were the only match returned fixed: cancelling music scanner during album/artist information lookup would crash

2008-04-06 12547 added: delete thumbs for items when removing them from the library. less messy thumb directories and more efficient refreshes if the wrong title was originally scanned

2008-04-06 12546 fixed: refresh album/artist info didnt work

download.gif XBMC 20-04-2008 SVN rev12746-REPACK - T3CH

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

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

Lien vers le commentaire
Partager sur d'autres sites

  • 3 weeks later...

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