T3CH XBMC 2007-05-07 SVN rev8807

Parece ser que sacaron una nueva versión, aqui les dejo los cambios:

2007-05-07 8807 fixed: forgot to fix calls to entry function after changing
typedef
2007-05-07 8800 added: Sort by Name (filters on the label you set in music
settings) to songs views in music library.
2007-05-07 8799 fixed: More mouse fixes. All controls should now work with the
mouse.
2007-05-07 8798 fixed: errors and inconsistencies in DllLoader as noticed when
porting to linux branch
2007-05-06 8792 updated: french language (thanks to frostbox)
2007-05-06 8790 fixed: deleting an item from the video library now clears the path
hash so new scans can be performed on the folder
2007-05-06 8789 changed: export is a reserved keyword on with some compilers
2007-05-06 8788 fixed: tv show thumbs didnt get assigned to the folders.
2007-05-06 8786 fixed : changed string id in MyVideoNav.xml as the description was
showing incorrect.
2007-05-06 8784 changed: killed some warnings in the UnrarXLib build in preparation
for moving it into standard solution
2007-05-06 8782 fixed: image distortion when doing direct rendering with mplayer (
still has too many issues to be enabled in code )
2007-05-06 8775 fixed: issues with thumb assignment to dirs during rarred movie
scans.
2007-05-06 8774 fixed: Various mouse issues. Many controls (eg spinners, lists)
still won't work correctly.
2007-05-06 8773 fixed: remove content in video library didnt remove path hashes
(rescan wouldnt work afterwards even if you assigned new content).
2007-05-06 8772 updated: Finnish language (thanks to mikko) updated: Icelandic
language (thanks to sholafsson) updated: Chinese (Traditional) language (thanks to
omenpica) updated: Chinese (Simple) language (thanks to pc-man)
2007-05-05 8765 fixed: invalid types for dllaccept function
2007-05-05 8763 fixed: crashes in dvd player due to misunderstanding of
std::stringstream usage after TinyXML change to use std::io
2007-05-05 8762 fixed: minor type in CFileStream which hindered the use of a
backbuffer added: seeking using internal buffer in CFileStream for offsets from
current position
2007-05-05 8760 changed: use new CFileStream to read playlists, means file need not
be completly buffered into memory before attempting to parse it.
2007-05-05 8759 changed: allow play using on playlist files ( will only actually
play first item with the selected player ). normally only single item playlists are
considered playlists anyway ( unless playlistsasfolders is disabled ).
2007-05-05 8758 changed: removed logging of statting in emulation layer, python
logged a silly amount on that.
2007-05-05 8757 fixed: emulated bind function would fail on localhost address
"127.0.0.1" and on xbox ip address. fixed: emulated accept function would return xbox
socket pointer instead of index to emulation socket.
2007-05-05 8756 fixed: play using didn't work on stacked items
2007-05-05 8754 fixed: very odd usage of bool pointer during python
ListItem_Select. It worked by pure chance :).
2007-05-05 8752 fixed: Albums weren't removed from the library when all the songs
had been removed if an albuminfo lookup had been performed.
2007-05-05 8751 added: Ability for contextmenu buttons to use vis conditions, to
allow different looks for different places in the skin.
2007-05-03 8743 changed: Multipaths are now the default.
2007-05-03 8742 added: support for vp7vfw.dll in DllLoader and by that in mplayer.
don't expect very high performance as it seems about as complex to decode as h264
2007-05-03 8741 fixed: compile error
2007-05-03 8740 fixed: Song information showed up in context menu on a smart
playlist.
2007-05-03 8739 Fixed : PM3 Navigation in Smart Playlist Editor Changed : PM3
Layout of SmartPlaylistRule.xml to better match rest of pm3 dialogs
2007-05-03 8738 fixed: New smart playlist dialogs didn't have strings assigned to
them. They're smartplaylisteditor and smartplaylistrule.
2007-05-03 8737 added: Python methods select() and isSelected() to the listitem
changed: Python documentation for listitem
2007-05-03 8736 added: loop="true" ability to conditional animations.
2007-05-03 8735 fixed: Comment reading in id3tags just read the first comment. Now
reads the first non-empty comment.
2007-05-03 8734 fixed: And the rest of the build profiles.
2007-05-03 8733 fixed: XBMC_PC release build.
2007-05-03 8732 fixed: Compile issue with release build.
2007-05-03 8731 fixed: Wrong item was highlighted in music when playing in sort by
file mode.
2007-05-02 8730 fixed: typo in previous commit about multiple buffers during
render
2007-05-02 8729 changed: added xbmc root to default include directory and changed
stdafx.h includes to not use ../stdafx.h specification. those won't normally be
detected as precompiled headers anyway.
2007-05-02 8728 fixed: HQ Pixelshader - V2 would not display any image in window
mode / calibration
2007-05-02 8727 changed: minor fix for deletion of buffers when allowing direct
rendering
2007-05-02 8726 changed: added prototype for CApplicationMessenger as some places
manage to include Application.h without stdafx.h
2007-05-02 8725 added: CFileStream layer based on std::istream, allows using >>
functions from files changed: enabled TiXML STL functions to allow direct reading
from CFileStream objects, skipping string buffering
2007-05-02 8724 changed: don't include stdafx.h from .h files
2007-05-02 8723 changed: don't registry access in DllLoader normally as wm9 dll's
loag a huge ammount then.
2007-05-02 8722 changed: defining static string arrays in .h files which is
included in every file isn't the best.
2007-05-02 8721 fixed: Parent file items were missing from cached file lists -
missed the path.
2007-05-02 8720 fixed: Parent file items were missing from cached file lists.
2007-05-02 8719 added: Workaround for invalid iTunes id3v2 tags (eg TCP and TCMP).
Wish they would just stick to the standard!
2007-05-02 8718 added: Smart playlist editor for music. Accessible from Playlists
in music library, and on context menu on/in an existing smart playlist.
2007-05-02 8717 added: SetFromDBDate() routine to CDateTime, to translate
YYYY-MM-DD date strings.
2007-05-02 8716 fixed: CUtil::TranslateSpecialPath() now checks slash at end
insensitive.
2007-05-02 8715 fixed: CDirectory::Exists/Delete/Create failed on special://
URLs.
2007-05-02 8714 fixed: Assert in debug when a multiimage had a single image in it's
path.
2007-05-01 8698 added: FLAC embedded PICTURE metadata.
2007-04-30 8697 fixed: getMediaLocation() didn't set the folder flag for
filefolders (playlists etc.)
2007-04-30 8696 updated: Chinese (Traditional) language (thanks to omenpica)
updated German (Austria) language (thanks to ceomr) updated: Polish language (thanks
to napek) updated: Chinese (Simple) language (thanks to pcman) updated: Spanish
language (thanks to jose_t) updated: French language (thanks to frostbox)
2007-04-30 8695 updated: German language file (Based on english strings version
8690)
2007-04-30 8694 Changed : PM3 Removed "Not Locked" text from Music Visualisation
Vis info. If it doesn't say "Locked" then its not
2007-04-30 8693 Changed : PM3 Removed Dashboard button from the shutdown menu and
replaced it with a button to the new Favourites menu. This means you can get to your
favourites from anywhere now. For those people who don't use xbmc as their default
dash just add your dash to the favourites menu instead


