Latest XBMC - Updated regularly

the latest link is dead. can someone point me in a working ones direction the torrent version is dead aswell thanks in advance
 
***UPDATED***
T3CH XBMC 2007-07-30 SVN rev9731: Download (52MiB)

Archive Versions can be found on Page 1
 
Last edited:
cheers bally
 
***UPDATE***
T3CH XBMC 2007-08-05 SVN rev9834: Download (52MiB)

Archive Versions can be found on Page 1
 
***UPDATE***
T3CH XBMC 2007-08-12 SVN rev9920: Download (52MiB)


Archive Versions can be found on Page 1
 
***UPDATED***
T3CH XBMC 2007-08-26 SVN rev10100: Download (52MiB)

Changes (since rev9999) said:
*************************************************************************************************************
*************************************************************************************************************
Partial Xbox Media Center CHANGELOG
(revision 10100 to 9999)
*************************************************************************************************************
*************************************************************************************************************
Date Rev Message
=============================================================================================================
2007-08-26 10100 fixed: Crash in video library scanning if number of directors > number of studios.
2007-08-26 10099 fixed: dvdplayer would stall if user attempted to skip stillframes early
2007-08-26 10098 added: ability to skip directly to dvd title menu, enable in video settings (only works on some dvds)
2007-08-26 10097 changed: rewrote handling of disabled subtitles for dvdplayer, it should now respect users setting for atleast titles wich don't automatically modify subtitle settings.
2007-08-26 10095 changed: use wide string constant for default value in constructor of CScrollInfo, I'm not even sure this default is actually valid at all.
2007-08-26 10093 changed: move some stuff playback processing stuff from CApplication::Render to CApplication::process where it belongs
2007-08-26 10092 changed: use 64bit friendly uintptr_t for pointer arithmetics in dllloader
2007-08-26 10091 updated: polish language (thanks to smuto) updated: Chinese (Traditional) language (thanks to omenpica)
2007-08-26 10090 added: English language string id(572) added: Studio sort method and label format parameter %U added: Video Runtime sort method fixed: Python docs mistakes, thanks cptspiff good eyes
2007-08-25 10088 fixed: dvdplayer was only able to open the first external subtitle it found.
2007-08-25 10086 added: [ 1781132 ] Various patches to make it compile on 64 bit archs - guifont.patch. thanks to seppel
2007-08-25 10085 added: [ 1781132 ] Various patches to make it compile on 64 bit archs - fileitem.patch. thanks to seppel
2007-08-25 10084 added: [ 1781132 ] Various patches to make it compile on 64 bit archs - unrar.patch. thanks to seppel
2007-08-25 10083 added: [ 1781132 ] Various patches to make it compile on 64 bit archs - paplayer.patch. thanks to seppel
2007-08-25 10082 changed: reorganized subtitle/overlay handling in dvdplayer fixed: dvdplayer would display overlays with the wrong color for a few seconds if spuclut changed on the cell change.
2007-08-25 10081 added: listitem.mpaa, videoplayer.mpaa info labels
2007-08-25 10080 added: studios to movies + node to video library (defaultstudios.png)
2007-08-25 10079 updated: finnish language (thanks to mikko) updated: icelandic language (thanks to sho)
2007-08-24 10071 fixed: mplayer would leak socket handles on http errors, asf streaming, asf -> http fallbacks. This is the cause of the fonts disappear bug.
2007-08-24 10067 fixed: if ttf font renderer failed to cache a character twice it would crash d3d
2007-08-23 10063 fixed: "Add Source" in context menu of memory card shares wasn't working.
2007-08-23 10062 fixed: Not so smooth scrolling/text jumping in "List 2" view.
2007-08-23 10056 Added : PM3 Wide Icon Views to scripts section (as requested) and sideways scrolling view (Big Icons 2) to Programs section
2007-08-23 10055 Added : Thumbnail reflection to DialogVideoInfo.xml for episode thumbs so it matches Media Info View better
2007-08-23 10054 Changed : Added TV Show Title to Video Info dialog for episodes
2007-08-23 10052 fixed: Incorrect number->symbol mapping for keyboard.
2007-08-23 10051 added: $LBRACKET "[" and $RBRACKET "]" to replaceable parameters for $INFO formatting
2007-08-22 10048 fixed: CCharsetConverter::logicalToVisualBiDi would overrun it's string on invalidly formatted utf8 strings.
2007-08-22 10047 fixed: GetEpisodeInfo() didnt get all tags
2007-08-22 10046 Fixed: Pyro rendering again.
2007-08-22 10044 fixed: corrupted screensavers due to the renderstate not being what they expected.
2007-08-22 10043 fixed: fixed: the stupid rar library can't handle slashatend() properly (2) fixed: call CreateDirectoryEx instead of CreateDirectory since rarlibs doesn't consider that it should create all parent paths of the file it tries to open - this should fix all those errors with site extract
2007-08-22 10042 fixed: the stupid rar library can't handle slashatend() properly
2007-08-22 10041 added: support for assigning icons (in the skin) to the video library nodes. DefaultMovieTitle, DefaultTvshowTitle, DefaultActor, DefaultGenre, DefaultYear, DefaultDirector, DefaultMovies, DefaultTvshows, DefaultRecentlyAddedMovies and DefaultRecentlyAddedEpisodes. all png images (extension wise)
2007-08-21 10031 added: English language string id(1042) changed: xbmcplugin.addDirectoryItem() now takes a total items argument, used to display a progress bar.
2007-08-21 10030 fixed: UK timesetting should be using mph not kmh added: [ 1600435 ] Adding "EU" to English langinfo.xml, with minor changes
2007-08-21 10029 added: read track number for music items in upnp client
2007-08-21 10028 fixed: A non-button control with id=31 could cause a crash in settings category windows on change of settings group.
2007-08-21 10027 added: upnp server now exports track number of an music track
2007-08-21 10026 changed: allow seeking within curls internal buffer even if we consider server unseekable. should fix mediatomb jpg reading.
2007-08-21 10025 fixed: make sure upnp server and client can transfer genre properly
2007-08-21 10024 added: support to make upnp server show up in Windows Media Player 11 on vista. music works okey, on the movie side, only moves not tvshows show up, and movies have their url as their name.
2007-08-21 10022 fixed: Python's ListItem control's setInfo() method, would not work with unicode. changed: some more infolabels to the setInfo() method
2007-08-21 10020 added: Ability to have multiple <onclick>'s in static list items.
2007-08-20 10018 changed: some more merge back from linux branch and simplifications where it made sense for dvdplayer
2007-08-20 10017 cosmetics: build video/audio player info for dvdplayer inside respective player instead of in base player
2007-08-20 10015 updated: Chinese (Simple) language (thanks to pcman) updated: Chinese (Traditional) language (thanks to omenpica) updated: Danish language and langinfo (thanks to buchwaldsource) updated: Finnish language (thanks to mikko) updated: Polish language (thanks to smuto)
2007-08-20 10014 updated: Swedish language file by blittan (based on english 10008)
2007-08-20 10009 fixed: Icon of Add Source item wasn't displaying.
2007-08-20 10008 added: "Plugin directories" via python scripts. Allows scripters to return directory listings to incorporate their scripts within the media windows. Plugins go in plugins/<media type>. Add a source to the plugins the usual way (via Add Source). Thanks to Nuka1195 and Umbehagen.
2007-08-19 10005 fixed: dvd's with multiple stillframes in a row would skip everything but the first stillframe, this is the old dvdplayer quits when menu appear bug. Thx Bubbadood for the sample dvd that exhibited the issue.
2007-08-19 10003 fixed: dvdplayer would attempt to synchronize audio/video continuously on some sources where first frame had a negative dts fixed: dvdplayer wouldn't display any time progress during times stillframes.
2007-08-19 10002 changed: avoid opening music/video db if info for an item already is known fixed: upnp server returned 0 count instead of -1 as it should when it isn't known.
2007-08-19 10001 changed: upnp server now caches directory request to speed up response time from music/video library
2007-08-19 10000 changed: don't specify distinct on sql IN selects. ie. select * from songs where idartist in (select [DISTINCT] from table). only makes query slower if it has any effect.
 
