› Foros › Retro y descatalogado › Xbox › Scene
jossma escribió:Hola tengo un problemilla con el xbmc a ver si me podeis ayudar.
Dispongo de esta release XBMC-SVN_2007-09-17_rev10259-T3CH
Pero algunas peliculas se me ven a trompicones desde el principio, las pongo en el pc y se ven perfectamente, a ver si me podeis decir como puedo solucionar este problemilla. Gracias a todos de antemano
jossma escribió:Hola tengo un problemilla con el xbmc a ver si me podeis ayudar.
Dispongo de esta release XBMC-SVN_2007-09-17_rev10259-T3CH
Pero algunas peliculas se me ven a trompicones desde el principio, las pongo en el pc y se ven perfectamente, a ver si me podeis decir como puedo solucionar este problemilla. Gracias a todos de antemano
dCrypt escribió:YA instalada
Sabéis que podéis descargar feeds desde aquí,
[url]*******[/url]
En su página está un poquito escondido con esos colores naranja
WoRMs escribió:esa web incumple las normas de eol. el xbmc utiliza el sdk de microsoft. quitala antes de que chapen el post
WoRMs escribió:
esa web incumple las normas de eol. el xbmc utiliza el sdk de microsoft. quitala antes de que chapen el post
ryuks escribió:entonces que hago renombro la cancion que quiera a start.wav y la sobreescribo a las bravas??
y cuando acabe la cancion se parará o seguira sonando?? (ya que lo suyo esque entrara en un bucle de que cuando acabe empiece de nuevo, vamos tener siempre musica de fondo aunque este un rato sin usarla). Graciiasss
ryuks escribió:entonces que hago renombro la cancion que quiera a start.wav y la sobreescribo a las bravas??
y cuando acabe la cancion se parará o seguira sonando?? (ya que lo suyo esque entrara en un bucle de que cuando acabe empiece de nuevo, vamos tener siempre musica de fondo aunque este un rato sin usarla). Graciiasss
PuKaS escribió:Hola!
Tengo un pequeño problema con el xbmc. Ahora al entrar en las carpetas compartidas me pide nombre de usuario y contraseña. He creado en el pc un usuario con su contraseña y lo que quiero es que se memorice en el xbmc, xq siempre me lo pide.
¿Alguna ayuda?
Gracias!
Celduques escribió:T3CH XBMC 2007-12-03 SVN rev10891
===========================
This is a complete snapshot of what was in SVN at the time the build was compiled, with just a few small additions:
+ Killarny & Nuka1195 & Pike's Apple Movie Trailers (AMT) SVN pre0.99.2 rev1756 [scripts/Apple Movie Trailers]
+ EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts/XBMCScripts]
+ Team XBMC Lyrics 1.5.5 rev1637 SCRIPT [scripts/XBMC Lyrics]
+ Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]
+ Nuka1195's T3CH Downloader SCRIPT rev1450 [scripts/T3CH Downloader]
+ Nuka1195 & Dataratt's AOL Videos Plugin 1.1.1 [plugins/video/AOL Videos Plugin]
+ Codecs for mplayer [/system/players/mplayer/codecs/*]
+ PM3 Red Theme + PM3 Blue Theme by Jezz_X
===========================
2007-12-03 10891 fixed: invalid #include
2007-12-03 10890 fixed: build error on debug builds
2007-12-03 10889 fixed: Carriage returns (n) would be stripped from labels.
2007-12-02 10888 fixed: invalid lockings caused background loader to only allow a single thread to execute (backport from linuxport rev 10884)
2007-12-02 10887 updated: French language file
2007-12-02 10886 changed: Reserved string id's. plugins 30000-30999, skins 31000-31999 added: localized strings to plugins, share with plugin settings (30000-30999)
2007-12-02 10885 changed: added visible attribute to plugin settings. works the same as the enable attribute, just hides the setting. eg visible="eq(-1,true)"
2007-12-02 10882 changed: No need for type="borderedimage" any more - a normal image control works withand added: You can specify separate border sizes for each edge using left,top,right,bottom if you want different sized edges. added: Lists/Panels can use borderedimages now - just specify theand
2007-12-02 10881 added: Bordered image control merged from linuxport branch (rev 10876, 10877)
2007-12-02 10880 fixed: compile errors due to last commit.
2007-12-02 10879 added: New text layout class with rendering of multi-style, multi-colour text in all controls.
2007-12-01 10875 fixed: plugins could use the wrong settings in certain circumstances
2007-11-29 10871 fixed: patch for videoscanner, previously sample/, sample.avi were ignored, this now ignores ._-' ' + sample + ._-' ' in filenames.
2007-11-28 10870 fixed: Certain sql queries were incorrect, thanks tut-ankh-amon fixed: Some pydocs
2007-11-28 10869 fixed: Skin strings wouldn't reload when loading a new profile (x2).
2007-11-28 10868 fixed: Skin strings wouldn't reload when loading a new profile.
2007-11-28 10864 cleanup: removed unnecessary logging.
2007-11-27 10863 fixed: Container.OnNext/Container.OnPrevious were triggered after a list container's content was refreshed. Now only triggers after a legitimate movement event.
2007-11-27 10862 fixed: CBackgroundInfoLoader would lockup xbmc if either onstartup/finish threw an exception changed: CBackgroundInfoLoader now continues on on other items if a single item throws an exception changed: On xbox we only allow max 2 background loader threads due to the high memory overhead of them.
2007-11-27 10861 fixed: derived classes of CBackgroundInfoLoader must call StopThread in it's destructor. Otherwise member variables are destroyed before the thread running in the class is stopped (try 2)
2007-11-27 10860 merged r10782, r10820: multithreaded background loader. CBackgroundIndoLoader now uses multiple threads (depends on the list's size) to download info (e.g. thumbnails).
2007-11-27 10859 fixed: derived classes of CBackgroundInfoLoader must call StopThread in it's destructor. Otherwise member variables are destroyed before the thread running in the class is stopped
2007-11-27 10858 merged r10718: fixed: properly display > 1 lines of subtitles in bidi charsets
2007-11-27 10857 fixed: strncpy doesn't zero terminate strings
2007-11-27 10856 merged r10182: fixed: HTTP class got hang on invalid return code from tcp. merged r10643: fixed: Don't follow redirects on HEAD requests (prevents recursively following redirects when checking for Internet connection). (thx micolous) merged r10643: fixed: updated Google's IP in CHTTP::IsInternet (thx micolous)
2007-11-27 10852 fixed: Crash bug in stacking multiple CD folders.
2007-11-26 10851 fixed: dvdplayer now plays wma files properly, this could potentially fix some video files with wma audio but i've not seen it occur there.
2007-11-26 10850 fixed: music video studios were removed when cleaning database
2007-11-26 10849 fixed: small tweak to imdb.xml to exclude imdbtv related results contained within quotes e.g "tvshow" (more accurate results for movies)
2007-11-25 10846 changed: merge r10724 to trunk, m_bStop in CThread to be declared 'volatile' changed: make dvdplayer also use volatile variables for m_bStop
2007-11-25 10845 changed: merge r10166 to trunk, "fix some uninitialized code usage"
2007-11-25 10844 backport to trunk: sometimes ffmpeg's av_read_frame results in a 0 size packet. this was treated as error - caused movies to end in such cases. now only negitive values are considered as error.
T3CH XBMC 2007-12-09 SVN rev10941[/size escribió:
Celduques escribió:Pues si no das más detalles... igual lo grabas mal, igual tu lector está medio muerto y no reconoce bien el disco o utilizas una marca que tu lector no reconoce.
gunsmoke escribió:¿tengo que hacer algo para que me arranquen los juegos y los dvds desde el XBMC?
Es que cuando le doy a que arranquen, se me queda la pantalla en negro y reinicia el XBMX. Hay algo que hago mal y no sé qué es...
micloepc escribió:como hago para que una carpeta entera vaya asosiada a una imagen y sea la que se muestre como caratula del disco?...cuando esta en el modo 3d es genial, pero si no le metes imagenes es como si te aparecen microfonos xD
treki23 escribió:Una preguntita...hay alguna forma de que con el skin mc360 aparezca el tipo de vista 3d??? en el Proyect Mayjem III si sale pero en el MC360 no.
saludos
WoRMs escribió:poniendo solo 1 imagen dentro de la carpeta del disco, esta será la que aparece como portada.
treki23 escribió:
Buenas, nadie lo sabe? solo me pasa a mi? siento ser tan pesado, es que me sorprende mucho este tema.
saludos y gracias