T3CH XBMC 2007-04-29 SVN rev8692, Nueva version

Pues esto compañeros. Parece q tenemos nueva version del XBMC. No se ningún detalle sobre ella. En cuanto pueda intento buscar informacion sobre q han actualizado
2007-04-29 8692 changed: Music songs is no longer cached independently of the usual
cache system. Fixes a few issues with that list not updating after thumb or ratings
changes.
2007-04-29 8691 Fixed : DialogAlbumInfo.xml descriptions in both 4:3 & 16x9 were
out by 20 pixels.
2007-04-29 8690 added: Song Information dialog, with ability to rate songs, with
nice skin by Jezz_X
2007-04-29 8689 fixed: Albuminfo lookup infinite loop in some cases.
2007-04-29 8688 added: ListItem.Comment to info manager.
2007-04-29 8687 fixed: Songs would sort in reverse order if they have the same
rating when sorting by rating.
2007-04-29 8686 fixed: If an item didn't have tag details loaded, ListItem.Rating
returned the thumb.
2007-04-28 8685 fixed: Slash at end of filefolders (eg playlists) in
getMediaLocation().
2007-04-28 8684 Added : PM3 Music rating Stars to Full screen Visualization Music
Info. Also added too Following Media view types when sorted by rating "List, List2,
Album and BigList"
2007-04-28 8683 fixed: WindowXML fallback media path did not work on the xbox.
Slash at end issue.
2007-04-28 8682 added: Container.Sort(SongRating) info condition.
2007-04-28 8681 Fixed : PM3 "DVD Icons" and "Album Icon" views navigation didn't
wrap top to bottom and bottom to top
2007-04-27 8680 fixed: Skin.SetString(string,string_to_set) didn't work.
2007-04-27 8679 code cleanup
2007-04-27 8678 added: ListItem.Rating and MusicPlayer.Rating for music ratings.
2007-04-27 8677 added: Support for comment and rating fields in music files. Rating
fields read from files are POPM fields for mp3, and RATING tags for all others (also
RATING in TXXX a la foobar2000). Rating is stored 0 (no rating) or 1-5. Rating and
comment are both supported in smartplaylists, and you can sort by rating in the song
levels of the music library.
2007-04-26 8676 changed: removed function indirection on D3DXCreateMatrixStack,
vortex.vis is only viz/screensaver using it, and it seems to not complain. removed:
d3d-dx8.dll export wich only contained two functions, wich only had different
decoration than in d3d_dx8.dll. also no viz/screensaver use them.
2007-04-26 8675 fixed: refresh info failed for single episodes.
2007-04-26 8674 fixed: all items showed in the season node when there were no
seasons.
2007-04-26 8673 fixed: update library didnt show in tv show node context menu.
2007-04-26 8672 fixed: Remove from library wasn't working in video library.
2007-04-26 8670 updated: German language file by sCAPe (Based on english strings
version 8669)
2007-04-26 8669 Added : "Favourites" string to strings.xml id 1036 for skinning
use
2007-04-26 8668 changed: Browse for... strings have been made full strings instead
of tacking on the end of "browse for" allowing better translation. Some python
scripts may be effected.
2007-04-26 8667 Changed : PM3 Updated new dialog xmls header to have their
proper window ID's
2007-04-25 8666 cosmetic: remove trailing spaces
2007-04-25 8665 changed: don't log error messages for dismounting and deleting of
symbolic links if device is dismounted already or symbolic link doesn't exist.
2007-04-25 8664 changed: avoid duplicating memory usage for exported function names
by using static structs for the standard exports instead of allocating them on
heap.
2007-04-25 8663 fixed: Music and Videos root context menu (Add Source etc.) weren't
working correctly.
2007-04-25 8662 changed: Sort order defaults to "sort by album" when you enter a
songs listing from "All Albums". Means queuing an artist will queue in album order.
2007-04-25 8661 fixed: An artist with a single album would start in the album
folder rather than artist folder when browsing for artist image.
2007-04-25 8660 fixed: missing database close call.
2007-04-25 8659 fixed: typo that caused NeedRenderFullScreen() to always return
true.
2007-04-25 8658 fixed: loading of ir50_32.dll for Intel Indeo 5 videos
2007-04-25 8657 fixed: typo error in video config code
2007-04-25 8656 fixed: GetAlbumPath() was slower than it should have been (caused
slow info lookups from the library)
2007-04-25 8655 changed: CUtil::GetDirectory() now returns the folder with trailing
slash intact.
2007-04-25 8654 reverted: .mp4 as a paplayer codec for aac.
2007-04-25 8653 added: Possibility to use ListItem.* in the favourites dialog.
2007-04-25 8652 fixed: Video library and Music library items didn't work as
favourites.
2007-04-25 8651 fixed: AddFront() was broken in CFileItemList.
2007-04-25 8650 fixed: Checkmark control didn't respond to SetColorDiffuse.
2007-04-25 8649 added: Debug info to the scripts window.
2007-04-25 8648 changed: WindowXML python should only set the alternate fallback
folder when it is needed (ie allocresources and render), otherwise other windows that
allocate or render while the python window is up may not find their textures if
they're outside the xpr.
2007-04-25 8647 Changed : Keymap for scripts window so Black Opens script info and
White opens context menu for new favorites menu
2007-04-25 8646 fixed: WindowXML: If fallback media path was used, some controls
didn't render until focused changed: WindowXML: Moved fallback media path inside the
/skins/skinname/ folder with PAL, PAL16x9... changed: Python method getThumbName() ->
getCacheThumbName()
2007-04-25 8645 Changed : PM3 Removed all traces of submenu stuff now its been
replaced with the superior Favorites menu
2007-04-25 8644 added: Favourites dialog. Replaces submenu dialog in PM3 - up to
other skinners to include if they like. Add items to favourites via the context menu
from the media views.
2007-04-25 8643 added: .mp4 as a paplayer codec for aac.
2007-04-25 8642 cleanup: Prepared for CUtil::GetDirectory() change in behaviour (no
more removing slash at end)
2007-04-25 8641 cleanup: Removed unnecessary code in DialogSubMenu.xml (may affect
very old skins)
2007-04-25 8640 added: Favourites dialog. Replaces submenu dialog in PM3 - up to
other skinners to include if they like. Add items to favourites via the context menu
from the media views.
2007-04-24 8639 fixed: hdhomerun reading function was a NOP fixed: getsockname
wouldn't return a ip address for locally bound sockets ( windows doesn't require it,
but it's common practice in the *nix world, so let's emulate it )
2007-04-24 8637 fixed: exception in video info scanner
2007-04-24 8636 updated: chinese (simple) language (thanks to pcman) updated:
chinese (traditional) language (thanks to omenpica) updated: french language (thanks
to frostbox)
2007-04-24 8635 updated: German language file by sCAPe (Based on english strings
version 8628)
2007-04-24 8634 fixed: Context menu could be positioned offscreen if a list was
close to the edge.
2007-04-24 8633 fixed: Crash creating textures from 8bit images which contained no
transparent black.
2007-04-24 8632 cleanup: Removed some old commented code.
2007-04-24 8631 fixed: GetTitleFromPath() failed for folders.
2007-04-24 8630 changed: FileItem map and Contains() routine is now
case-insensitive.
2007-04-24 8629 changed: Refactored the contextmenu code throughout.
2007-04-24 8628 Added : PM3 A skin setting to enable Playing of .m3u Playlist on
load of skin (startup)
2007-04-24 8627 added: update library in video library.
2007-04-24 8626 added: update library in video library.
2007-04-23 8625 Changed : PM3 alignment and position of text and images in Media
Info Views and and Video info dialog
2007-04-23 8624 changed: make sure there is no slash at end of tune url for
hdhomrun after browsing
2007-04-23 8623 fixed: hdhomerun client wouldn't respect options set on command
line
2007-04-23 8622 changed: playfile from http api now nolonger makes an assumption on
if file exists andor is an internet file before trying to play a file. it now ask
xbmc to play it nomatter what.
2007-04-23 8621 changed: create field texture in HQ Pixel Shader V2 on demand
instead of always.
2007-04-23 8620 added: Python Method xbmc.getThumbName() It returns the hexidecimal
crc'd filename from a path you supply. (eg
xbmc.getThumbName("f:\Videos\Ultraviolet.mov") returns "06664c61.tbn")
2007-04-23 8619 changed: avoid correcting field offset in bob+weave renderer until
outputting to backbuffer
2007-04-23 8618 fixed: chroma offset was 1/4th of a pixel wrong after changes to
memory reducing changes to rgb renderer. (doubt it is even possible to notice)
2007-04-23 8616 fixed: XBMC_PC didn't compile after filezilla changes.
2007-04-22 8615 fixed: special paths didnt work with skin.setfile and its
siblings.
2007-04-22 8614 fixed: More reliable tracking of scanned paths in music library.
2007-04-22 8613 fixed: if 'FileZilla Server.xml' does not exist or is corrupt, ftp
server runs without any user data and a login is not possible
2007-04-22 8612 update: updated mplayer's realplayer rtsp client from mplayerhq,
adds username/password support and fixes an buffer overrun.
2007-04-22 8611 Reverted : last PM3 change due to visibility errors of the dialogs
never closing
2007-04-22 8606 Changed : Background Video and Music Scan dialogs are no longer
Visible while in Fullscreen Video or Music
2007-04-22 8605 changed: better handling of start-times in mpg-ts files. they
should now start from zero time instead of some huge value.
2007-04-22 8604 Changed : reversed onlicks in skinsettings to setfile then
setstring makes more sense. skin.setfile mask & path used for submenu options for
ease of navigation. Incorrect string was being used. Also move the 'No Link Set' a
few pixels so it all looks nice & tidy.
2007-04-22 8603 fixed: stupid me left the outputdebugstring code intact for no
reason.
2007-04-22 8602 added: skin.setfile now takes a default path parameter. syntax:
skin.setfile(stringname,[mask,defaultpath])
2007-04-22 8600 changed: moved the verbose output from filexbmsp to log level 3.
2007-04-22 8598 fixed: xbmc would often hard lock during caching or startup if the
caching dialog was open, due to calling cguifontttf functions from non rendering
thread.
2007-04-22 8597 fixed: timidity codec would crash after about 10 songs.
2007-04-22 8595 fixed: Gamesave folder thumbs were not working.
2007-04-22 8591 fixed: MP4 tag reader cached thumb for every track, even if it
already was cached.
2007-04-22 8590 changed: Music scanner hashes now include date to better pic up tag
changes. Plus some progress fixes.
2007-04-21 8589 fixed: id3tag reader would cache album cover every time, even if
the file already exists.
2007-04-21 8588 changed: reduced sensitivity of bob+weave deinterlacer to make hqv
disk abit more happy
2007-04-21 8587 fixed: typo that caused new bob+weave deinterlacer used field
changes instead of downscaled frame changes for motion detection. (fixes static
scenes and horizontal hairline flickering) changed: made motion detection much more
sensitive in bob+weave deinterlacer much more sensitive
2007-04-21 8586 fixed: Update Library or Rescanning would remove last played and
top100 information for songs.
2007-04-21 8585 added: Update Library context menu item to the Music Library -
rescans for added and removed items.
2007-04-21 8584 added: Directory hashing to the music library scan process so that
when we rescan we know whether we need to update the library or not. No need to ask
user if they want to scan all or just scan newly added items anymore. Current hash is
based on item paths and filesizes.
2007-04-21 8583 removed: unnecessary debug environment logging
El tema de HD como siempre verdad,a trompicones? lo voy a probar con los vídeos en HD que con la anterior versión iban bien a ver que tal aquí.
Yo creo que el tema HD no va a poder ser por mucho que queramos....