***UPDATED***
T3CH XBMC 2007-09-02 SVN rev10142: Download (52MiB)

Changes (since rev10100) said:
2007-09-01 10142 updated: Czech Language Strings based on 10101 by ezechiel1917
updated: Polish Language Strings based on 10101 by NaPeK updated: Finnish Language
Strings based on 10101 by mikko70 updated: Danish Language Strings based on 10101 by
buchwaldsource
2007-09-01 10140 fixed: xbmc.reset did a powercycle instead of a reset.
2007-08-31 10138 fixed: pausing playback exiting to gui and returning to fullscreen
would just render grey image with hq pixelshader v2
2007-08-31 10137 cosmetic
2007-08-31 10136 fixed: handle exceptions in libavformat more gracefully
2007-08-31 10135 fixed: after seeking to eof in dvdplayer, player would keep
playing for a few seconds, then exit
2007-08-31 10134 added: dvdplayer can now abort stream reading that has stalled in
ffmpeg url reading added: dvdplayer now supports pausing rtsp streams and resume
again later if server supports it. (currently if you pause and server doesn't support
it, we pause anyway so buffers will fill up and then loos streamed data) changed:
dvdplayer is now default player for rtsp:// stream that doesn't end with .ra or .rm
2007-08-31 10131 changed: merge some more stuff back from linux branch for
dvdplayer
2007-08-31 10129 changed: simplify include of rendermanager, handle difference in
RenderManager.h instead
2007-08-31 10126 changed: improved the chunked reading in neptune abit
2007-08-30 10124 change: libcurl.dll updated to 7.16.14 version (http, ftp,
shout..)
2007-08-30 10123 fixed: missing file
2007-08-30 10122 changed: combined msvcrt.dll and msvcr71.dll exports from xbmc,
they should be binary compatable + we use the same emulation functions anyway. added:
stub export for msvcr80.dll using same exports as msvcrt/msvcr71, more exports are
probably needed to get it to work.
2007-08-30 10121 added: support for generating lastchange events for upnp renderer.
(this can easily crash xbmc on xbox, so don't enable upnp renderer unless you use
it). changed: allow upnp server to serve files through xbmc's normal filesystem. this
allows xbmc to serve remote files (like on smb) to the client that only support
http.
2007-08-30 10118 fixed: upnp client/server couldn't parse chunked server responses
(Neptune's http reader didn't support it). Nero MediaHome uses this in it's
responses.
2007-08-30 10117 added: system.progressbar infolabel that returns the current
progress (0->100)
2007-08-30 10116 typo in previous commit
2007-08-30 10115 fixed: don't crash upnp client/server if we run out of sockets
2007-08-29 10114 fixed: dvdplayer would print odd time and total time on startup
2007-08-29 10113 changed: always announce upnp device every 7 seconds, even if we
are attempting our psuevdo multicast mode on xbox (we can send, but not hear
multicast)
2007-08-29 10109 fixed: didn't update episode counts during video library clean
2007-08-28 10106 updated: Swedish language file by blittan (based on english
10101)
2007-08-27 10101 fixed: elupus forgot the string for dvdautomenu feature
 