en un primer vistazo, parece que solo tocaron un poquito el tema de los codecs h264.
madre mia q ritmo lleva esta gente. La putada para mi es q no podré probar esta revisión de los codecs hasta el fin de semana segurmente..

A ver si vosotros podeis hacer algún intento y comentais como va, sobretodo el tema de los codecs... yo sigo con la esperanza

salu2!
Joder, no hay que siga este ritmo, no doy a basto, acabo de meter la otra versión y ya está esta, joder, me parece que tengo que plantarme con alguna. Total, a mi para lo que yo uso, ya me valía la primera de todas, je, je....



Saludos.
si es que esto es un no parar, aun no me quedo con las pequeñas cosas nuevas y van y sacan otra yevo un mes actualizando cada semana, me parece que yo me quedo como estoy con la anterior a esta, y cuando hayan sacado dos o tres revisiones entonces actualizare,
Pues a mí me encanta y esto demuestra que la scene de Xbox sigue viva y que el XBMC es lo máximo en programas multimedia que puede tener cualquier consola, ojalá siga así mucho tiempo.
ya que microsoft ha enterrado a la consola, lo menos nos queda el mejor reproductor multimedia, lástima que no llegue a tirar con la alta definición bien.
Cualquier consola y cualquier PC, porque no he visto ningún reproductor que vaya tan bien como este ni siquiera en PC. A mi me maravilla la velocidad con la que abre los vídeos, incluso cogidos por wifi de 700Kbytes/s, se abre más rápido que en el PC, estando los ficheros en el PC, es casi magia.... Y el posicionarse en un punto de la peli, pasa lo mismo, es increible, se posiciona en un instante, y en el Pc incluso a veces se quedan colgadas las pelis....


Desde luego, este XBMC es una pieza de arte del software, un optimización acojonante, opciones a mansalva, prestaciones, etc.... lo dicho, el mejor reproductor multimedia que existe, en mi opinión....




Saludos.
AngelCaido escribió:Pues a mí me encanta y esto demuestra que la scene de Xbox sigue viva y que el XBMC es lo máximo en programas multimedia que puede tener cualquier consola, ojalá siga así mucho tiempo.
A ver que tal, voy con una build de hace medio año y tengo cosillas a 720p h264 que me gustaria probar que tal se ven con el XBMC, vamos a echarle un vistazo.

DrJ escribió:Joder, no hay que siga este ritmo, no doy a basto, acabo de meter la otra versión y ya está esta, joder, me parece que tengo que plantarme con alguna. Total, a mi para lo que yo uso, ya me valía la primera de todas, je, je....


