or use the Azureus magnet link
|
*FREE* Direct Download (5X FASTER)
This download might also be available on Usenet Click here to FAST download from usenext |
| Category | Series/TV Shows » 24 [ ] |
| Size | 93.57 MB |
| Share ratio | 77 seeds,1 peers |
| Downloaded | 4 |
| Added | so long ago |
| Last updated | so long ago >> Refresh Torrent Information |
| Tracker | http://bitspace.dyndns.org |
| Hash | b06fd7c1cfda966bfcd85a7fed2b54277dc9c4bc |
DescriptionÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ SVN Changes Since Last Build: added/fixed: (dd-mm-yyyy) (please specify date in CET) Date Rev Message ========================================================================================== 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. 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 | |
| Related torrent | |
XBMC-2007-11-22-PIMPED.nfo | 17.12 KB | |
XBMC-2007-11-22-PIMPED.r00 | 14.31 MB | |
XBMC-2007-11-22-PIMPED.r01 | 14.31 MB | |
XBMC-2007-11-22-PIMPED.r02 | 14.31 MB | |
XBMC-2007-11-22-PIMPED.r03 | 14.31 MB | |
XBMC-2007-11-22-PIMPED.r04 | 14.31 MB | |
XBMC-2007-11-22-PIMPED.r05 | 7.72 MB | |
XBMC-2007-11-22-PIMPED.rar | 14.31 MB | |
XBMC-2007-11-22-PIMPED.sfv | 932 Byte |
- Rapidshare files search - More Links
Copyright 2009 BiTorrent Share. All rights reserved. - This page was generated in 0.168327 seconds.