***UPDATED***
T3CH XBMC 2007-09-30 SVN rev10387: Download (52MiB)

Changes (since rev10329) said:
2007-09-29 10387 changed: fastforward in dvdplayer now takes into account the vsync
limitation, and drops frames so as to be able to render at the given speed.
2007-09-29 10384 changed: update video library now cleans as well
2007-09-29 10383 fixed : fix for impawards international posters
2007-09-28 10382 fixed : scrollbars were 5 pixels to short in my opinion (all
views)... and bar itself was off by width of 4 pixels in 4x3
2007-09-28 10381 updated : various video info dialogs both 4x3 and 16x9 tvshows,
movies, episodes & music videos.
2007-09-28 10375 fixed : sloppy commit... files restored to original state
2007-09-28 10374 fixed : added a few conditions for new cast view for movies to
avoid conflicted with tvshows, episodes & musicvideos info dialog
2007-09-28 10373 fixed : tagline value was not working due to id
conflict (typo), added scrollbars to cast view, restored keep aspect on thumbs
2007-09-28 10372 changed: Q:\ now shows in all browse dialogs by default
2007-09-27 10371 updated: Swedish language file by blittan (based on english
10369)
2007-09-27 10370 changed: dont' scan info for sample.avi (assumed to be a
sample..)
2007-09-27 10369 added: actor thumbs added: impa posters for imdb scrapes (you can
choose between several using get thumb)
2007-09-27 10365 fixed: return value of CFileCurl::Read can't be -1, as the return
value is an unsigned int.
2007-09-27 10361 fixed: wouldn't save music / video playlists
2007-09-26 10357 updated: German language file by sCAPe (Based on english strings
version 10279)
2007-09-26 10356 added: IsEmpty() conditional.
2007-09-26 10352 fixed: Mouse dragging coordinates weren't correct under certain
calibration conditions.
2007-09-25 10349 added: count to ListItem_SetInfo() python method (sets
m_iprogramCount) changed: plugins no longer verify on ok when browsing for plugins.
(Thanks to cptspiff)
2007-09-25 10348 changed : quickpath name for recently added musicvideos
(recentlyaddedvideos) to (recentlyaddedmusicvideos)
2007-09-25 10347 added: quickpath names for recently added movies,episodes,videos
(recentlyaddedmovies),(recentlyaddedepisodes),(recentlyaddedvideos)
2007-09-24 10341 fixed: typo in dvdplayer ff/rw rewrite
2007-09-24 10340 changed: rewrote parts of FF/RW system in dvdplayer. video player
should now be able to play video backwards if demuxer/input stream can provide it.
preparation for trick play support on dvd's
2007-09-24 10339 added: missing keymapping for queue in music playlist editor.
added: remove item to music playlist editor context menu
2007-09-24 10338 fixed: video smart playlists didnt work very well if a music video
had no genre assigned. hopefully this sql is better (2)
2007-09-24 10337 fixed: video smart playlists didnt work very well if a music video
had no genre assigned. hopefully this sql is better
2007-09-24 10336 added: generic content type generation for upnp server. it will
now generate video/[extension], audio/[extension], image/[extension] for files that
we know the type of.
2007-09-24 10334 fixed: info was not set for music videos launched from file view
(2)
2007-09-24 10333 fixed: info was not set for music videos launched from file view
added: videoplayer.isinlibrary vis cond
2007-09-24 10332 changed: allow Windows Media Player to display TV Shows from xbmc
upnp server
2007-09-24 10331 changed: consider music/movie db items same as standard items when
building item info
2007-09-23 10330 fixed: upnp server now shows titles in Windows Media Player for
movies. apperently it won't show title for movies unless an album is set for the
item. fixed: upnp server now shows duration for movies with imdb info.
 
***UPDATED***
T3CH XBMC SVN 2007-10-07 rev10457: Download (52MiB)

