Aller au contenu

XboxMediaCenter (XBMC) 08-04-2007 Svn Rev8443 Build - T3CH


redrum

Messages recommandés

T3CH a sorti une nouvelle compilation (rev8443) du SVN de XboxMediaCenter pour Xbox1.

Cette compilation comporte quelques ajouts:

 

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

+ ~110 presets de Milkdrop choisis par BritneysPAIRS's [visualisations: MD - BPs Selection]

+ XBMCScripts Installer 1.8 par EnderW & Blittan [scripts: XBMCScripts]

+ team XBMC Lyrics 1.4.2 SCRIPT [scripts: XBMC Lyrics]

+ Snake 1.0 de Rockstar [scripts: Snake]

+ Tetris 1.0 d'Asteron [scripts: Tetris]

+ T3CH Downloader SCRIPT par Nuka1195 [scripts: T3CH Downloader]

+ Codecs pour mplayer [/system/players/mplayer/codecs/:*]

 

Notes spéciales de T3CH:

* Ajout du script XBMC Lyrics

* AMT a été mis à jour en pre-0.97.4.

* Le script T3CH Downloader se connecte maintenant à l'IP au lieu du nom de domaine actuellement inactif.

* Il n'y a pas de nouvelle version du mplayer de TEST par elupus, mais vous pouvez toujours rapporter les problèmes avec le vieux TEST ici: http://www.xboxmediacenter.com/forum/showthread.php?t=23969 (lien de téléchargement)

Il suffit de remplacer les 2 fichiers dans XBMC/system/players/mplayer/ si vous voulez aider la Team xbmc le tester.

* Modification du win32 run_me_first.bat afin qu'il se lance et démonte les lecteurs virtuels en sortie.

* Inclusion également de l'environnement XBMC Win32 PC environment.exe qui est destiné aux devs python et concepteurs de skin, en lire plus sur le concept ici. Celà a été compilé avec le Microsoft DirectX Summer 2004 SDK.

* Si vous voulez faire un rapport de bugs, merci de le faire d'une façon correcte.

 

 

 

Toutes les modifications depuis la build du 01-04-2007:

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 (<network><curlclienttimeout>) 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).

 

:bnc: :bnc: :bnc:

 

Notes d'installations de T3CH:

* INSTALLATION EN TANT QU'APPLICATION

- Installation propre: Transférer la _totalité_ du dossier XBMC dans votre dossier APPS (ou bien à l'endroit voulu).

- Mise à jour: Sauvegarder le dossier "XBMC\UserData". Transférer la totalité du dossier XBMC vers la Xbox. Retransférer le dossier UserData dans la nouvelle installation.

 

* INSTALLATION EN TANT QUE DASHBOARD (SOFTMODS)

n'est pas couverte dans ce README, voir sur http://forums.xbox-scene.com/index.php?showtopic=406656

 

* INSTALLATION EN TANT QUE DASHBOARD

- Option 1. Outil de raccourci par la Team XBMC.

C'est inclus dans le dossier _tools comme <<SHORTCUT by TEAM XBMC.xbe>> + <<SHORTCUT by TEAM XBMC.cfg>>.

Instructions ici: http://www.xboxmediacenter.com/wiki/index.php?title=As_a_Dashboard (Option 1).

Renommer le <<SHORTCUT by TEAM XBMC.xbe>>+.cfg & également EDITER le .cfg afin qu'il corresponde à la configuration présente.

Voir INSTALLATION EN TANT QU'APPLICATION plus haut.

- Option 2. Grâce à une application appelée 'Team UIX's Xbe Shortcut Maker v1.0' par JbOnE, c'est maintenant très simple...

Transférer le contenu du dossier XBMC (ceci est TRES important car l'utilitaire n'est pas configurable) DANS "E:\APPS\XBMC\". Renommer <<SHORTCUT by TEAM UIX.xbe>> en quelque chose que le bios utilisé peut démarrer (voir http://www.xboxmediacenter.com/wiki/index.php?title=As_a_Dashboard ou lire le README du Bios) et transférer vers l'endroit où la méthode de mod démarre. Lors des prochaines installations, il n'y aura plus à se préoccuper de celà (à moins de vouloir déplacer XBMC).

 

* INSTRUCTIONS POUR L'environnement WIN32 PC (DOSSIER WIN32)

Bon à savoir, celà requiert DirectX9 pour être installé. Egalement toutes les cartes graphiques ne sont pas supportées.

Il faut:

- Copier XBMC_PC.exe & 'run_me_first.bat' depuis le dossier win32 vers celui de XBMC

- Lancer 'run_me_first.bat'

- Lancer XBMC_PC.exe

 

* CONSEILS DE MAJS

Si vous mettez à jour depuis une très vieille/mauvaise version, vous pourriez avoir des problèmes. Suivre ces règles simples:

- Remplacer tout le dossier XBMC par le nouveau

- Ne pas réimporter le dossier XBMC\UserData

- Effacer le contenu de E:\CACHE

- Effacer le contenu dans les lecteurs X: Y: Z:

- Effacer le contenu de E:\UDATA\0face008

- Effacer le contenu de E:\TDATA\0face008

 

 

Autres informations

La manuel en ligne de XBMC peut être trouvé sur www.xboxmediacenter.com/wiki

Toutes les questions ou problèmes doivent être posées dans le forum de support , ou bien dans le chan IRC officiel, #XBMC sur Freenode (irc.freenode.net). (NOTE : ne pas demander d'info sur comment se procurer une build de XBMC)

 

Si vous voulez d'autres skins (en faisant attention à ce qu'elle soient compatibles avant de les intaller), voir:

- http://forums.xbox-scene.com/index.php?showforum=178

- http://forums.xbox-scene.com/index.php?showforum=286

Il y a une liste des skins compatibles 'pre2.1' (note: pas forcément à jour :P) ici:

- http://www.xboxmediacenter.com/wiki/index.php?title=Skin_Compatibility_List

 

Si vous voulez d'autres scripts, voir sur

- http://www.xbmcscripts.com ou bien utiliser le XBMCScripts Installer 1.8 par EnderW & Blittan!

 

Si vous voulez des trainers, prenez les sur

- http://www.google.com/search?q=xbox+trainers

 

Le xbe a été patché pour les xbox retail et a été compilé avec la v5849 du XDK.

 

Si vous désiez retirer le logo de démarrage, effacez le splash.png du dossier \media

Si vous désiez retirer le son de démarrage, effacez le start.wav du dossier \skin\Project Mayhem III\sounds\

 

Le changelog de XBMc est inclus, voir Changelog.txt

le changelog de la skin est inclus, voir Changelog_PM.txt

 

:hot: :hot: :hot:

 

Source: Xbox-Scene Forums

 

Site officiel de T3CH: http://t3ch.xil.us (adresse temporaire: http://217.118.215.116/)

Télécharger via FTP:

FTP: xbmp.uk.xbins.org

Login: xbins

Mot de passe: homebrew

Lien vers le commentaire
Partager sur d’autres sites

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
  • Statistiques des membres

    23 028
    Total des membres
    1 033
    Maximum en ligne
    Subaru
    Membre le plus récent
    Subaru
    Inscription
  • Statistiques des forums

    128,1 k
    Total des sujets
    1,7 M
    Total des messages
×
×
  • Créer...