DrJ, T3CH saca una nueva compilacion mas o menos semanalmente, desde luego que no es necesario que estes actualizandola siempre... Si tienes alguna razon para hacerlo, fantastico, si es solo hacerlo por hacerlo, no tiene porque merecerte la pena y puede que no veas ni una sola diferencia con la compilacion de una semana antes.
Es que recompilan el repositorio SVN entero cada semana, por eso no paran de sacar versiones continuamente :Ð Es como si te lo bajas tu y te lo compilas. El problema que son versiones inextables, la unica version estable actualmente es la 2.0.1, pero vamos, que lo mejor es pasar del tema y actualizarte cuando hay algun parche interesante o si estas programando para la consola (como por ejemplo yo, que para aprender Python me estoy haciendo un juego completo de utilidades Unix para el XBMC... no veas lo mega fashion que es tener una consola dentro de la consola [buenazo] ).

Por otra parte respecto al tema del HD... uno de los desarrolladores de la propia XBox consiguio programar la GPU para que fuese la que se encargara de decodificar el HD y funcionaba fluido en tiempo real y hasta hay un articulo cientifico escrito por el sobre el tema mostrando sus resultados. El problema es que el tio no ha soltado el codigo y no contesta cuando se le pregunta por el a pesar de que lo hizo por puro placer. Eso de trabajar para Microsoft no debe de ser sano para este tipo de cosas... [666] Pero al menos ya sabemos que tecnologicamente es posible. Ahora a ver quien es el guapo que le mete mano...
Hablando del XBMC, me instale una version mas o menos reciente (creo que del mes pasado o este mes no lo recuerdo). La cosa que en el menu principal donde ahi un menu vertical a la izquierda (se pueden seleccionar , mis programas, mis fotos el tiempo, ect..) y luego mas abajo las opciones del explorador de archivos y settings, cuando paso a estas dos ultimas opciones ya no me deja volver para arriba a las anteriores. Esto es normal ? Es un bug de esta version ?
LoRaX escribió:Hablando del XBMC, me instale una version mas o menos reciente (creo que del mes pasado o este mes no lo recuerdo). La cosa que en el menu principal donde ahi un menu vertical a la izquierda (se pueden seleccionar , mis programas, mis fotos el tiempo, ect..) y luego mas abajo las opciones del explorador de archivos y settings, cuando paso a estas dos ultimas opciones ya no me deja volver para arriba a las anteriores. Esto es normal ? Es un bug de esta version ?


No tengo ni idea, pero parece mas bien un fallo del skin (si: el Project Maihem III que viene por defecto no es el unico... yo tengo puesto el xTV, probablemente el que mas gente tenga instalado despues del Project Maihem III porque es el mayor y mas perfecto clon jamas creado de la interfaz del appleTV, y claro, yo no iba a dejar de lado los Macs... [babas] ). En cualquier caso, este tipo de cositas a los foros de XBoxMediaCenter ;)
Okeisss asi lo hare. Zenkius ! :p
Pues no hay suerte para mi. La he probado, y con los trailers de apple.com de 720p me va a parones, y con otros dos videos que he probado a 720p h264 incluso peor... Asi que me fastidio, me parece que mi xbox va a tener que seguir en la era de la baja definicion :(

Ni flowers de si debo estar haciendo algo mal, o simplemente mi consola no da mas de si...

Aps, ademas hecho a faltar en la version que me he bajado la skin de MC360, que ya me he acostumbrado a ella xD
Hombre, si tenías el skin en la otra versión, simplemente copialo en esta en la carpeta de skins, y ya podrás usarlo, no debería darte problemas...


Saludos.


MindTwist escribió:Pues no hay suerte para mi. La he probado, y con los trailers de apple.com de 720p me va a parones, y con otros dos videos que he probado a 720p h264 incluso peor... Asi que me fastidio, me parece que mi xbox va a tener que seguir en la era de la baja definicion :(

Ni flowers de si debo estar haciendo algo mal, o simplemente mi consola no da mas de si...

Aps, ademas hecho a faltar en la version que me he bajado la skin de MC360, que ya me he acostumbrado a ella xD
DrJ escribió:Hombre, si tenías el skin en la otra versión, simplemente copialo en esta en la carpeta de skins, y ya podrás usarlo, no debería darte problemas...


Pues he dejado el default, y creo que asi se va a quedar... Ayer lo estuve usando para ver un par de pelis, a la que vea en general si me es comodo, igual no vuelvo al MC360, que total, ni siquiera recuerdo que habia en las pestañas a parte de en la primera, que es practicamente lo unico que uso (videos y musica).
Todo lo demas en el MC360 no lo tocaba para nada, pestaña de juegos, de x-link/kai o algo axi, bla bla, ni recuerdo cuales eran las demas. Por lo menos hoy en dia esto ya pilla MOV/MKV, que mi version no los pillaba (aunque como he dicho para videos en 720p creo que de poco me servira, snif :( )
14 respuestas