Changes (since rev10387) said:
2007-10-07 10457 fixed : MusicVisualisation.xml some labels were chopped... changed to fadelabels and shortened (thx Pike)
2007-10-07 10456 changed: ftp client now ignores the ip address given in the PASV response, it uses the ip address you connected to instead. can be changed with an url option of ftp://host/dir?pasvip[=1]
2007-10-07 10455 added: ftp client can now do active mode. use url syntax ftp://host/dir?active[=ipaddress:port]
2007-10-07 10454 fixed: emulated bind function changed the given parameter to accommodate xbox winsock stack, this broke support curl's active mode.
2007-10-06 10448 fixed: link to movie showed for episodes instead of movies
2007-10-06 10446 fixed: some quirks with videodb cache and locked sources
2007-10-06 10445 fixed: typo
2007-10-06 10444 fixed: some context menu quirks
2007-10-06 10443 fixed: music videos didnt work
2007-10-06 10442 fixed: clear image in set content dialog if no content is selected
2007-10-06 10441 updated: finnish language (thanks to mikko) updated: danish language (thanks to buchwaldsource) updated: Chinese (Simple) language (thanks to pc-man)
2007-10-06 10440 fixed: some thumbs failed to download (episodes)
2007-10-06 10439 fixed: lookup on thetvdb failed for shows with no banners
2007-10-05 10438 fixed: invalid return value for rtsp read on abort + added nonblocking reads to rtsp client in dvdplayer.
2007-10-05 10436 updated: ffmpeg libs for dvdplayer to r10668 from mplayerhq
2007-10-05 10435 changed: rewrote timestamp calculation for audio renderer in dvdplayer to be simpler, and hopefully more accurate, should fix some files with qdm2 codec (generally mp4/mov)
2007-10-05 10434 fixed: menu overlays didn't display properly after switch to double instead of int64 timestamps in dvdplayer
2007-10-05 10433 changed : IMDb scraper now grabs cast info in the correct order using only one expression, so less code aswell.
2007-10-05 10431 added: <angle> tag to container labels.
2007-10-05 10430 added: allow filesystem to handle mms:// urls by falling back to their http:// variant
2007-10-04 10428 changed: return dummy packet instead of no packet, if libavformat asked us to try again
2007-10-04 10427 changed: dvdplayer now calculate timestamps using double datatype instead of int64. changed: clenaup of stale code in dvdplayer and some reorganization
2007-10-03 10423 updated: Swedish language file by blittan (based on english 10403)
2007-10-03 10419 changed : sort actors in the order they were scraped from IMDb much more appealing.
2007-10-03 10418 changed : 3rd time lucky imdb scraper (the correct one)
2007-10-03 10417 changed : small typo (did not affect scraping)
2007-10-03 10416 fixed : IMDb actor thumbs a few were being missed due to a character link in the source.
2007-10-02 10412 fixed: Player.Progress was not working for last.fm items
2007-10-02 10411 fixed: reset current progress bar in video info scanner when cleaning database
2007-10-02 10410 fixed: more video library import/export issues
2007-10-02 10409 fixed: various issues with video library import / export
2007-10-01 10408 Fixed : PM3 Script Info background was wrong if you turned off animation
2007-10-01 10407 changed: set artist thumb dialog more in line with the others
2007-10-01 10406 fixed: don't leave the party mode buttons enabled if starting party mode fails
2007-10-01 10405 changed: run video database clean after scan in update library
2007-10-01 10404 fixed: clean database did nasty things to music video genres and artists
2007-10-01 10403 added: complete thumb management for plugins in the video library. note: the video library plugin entry has a separate thumb from the media source
2007-10-01 10402 fixed: auto mark as watched didnt work for movies or music videos
2007-10-01 10401 fixed: thumbs didnt show for video plugins in the library node
2007-10-01 10400 Fixed : Year Value in cd ripper
2007-10-01 10399 fixed: <albumssortbyartistthenyear> wasn't functioning.
2007-09-30 10398 fixed: set default actor thumb for items in video info window
2007-09-30 10397 added: plugins now inherit folder.jpg or default.tbn thumbs
2007-09-30 10396 added: video plugins node to video library
2007-09-30 10395 fixed: watched filtering didnt work in the recently added nodes in the video library
2007-09-30 10394 changed: don't change container.folder thumb to the season thumb in the episode node of the video library
2007-09-30 10393 updated: Polish language (thanks to smuto) updated: Finnish language (thanks to mikko) updated: Chinese (Traditional) language (thanks to omenpica)
2007-09-29 10387 changed: fastforward in dvdplayer now takes into account the vsync limitation, and drops frames so as to be able to render at the given speed.
 
mates,

T3CH XBMC SVN 2007-10-07 rev10457: Download (52MiB)

link not working for me..............any alternatives please
 
***UPDATED***
T3CH XBMC 2007-10-28 SVN rev10638: Download (52MiB)