Por mucho que optimizen y tal....se necesita demasiada potencia ,y la xbox va demasiado corta ....Demasiado hace ya para lo que tiene la pobre...

Aun me parece increible como veo los DVDs reescalados y los divx a 720p con este "simple" p 700 mhz y 64 de ram...Alucinante en mi plasma ,y a quien se lo enseño a dia de hoy todavia "flipa" con la cajita negra y sus prestaciones...

Ojala me equivoque... :-( :-(
Es acojonante como curran estos chicos. Actualizaciones cada 7/10 dias. Normal que sea el mejor programa que existe en el mundo para reproducir videos.
Saludos.
gejorsnake escribió:Aun me parece increible como veo los DVDs reescalados y los divx a 720p con este "simple" p 700 mhz y 64 de ram..

Pues no es un Pentium III sino un Celeron [Alaa!]
Jeje.....que mala es la edad :Ð :Ð :Ð :Ð

MAs a mi razon no....??? el celeron era mas "pavo" que el P3 ,no ???

A todo esto ,merece la pena actualizar la version,o esperar a un salto mayor ??? que al ritmo que sacan actualizaciones se vuelve uno loco :-O :-O
Yo tengo la extraña mania de actualizar siempre que sale una version nueva :/ no puedo evitarlo!!!
Te nombraremos "conejillo oficial" del foro de Scene de Xbox.... XD XD XD
yo la prueba q hago es con el script del GameTrailers y intento visualizar un video en HD. Empieza bien pero luego se para al momento.

El tema de los scrips me lo han cambiado de sitio. El menú q aparece al apretar el boton de la flecha me aparece vacio. Sabeis como configurar para q los scrips salgan ahi¿?
Hola, pues yo lo que hago es instalar las nuevas versiones como aplicación y así las voy probando sin problemas, hasta que me convence alguna y entonces lo paso a dash principal.

Un saludo.

PD: Segun un colega mio, la peli Yo Robot en divx hd va rozando la perfección. Es la única (de cinco) aparte de un trailer de Madagascar (que yo he visto y a 720p se ve de vicio) que le ha funcionado sin problemas. Algunas solo tiran a trompicones. No se mas detalles, si me entero lo cuento por aquí. Imagino que dependerá mucho del codec utilizado.
La verdad es q yo veo practicamente imposible mover con fluidez videoHD con un celeron a 700 y 64Mb de RAM. Pero esta gente han creado un producto tan grande q me nos lo podemos esperar todo...

Si la negra llega a mover el HD sin problemas la pego a la tele de por vida
guajolote escribió:Hola, pues yo lo que hago es instalar las nuevas versiones como aplicación y así las voy probando sin problemas, hasta que me convence alguna y entonces lo paso a dash principal.

Un saludo.

PD: Segun un colega mio, la peli Yo Robot en divx hd va rozando la perfección. Es la única (de cinco) aparte de un trailer de Madagascar (que yo he visto y a 720p se ve de vicio) que le ha funcionado sin problemas. Algunas solo tiran a trompicones. No se mas detalles, si me entero lo cuento por aquí. Imagino que dependerá mucho del codec utilizado.


Mira a ver si está comprimida en Divx con el que la Xbox no tiene problemas a 720p, el problema viene con los videos y pelis comprimidas en x264/h264 que son la mayoría.
AngelCaido, tengo una pregunta. De donde sacas videos en formato h264?¿ a fuentes legales me refiero... algún anuncio o trailer?¿?¿

es para continuar haciendo pruebas con las actualizaciones q vayan apareciendo.

Yo en lamayoria de tests (videos streaming de Gametrailers) los videos empiezas correctamente durante los primeros 5 segundos, luego se paran y simplemente oigo el audio...

salu2!
A ver hace tiempo puse una de las primeras versiones del XBMC, y no fue hasta hace poco que puse la ultima versión del XBMC, pues bien, la cuestión es la siguiente, con el antiguo desde programas, metiendo un dvd con la copia de seguridad de dos o más juegos grabados en sus correspondientes carpetas podia explorarlo y cargar directamente el default.xbe de cada backup, es más aparecia el icono del juego en cuestión, a mi que cada vez que queria hacer una copia de seguridad de mis juegos metiendo varios en cada dvd, tenía que hacer el menu con el XBOX GAME SELECTOR me parecio mas comodo grabar directamente los juegos en sus correspondientes carpetas, ya que me ahorraba el tener que hacer el menu con el XBOX GAME SELECTOR, simplemente iva a la carpeta con el XBMC cargaba el default.xbe y listo, pues bien cual es mi sorpresa que en el nuevo XBMC no puedo hacer eso, veo las carpetas pero no puedo acceder a ellas, le doy al boton blanco a ver si me da alguna accion de explorar, o algo y nada, voy al explorador de archivos y trato de cargar el default.xbe y nada, he mirado las opciones y no encuentro nada que me pueda ser de ayuda para poder hacerlo.
Por cierto estaria bien la posibilidad de que leyera directamente las isos.
Bueno, pues rectificar es de sabios. Ahora lo he visto yo con mis propios ojos directamente y Yo robot va muy bien hasta que hay escenas de acción. Aqui empiezan los parones. El video es h264. la verdad es que si lo consiguieran seria una pasada. Esto del Hd si que es cine en casa. Un saludo
Yo también tengo la flechita vacia, a ver si alguien sabe como ponerla bien...


Saludos.
Guajolote ¿con cual de los dos reproductores has probado?,como ya comente en el hilo de la versión del día 20 con el reproductor por defecto el vídeo que vi daba tirones en dos puntos concretos al usar el mplayer iba perfecto.
Pues los vi con el que trae el xbmc por defecto. Un saludo
Este hilo se ha hecho antinguo en un plis. Van como las escopetas esta gente con el tema de las versiones.

Aqui teneis el link del compañeros WoRMs

[URL=http://www.elotrolado.net/showthread.php?s=&threadid=762450]T3CH XBMC 2007-05-07 SVN rev8807
[/URL]
Sobre la película Yo,Robot,se ve de lujo.Si se utiliza el reproductor que viene por defecto como ya a mencionado el amigo Guajolote en las escenas con movimientos muy rápidos,las de acción,la imagen se entrecorta pero si usamos el otro reproductor que trae no hay ningún corte,baja un poco la tasa de frames pero se ve muy bien.
Para ver algún vídeo HD probar el otro reproductor,da resultados muy buenos.
20 respuestas