T3CH said:
*************************************************************************************************************
*************************************************************************************************************
Partial Xbox Media Center CHANGELOG
(revision 10638 to 10582)
*************************************************************************************************************
*************************************************************************************************************
Date Rev Message
=============================================================================================================
2007-10-28 10638 fixed: demuxer framerate information was inverted, making playback far from smooth in files with bad timestamps
2007-10-28 10637 fixed: dvdplayer could display odd highlight colors when resumed
2007-10-28 10636 changed: let pixel aspect ratio from demuxer override codec pixelratio cosmetic: avoid logging of eof during dvdplayer stillframe
2007-10-28 10635 fixed: sorting of shoutcast channels based on listeners cosmetic: removed now unused variable
2007-10-28 10634 fixed: sending an HttpApi command immediately after a shutdown/restart command would hang XBMC
2007-10-28 10633 updated: Finnish language (thanks to mikko) updated: German (Austria) language (thanks to karli)
2007-10-28 10632 changed: mplayer now handles .flv by default instead of dvdplayer
2007-10-27 10631 fixed: Skin.Theme built-in, This also changes color theme.
2007-10-27 10630 added: Broadcast of change media title event changed: httpapi variable name to be more consistent with xbmc's naming convention
2007-10-27 10629 fixed: added null checks to fix crash on some tag searches in lastfm. (backport linuxbranch revision 10592)
2007-10-27 10628 fixed: videopartymode resource strings were using reserved stringid's, moved from 20200 to 20250 range. Removed unused and also reserved 20201 "True (video)" resourcestring.
2007-10-27 10627 fixed: buffer overflow. (weather, backport from linuxbranch)
2007-10-26 10624 fixed: current playing media overlays would show between album/video dialogs and get thumb dialog if there was a lot of thumbs to load. added: slightly enlarged listitem.icon in movie info / get thumb dialog (sometimes hard to make out differences between thumb even on 32" screens) changed: aligned all movie covers & album covers to the left for consistency and looks more appealing.
2007-10-26 10623 added: cachelevel for paplayer for codecs that implement caching.
2007-10-26 10622 added: Player.CacheLevel infolabel which returns the cache fill percentage if the player supports it.
2007-10-25 10616 added: Container.Row(number), Container.Column(number), and Container.Position(number) conditionals. Useful for differing focus anims in panels depending on location.
2007-10-25 10615 fixed: The previous infolabel fix wasn't quite right.
2007-10-25 10614 fixed: Cleaned up the window context for various infolabels - should fix the disappearing listitem issues.
2007-10-25 10613 added: Ability to animate (via conditional anims) and force scrolling of unfocused listitems. fixed: Some conditional focus anims on listitems weren't reset correctly.
2007-10-24 10611 fixed: checking if thumbnail was local failed for thumbs on T:. now all drive's, C: to Z:, are considered local except D:
2007-10-24 10608 fixed: sqLite is named sqLite not sqlLite
2007-10-24 10607 fixed: typo in broadcast message
2007-10-24 10604 fixed: Smartplaylists now save (and load) in utf8.
2007-10-24 10603 fixed: Top 100 albums could sometimes return no items. Altered the query slightly to work around the issue.
2007-10-23 10602 change: don't load exif tags for http urls for pictures
2007-10-23 10601 added: UPnP client now shows device icons changed: xbmc now shows standard icons while loading remote thumbs
2007-10-23 10600 updated: French based on 10541 by globulejoul
2007-10-23 10599 added: support for local season thumbs. only supports <showpath>/season[ ._-]0?<seasonnumber>.tbn
2007-10-23 10598 fixed: impa thumbs
2007-10-23 10597 changed: ListItem_SetInfo, MPAARating -> MPAA, to match the infolabel
2007-10-23 10593 fixed: Music Video scraper utf-8 issues. (thanks to Modhack)
2007-10-22 10591 fixed: typo, upnp device manufacturer should be Team XBMC not Xbox Team.
2007-10-22 10590 changed: use a more correct framerate if available in dvdplayer
2007-10-22 10589 added: partial workaround for Nero MediaHome broken behavior when xbmc's UPnP Renderer is enabled. it should now atleast provide data for mp3's and mpeg video's. for anything else disable xbmc's UPnP Renderer and remove that device from Nero MediaHome's devices screen.
2007-10-22 10586 changed: removed some extra logging from ListItem_SetInfo
2007-10-22 10585 Fixed: Info images that relied on the window context didn't show when dialogs were on screen.
2007-10-21 10584 fixed: Python's playlist add method would fail if no title or listitem was passed.
2007-10-21 10583 changed: make sure audio/video threads are stopped before any member varibles are destroyed in dvdplayers audio/video players
 
***UPDATED***
T3CH XBMC 2007-11-17 SVN rev10770: Download (52MiB)

*************************************************************************************************************
*************************************************************************************************************
Partial Xbox Media Center CHANGELOG
(revision 10770 to 10675)
*************************************************************************************************************
*************************************************************************************************************
Date Rev Message
=============================================================================================================
2007-11-17 10770 changed: Removed VideoPlayer.IsInLibrary and replaced with VideoPlayer.HasInfo to be a bit more universal (attempt 2)
2007-11-17 10769 changed: Removed VideoPlayer.IsInLibrary and replaced with VideoPlayer.HasInfo to be a bit more universal.
2007-11-16 10768 fixed: httpapi was flaky when debugging - extended sleep was being inadvertently bypassed
2007-11-16 10767 fixed: Context menus in plugins in the video library were not correct.
2007-11-16 10766 Fixed : PM3 Video Plot would flash all over the screen in non video info view
2007-11-16 10765 changed: Justify paragraphs separately within textboxes.
2007-11-16 10764 fixed: compile warning.
2007-11-16 10763 added: label2 support to button controls in python, thanks to Nuka1195.
2007-11-16 10762 added: content type to plugins, thanks to Nuka1195.
2007-11-16 10761 added: repeat time and action to textbox autoscrolling.
2007-11-16 10760 fixed: Last content of filename filtering wasn't picked up correctly if a separator was missing from the end.
2007-11-16 10759 fixed: make sure dvdplayer flushes subtitle decoder on seeks
2007-11-15 10758 added: proper detection of if stream is on local LAN changed: mplayer now only prefills cache to 5% when file is on HD or local LAN, should allow quick startup even with rather large cache.
2007-11-15 10757 added: filename filtering for tagless music files via advancedsettings.xml. See the online manual for setup details.
2007-11-15 10756 fixed: navigation in skin settings & english string. changed: few fixes to the way scrollbars and autoscroll work together, using the extra width if no scrollbar is required due to not exceeding the textbox <height>
2007-11-15 10754 changed: Increased the inter-word spacing in justification slightly, and made it easier to tweak.
2007-11-15 10752 added: "justify" text alignment, and <align> support to textbox.
2007-11-15 10751 added: Enable AutoScroll for Plot & Review accessible from Skin Settings (default disabled)
2007-11-14 10750 changed: Plug-in settings now have an option "enable" attribute to enable a setting based on the value of another setting. format: comparator(controls relative pos, value to compare) comparators are: "eq"=equal to, "!eq"=not equal to, "gt"=greater than, "lt"=less than only and "+" is supported currently, separate comaparisons with "+" minus quotes. eg: enable="gt(-1,3) + !eq(-2,0)"
2007-11-14 10749 added: Autoscroll support to textboxes. Use <autoscroll time="1000" delay="3000">condition_to_scroll</autoscroll>
2007-11-14 10748 changed: DialogAlbumInfo.xml now uses smooth scrolling + scrollbars, track list is now a listcontrol. tested in 16x9 & 4x3.
2007-11-14 10744 changed: DialogVideoInfo.xml to reflect recent addition of smooth scrolling (if users disables scrollbars then use extra width to display more information and use spincontrols) tested in 16x9 & 4x3.
2007-11-14 10743 added: dvb subtitle support in mpeg-ts streams for dvdplayer added: subtitle delay adjustment support to dvdplayer
2007-11-14 10741 added: Textbox now scrolls smoothly, using <scrolltime> like panels and lists.
2007-11-13 10740 fixed: Filtering on image controls while vis was rendering.
2007-11-13 10737 fixed: missed an animation effect on last commit in MyVideoNav.xml
2007-11-13 10736 added: buttons for love/hate Last.FM so you can add your favourite tracks to loved or ban them from playing altogether, will appear only when playing Last.FM radio.
2007-11-13 10735 changed: make PM3 use fading of video preview window
2007-11-13 10734 changed: allow videowindow to be alphablended, allows fadein/fadeout of the preview window
2007-11-13 10733 fixed: if plot summary is empty, show 'Not Available' in media views instead of nothing. fixed: exact matches now shows aka titles, now consistent with non-exact matches when using a manual lookup.
2007-11-13 10732 changed: Plug-in settings, spinner control values can now be localized. use lvalues instead of values and saves the spinner position instead of the label.
2007-11-12 10731 fixed: fadelabels > labels + scroll in music vis 16x9 fixes labels not being reset on track changes.
2007-11-12 10730 fixed: typo
2007-11-12 10729 changed: Python can now call the httpapi config command without the WebServer running
2007-11-12 10728 fixed: cosmetic issue some imdb meta used <title> (year) rather than <title> / (year) so you could end up with <title> (year) ()
2007-11-12 10727 changed: previous did not return results split with roman numerals eg (2006/I) (2006/II) meaning 2 movies released with the same name in the same year.
2007-11-12 10725 changed: modified the non-exact results on imdb lookup useful for asian titles on imdb returns "<title><year> aka <foo>" still only currently stores the original foreign title in db. Also shows media type (V),(VG),(TV) - Video, Video Game, Television. added: defaultFile.png for unknown filetypes (cannot see why it was unused/commented? no problems when testing requested by Jezz_X)
2007-11-12 10723 updated: German language file by sCAPe (Based on english strings version 10705)
2007-11-11 10722 updated: Swedish language file by blittan (based on english 10705)
2007-11-11 10721 Fixed : PM3 Cast list and its page control in video info dialog was out of alignment when scollbars are turned off in skin settings
2007-11-11 10720 fixed: some IMPA thumbs were missed due to IMDb not formatting some url links correctly (very few mind you)
2007-11-11 10716 changed: CLocalizeStrings::Load now takes an option fallback path (defaults to "Q:\\language\\english\\strings.xml") changed: XBMC will still load if a language file other than english is required, but is corrupt changed: Plug-ins settings now uses english as a fallback path for language strings changed: Plug-ins user settings path is now "P:\\plugin_data\\[video|music|pictures|programs]\\plugin name\\settings.xml (needed to be sure it stays compatible with the xbox file system) changed: More options to plug-ins settings and programs mask changed: "Plugin Settings" only appears in context menu, if a plugin supports it (has a resources/settings.xml file)
2007-11-11 10714 fixed: lastfm unlove/unban contextmenuitems didn't appear in fileview mode.
2007-11-11 10713 added: last.fm track love now also sets local rating to 5 if the song has been scanned to the database and hasn't been rated yet.
2007-11-11 10712 fixed: IMDb thumb failed to work if no thumbs existed on impawards & movieposterdb as the regexp failed.
2007-11-11 10710 fixed: Manually add to library genre selection showed the wrong list.
2007-11-10 10709 fixed: 2nd time lucky (regexp for ordering of covers (US,Others,Non Flagged) changed: filebrowser dialog as old one although appealing only served a purpose on list controls.
2007-11-10 10708 fixed: buffers were passed in wrong order... now correct for MoviePosterDB (US,others then untagged countries)
2007-11-10 10707 changed: IMDb scraper now gathers thumbs from IMDb > IMPAwards > MoviePostersDB, and are listed in the following order... IMPAwards (if thumb exists) then (MoviePosterDB - US posters then other countrys then non flagged (if thumb exists), then IMDb. changed: actors are scraped with thumbs first then without. fixes non valid urls (blank thumb)
2007-11-10 10705 added: last.fm recently loved and banned to last.fm directory + unlove/unban (contextmenu)
2007-11-10 10704 changed: Make sure 2nd button label is truncated if too long in settings buttons.
2007-11-10 10703 fixed: Plugin settings wouldn't function in library view (or if they weren't a source in files view).
2007-11-10 10702 changed: Plugin settings now can use the file browse dialog. changed: You can now also have a separator changed: cleaned up some code, thanks jmarshall *see the stickied thread in the forums
2007-11-09 10701 fixed: contextmenu checking for pluginfolder crash if focus was not on an item.
2007-11-09 10700 Added: httpapi config command now returns an error message if the webserver is not on
2007-11-09 10699 added: xbmc.lastfm.love built-in, all songs that can be submitted to last.fm can be loved, optional parameter (false) = direct loving without confirmationdialog. added: xbmc.lastfm.ban built-in, only songs that are playing on last.fm radio can be banned, optional parameter (false) = direct banning without confirmationdialog. added: lastfm.radioplaying boolean-condition added: lastfm.canlove boolean-condition added: lastfm.canban boolean-condition
2007-11-09 10698 Added: Thumbnail parameter to the WebServer's Config AddBookmark command (using asg's patch)
2007-11-08 10697 Changed : Tidied up the Plugin settings dialog layout
2007-11-08 10696 fixed: XBMC_PC linking errors
2007-11-08 10695 added: Plug-in settings, back ported from the linux branch.(Thanks Yuvalt)
2007-11-08 10694 fixed: many rar files failed to decoder properly due to hack to reduce memory usage of PPM decoder. new hack in place that tries successively smaller buffer sizes, till allocation succeds. this means that some more rar files may decode. the big issue is the high required memory consumption to decode. this could potentially be improved by using non commited virtual memory, and committing when needing.
2007-11-08 10693 changed: removed unused SetObject function of filesystem added: placeholder for players/gui to get information about filesystem cache
2007-11-07 10691 changed: CFileCache now nolong does rebuffering of data. stalling in input stream cases players to lockup. rebuffering must be handled in player.
2007-11-07 10689 fixed: windows file handles are not thread safe if shared between threads, so use standard ints for file position instead (yes still not thread safe but better)
2007-11-07 10688 fixed: make sure no rendering is done from player thread if it claims it is paused
2007-11-07 10687 changed: never do any recaching on dvd, they are too complicated to know when it is correct to do.
2007-11-06 10685 added: dvdplayer now pauses to rebuffer it's full cache if it runs out of buffer during playback.
2007-11-06 10684 fixed: while transitioning between paused and non paused state, osd would often flicker when using dvdplayer
2007-11-06 10683 added : French version of tvdb scraper (thanks to bilbon0bud)
2007-11-05 10682 added: Top 250 to DialogVideoInfo (this value can change but only as much as the current ratings/votes)
2007-11-04 10681 cosmetic: avoid having a large section of code in a brace instead of just breakíng out of while.
2007-11-04 10680 fixed: possible null pointer dereference (backported from linux branch)
2007-11-04 10679 cosmetic: removed unused variable
2007-11-04 10678 changed: removed unused variable
2007-11-04 10677 fixed: alternative method (hack) to allow IMDb thumbs to be scraped & accessible regardless of IMPAwards results.
2007-11-04 10676 fixed: finally! not used anyway currently but top250 is not a string and was being scraped incorrectly.
 
Last edited:
***UPDATED***
T3CH XBMC 2007-11-17 SVN rev10770: Download (52MiB)

T3CH said:
*************************************************************************************************************
*************************************************************************************************************
Partial Xbox Media Center CHANGELOG
(revision 10840 to 10770)
*************************************************************************************************************
*************************************************************************************************************
Date Rev Message
=============================================================================================================
2007-11-25 10840 fixed: matroska demuxer didn't set pts correctly in new packets all the time.
2007-11-25 10839 fixed: overlays got flushed on video stream reopen in dvdplayer. caused menu's to not show on some dvd's
2007-11-23 10829 changed: IMDb scraper now only grabs a single url for actor thumbs, low quality had poor resolution pointless imho, and the difference between medium and full quality in terms of performance barely noticeable.
2007-11-23 10828 fixed: mtv scraper has been vastly improved and should return a great deal more results and information.
2007-11-23 10827 updated: Finnish based on 10751 by mikko70 updated: Chinese (Traditional) based on 10814 by omenpica updated: Polish based on 10780 by NaPeK
2007-11-23 10826 modified: removed workaround for image detection in videoinfoscanner for thumbnail downloading. added: CXImage patched accordingly (Thanks Jmarshall)
2007-11-22 10824 updated: Swedish language file by blittan (based on english 10814)
2007-11-22 10821 fixed: thetvdb.com contained some banners that were .png renamed to .jpg so xbmc failed to decode them resulting in blank banners.
2007-11-21 10817 added: advancesetting playlistretries, to control number of consecutive failed items before aborting playlist. default is 100, set to -1 to never abort.
2007-11-21 10816 fixed: French/strings.xml - Double usage of the same Ids (20189, 20190)
2007-11-21 10814 fixed: English/strings.xml - Double usage of the same IDs (20189, 20190), XBMC Translator should be working again.
2007-11-21 10813 changed: Cleaned up the font code to remove some unnecessary routines and indirection. changed: freetype's font objects are shared across fonts if they differ only by style (bold/italic etc.)
2007-11-20 10812 added: musicvideos can now scrape online sites, have included an mtv.com scraper (initial support).
2007-11-20 10811 changed: avoid logging errors on paused rtsp stream
2007-11-20 10810 updated: ffmpeg dll's to mplayerhq r11070 for dvdplayer. adds a few game formats and h264 paff decoding.
2007-11-20 10808 fixed: dvdplayer's ffmpeg codecs had a bug that prevented rtsp added: dvdplayer's ffmpeg codecs now decode the zlib encoding on vobsubs in matroska
2007-11-20 10807 fixed: CPlayListFactory didn't treat mimetype application/vnd.ms-wpl as an wpl playlist
2007-11-20 10806 fixed: CPlayListFactory didn't treat mimetype audio/x-mpegurl as an m3u playlist
2007-11-20 10803 changed: removed special casing for http commands for debug build. if something fails in debug it will likely fail in release, so we better find the issue.
2007-11-20 10802 changed: replaytv default is now yet again mplayer, as apparently now dvdplayer has stopped working and mplayer has started working again.
2007-11-19 10799 changed: allow curl (http/ftp) to follow 5 redirects instead of the previous 2
2007-11-19 10798 changed: new attempt at audio timestamps calculation (dvdplayer), let's hope this one will stick. fixes desyncs in many movies with aac streams
2007-11-19 10797 fixed: TV.com scraper did notice a very small change to the sites layout.
2007-11-19 10795 changed: removed 14pixels from movie values <width> in dialogvideoinfo was previously hitting the border of the dialog.
2007-11-19 10794 fixed: overlooked if MoviePosterDB site was having issues the effect on other sites being scraped.
2007-11-18 10790 changed: only discard dts/pts on video streams in mkv's for now.
2007-11-18 10789 fixed: discarding dts in dvdplayer caused internal sub rendering to stop working
2007-11-18 10788 fixed: access violation with new pts tracking in libavcodec decoding
2007-11-18 10787 fixed: dvdplayer would end playback without playing full stream in audio only streams
2007-11-18 10786 changed: better fix for ffmpeg's messup of matroska timestamps. discard pts when codec_tag is set as this is normally ms compatibility tracks, discard dts when it isn't as those are native tracks, which should store pts.
2007-11-18 10785 changed: use same method as ffplay to track pts values throught libavcodec
2007-11-18 10784 updated: French language file (thanks to globulejoul)
2007-11-18 10780 added: Support for strings.xml for skins. id's 31000->32000 are reserved for skin strings. removed: Code support of depreciated format of strings.xml.
2007-11-18 10779 fixed: upnp share settings where not getting store in the right place
2007-11-18 10778 changed: always ignore pts when playing matroska containers. lavf get's them wrong on all codecs with bframes
2007-11-17 10776 fixed: srt file support in dvdplayer broke with the addition of subtitle in container support
2007-11-17 10775 Added: httpapi WebServerStatus command
2007-11-17 10774 changed: use ffmpeg dvd subtitle decoder for non dvd's. (ie vobsubs in mkv's, which currently isn't working anyway)
2007-11-17 10773 added: text subtitle support in mkv's to dvdplayer. only plain text, no formatting supported
2007-11-17 10772 changed: allow dvdplayer to use any of ffmpegs subtitle decoders, this allows XSUB too.
 
Back
Top