Unofficial Builds: 3.5.3 + Nightly [r33032]

Discussion of XBMC4XBOX development.
Post Reply
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.3.3 + Nightly [32590]

Post by B4K3D PI »

r32590 is up.

Code: Select all

##     | Date                | Author | Comment
#32590 | 11/08/2013 04:14 am | buzz   | fixed: since the old screenshot code is not using the XBMC VFS for writing, the saved image does not show up in the directory cache. We need to manually add it twice, to the non translated path and the translated path, in casethe non translated is a special:// folder that maps elsewhere (as then opening it will check first the special:// cache then the mapped cache so it needs to be in both) - fixes #262    
cifa
Posts: 82
Joined: Tue Jul 17, 2012 4:37 pm
Has thanked: 40 times
Been thanked: 3 times

Re: Unofficial Builds: 3.3.3 + Nightly [32590]

Post by cifa »

there is a file (MADCodec.dll) that has been flagged by my Avast anti-virus as being suspiciously infected by Win32:Evo-gen on the 32950 release
i have ran it through online testing: https://www.virustotal.com/uk/file/837b ... 384594153/
it seems a false positive to me!
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.3.3 + Nightly [32597]

Post by B4K3D PI »

r32597 is up.

Code: Select all

##     | Date                | Author | Comment
#32597 | 11/17/2013 07:49 pm | buzz   | removed: unused/non xbox keymaps

#32596 | 11/17/2013 07:43 pm | buzz   | changed: removed jbig (was already disabled), tif and mng support from cximage (~50% smaller library)
                                      # changed: optimise ImageLib.dll components for size/cpu/sse
                                      # updated: rebuild ImageLib.dll

#32595 | 11/17/2013 07:19 pm | buzz   | removed: credit.cpp/.hs from project file (currently disabled)

#32594 | 11/17/2013 07:02 pm | buzz   | removed: duplicate / old zlib headers

#32593 | 11/17/2013 06:42 pm | buzz   | changed: some remaining CFile* to C*File class names to match filesystem

#32592 | 11/17/2013 06:04 pm | buzz   | fixed: movieposterdb scraper - #261 - thanks to foresto

#32591 | 11/17/2013 06:02 pm | buzz   | added: UPnPFile wrapper to support loading files such as pictures via vfs. based on https://github.com/xbmc/xbmc/pull/486 (f1bed1a, 31765df). fixes #265   
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.3.3 + Nightly [r32598]

Post by B4K3D PI »

r32598 is up.

Code: Select all

##     | Date                | Author | Comment
#32598 | 11/23/2013 05:43 pm | buzz   | fixed: Home screen music addon shortcuts failing - Thanks to Dan Dar3 for the fix - #251  
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.3.3 + Nightly [r32642]

Post by B4K3D PI »

r32642 is up. :)

Code: Select all

##     | Date                | Author | Comment
#32642 | 12/17/2013 12:49 am | buzz   | added: auto generated avconfig.h, as we don't have a build system that does everything from scratch. Love and kisses to Xphazer and Ghostly for xmas ;-)

#32641 | 12/16/2013 10:09 am | buzz   | changed: removed some old/uneeded libavformat/libavcodec version checks

#32640 | 12/16/2013 09:57 am | buzz   | merged: xbmc mainline e79c8dbe (with changes) -

                                      # ffmpeg compatibility fix for matroska embedded subtitles

                                      # Commit 2626cc4580bfd560c6983338d77b2c11c16af94f in the ffmpeg repo
                                      #     changed the codec id of matroska embedded S_TEXT/UTF-8 subtitles...

#32639 | 12/16/2013 09:48 am | buzz   | updated: libdvdread as of xbmc mainline f3418eba (but stick with -O2)
                                      # updated: libdvdnav.dll

#32638 | 12/16/2013 09:38 am | buzz   | updated: resync libdvdnav with xbmc mainline as of 8836adac. go back to using dvdnav_jump_to_sector_by_time as we did before (mainline has now implemented this patchset https://github.com/xbmc/xbmc/pull/2957)
                                      # updated: new libdvdnav.dll

#32637 | 12/16/2013 08:56 am | buzz   | merged: xbmc mainline 931f2cdb - dvdplayer video: reset bRequestDrop flag, fixes unneeded drops and low fps

#32636 | 12/16/2013 08:42 am | buzz   | merged: xbmc mainline 451f9ce57 (with xbmc4xbox changes) - DVDAudioCodecFFmpeg: do not reopen the resample context for each frame.
                                      # There is no point in doing this and opening an already opened context leaks memory in lavr.

#32635 | 12/16/2013 08:35 am | buzz   | merged: xbmc mainline 2661d547 - dvdplayer: check for successfull extradata allocation

#32634 | 12/16/2013 08:33 am | buzz   | changed: request AV_SAMPLE_FMT_S16 format audio from codecs if possible.

#32633 | 12/16/2013 07:03 am | buzz   | updated: ffmpeg dlls

#32632 | 12/16/2013 06:41 am | buzz   | changed: don't built ffrtmphttp protocol into ffmpeg libs

#32631 | 12/16/2013 05:49 am | buzz   | updated: ffmpeg library dlls

#32630 | 12/16/2013 05:39 am | buzz   | fixed: missed vs project file for addition of swresample header.

#32629 | 12/16/2013 05:37 am | buzz   | changed: use swresample instead of old ffmpeg av_audio_convert api. based on mainline https://github.com/xbmc/xbmc/pull/1290 - this is needed for the newer ffmpeg 1.1+ as many codecs now return audio in planar format which the old API doesn't handle

#32628 | 12/16/2013 05:32 am | buzz   | changed: build swresample library

#32627 | 12/16/2013 03:29 am | buzz   | merged: xbmc mainline 8967acd2 - dvdplayer: sub_id in ffmpeg has been depreciated and doesn't work

#32626 | 12/16/2013 03:22 am | buzz   | updated: use ffmpeg includes

#32625 | 12/16/2013 02:32 am | buzz   | updated: apply mainline and our ffmpeg patches

#32624 | 12/16/2013 02:31 am | buzz   | moved: some more unnused xbmc mainline ffmpeg patches

#32623 | 12/16/2013 02:22 am | buzz   | moved: an unused mainline ffmpeg patch

#32622 | 12/16/2013 02:20 am | buzz   | updated: ffmpeg patches from xbmc mainline (moving ones which are not relevant to us to unused-patches)

#32621 | 12/16/2013 02:06 am | buzz   | removed: deprecated function av_destruct_packet_nofree

#32620 | 12/16/2013 02:03 am | buzz   | changed: replace deprecated CodecID / CODEC_ID / SampleFormat with AV prefixed versions

#32619 | 12/16/2013 01:35 am | buzz   | updated: ffmpeg build script

#32618 | 12/16/2013 01:35 am | buzz   | updated: our ffmpeg patches

#32617 | 12/16/2013 12:25 am | buzz   | updated: xbmc4xbox patches for ffmpeg

#32616 | 12/16/2013 12:20 am | buzz   | updated: our copy of ffmpeg to v1.2 without any patches at this point

#32615 | 12/15/2013 10:30 pm | buzz   | Tag vendor/ffmpeg/current as vendor/ffmpeg/releases/1.2.

#32614 | 12/15/2013 10:30 pm | buzz   | Load /home/jools/temp/ffmpeg-v1.2/ into vendor/ffmpeg/current.

#32613 | 12/15/2013 10:27 pm | buzz   | updated: version num,ber to 3.5-DEV

#32612 | 12/15/2013 10:13 pm | buzz   | merged: xbmc mainline 3077c582 - cleanup: Removed depreciated XML tags

#32611 | 12/15/2013 10:00 pm | buzz   | fixed: badly applied patch in r#32610

#32610 | 12/15/2013 09:47 pm | buzz   | merged: xbmc mainline f818ae90 - skin vars: add missing support for infocolor

#32609 | 12/15/2013 09:44 pm | buzz   | merged: xbmc mainline e4ee1d0e - skin vars: no need to pass context - we have it stored already

#32608 | 12/15/2013 09:43 pm | buzz   | fixed: warning

#32607 | 12/15/2013 09:41 pm | buzz   | merged: xbmc mainline bc0c387 - pass window ID when parsing infolabels (skin variables need to store it)
                                      # added: missing SkinVariable.cpp/.h files. oops

#32606 | 12/15/2013 09:27 pm | buzz   | merged: xbmc mainline fec1fd06 - Added <hinttext> tag to Edit Control. Allow displaying hint when Edit Control value is empty and control isn't focused. Closes #11610.

#32605 | 12/15/2013 09:19 pm | buzz   | merged: xbmc mainline c81a42a1 (with changes) - skin vars: create skin variables on demand from stored xml

#32604 | 12/15/2013 09:04 pm | buzz   | merged: xbmc mainline fe53ae0b - skin vars: store name->xml map of skin variables

#32603 | 12/15/2013 09:00 pm | buzz   | merged: xbmc mainline f11ab1f9 - Cosmetics

#32602 | 12/15/2013 08:53 pm | buzz   | merged: xbmc mainline f20f1924 - fix image infolabels handling with skin variables

#32601 | 12/15/2013 08:51 pm | buzz   | merged: xbmc mainline 9660d728 - Kill log spam introduced in Skin Variables PR

#32600 | 12/15/2013 08:49 pm | buzz   | merged: xbmc mainline c8ef1e01 - fixed, compiler warning

#32599 | 12/15/2013 08:47 pm | buzz   | merged: xbmc mainline commits from https://github.com/xbmc/xbmc/pull/404/commits
                                      #     2741f73 - add CSkinVariableString class, it can't be instantiated yet - it will be done by CSkinVariable factory in next commits
                                      #     8db21b7 - add Register*, Translate* (name->vector pos), Get* methods in GUIInfoManager for SkinVariableString...         
User avatar
Dan Dar3
Posts: 1176
Joined: Sun Jul 08, 2012 4:09 pm
Has thanked: 273 times
Been thanked: 257 times
Contact:

Re: Unofficial Builds: 3.3.3 + Nightly [r32642]

Post by Dan Dar3 »

Jeez, Buzz, if that all that works, it's well worth a minor version bump! Wait, I forgot it's nightly not 3.3 branch :-)
User avatar
spicemuseum
Posts: 906
Joined: Mon Jul 09, 2012 11:08 pm
Has thanked: 94 times
Been thanked: 75 times

Re: Unofficial Builds: 3.3.3 + Nightly [r32642]

Post by spicemuseum »

Dan Dar3 wrote:Jeez, Buzz, if that all that works, it's well worth a minor version bump! Wait, I forgot it's nightly not 3.3 branch :-)
Indeed, a real grab-bag of check-ins, nice one Buzz!

Dan, viz version number ...."#32613 | 12/15/2013 10:27 pm | buzz | updated: version num,ber to 3.5-DEV"
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.3.3 + Nightly [r32643]

Post by B4K3D PI »

r32643 is up.

Code: Select all

##     | Date                | Author | Comment
#32643 | 12/20/2013 06:13 am | buzz   | fixed: Platform.py for xbmc4xbox
                                      # updated: python27 libs zip         
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.3.3 + Nightly [r32647]

Post by B4K3D PI »

r32647 is up.

Code: Select all

##     | Date                | Author | Comment
#32647 | 12/26/2013 01:13 pm | buzz   | changed: create python27.zlib in system folder ready for deployment.

#32646 | 12/26/2013 01:09 pm | buzz   | fixed: parameter order for GetWhereClause call broken in r31518. Thanks to Dan Dar3 for the patch. #267

#32645 | 12/26/2013 12:52 pm | buzz   | added: listdir(path) to xbmcvfs. Thanks to dandar3 for the fix. #272

#32644 | 12/26/2013 12:44 pm | buzz   | changed: python - don't try to do utime on directories as it doesn't work. helps with python compatibility including python 2.7 shutil.copytree (which has additional handling for for windows, but not for us).   
Joster
Posts: 4
Joined: Tue Feb 12, 2013 2:50 pm
Has thanked: 3 times

Re: Unofficial Builds: 3.3.3 + Nightly [r32647]

Post by Joster »

The latest stable build for daily use is XBMC4XBOX-3.2.1-STABLE.zip I suppose?

Or is it XBMC4XBOX-3.3.3.zip ?
othello
Posts: 13
Joined: Tue Oct 22, 2013 5:56 pm
Has thanked: 4 times

Re: Unofficial Builds: 3.3.3 + Nightly [r32647]

Post by othello »

Use 3.3.3, work great :)
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.3.3 + Nightly [r32652]

Post by B4K3D PI »

r32652 is up.

Code: Select all

##     | Date                | Author | Comment
#32652 | 12/28/2013 10:33 pm | buzz   | merged: xbmc mainline cd69c703 (with changes) - add a "group movies in sets" option, defaulted to false available in the UI to supplant the videolibrary.flattenmoviesets advancedsetting, now that sets are scraped from tmdb by default - fixes #275

#32651 | 12/28/2013 08:16 pm | buzz   | fixed: duplicate local folders from plugin settings #271

#32650 | 12/28/2013 01:32 pm | buzz   | changed: use smaller font on PM3 settings and revert width change. Now icons are square, and font fits. Looks small, but the font system does not overflow fonts outside of the control.

#32649 | 12/28/2013 12:52 pm | buzz   | merged: xbmc mainline 9734019d (with changes). fixed: Saner GetDirFromRes() - allows custom windows to load on old skins that insist that PAL is still a reasonable resolution to code a skin in :)
                                      # fixes #276

#32648 | 12/28/2013 12:36 pm | buzz   | fixed: xml tag should be defaultresolutionwide not defaultwideresolution   
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta1 + Nightly

Post by B4K3D PI »

User avatar
Dom DXecutioner
Posts: 585
Joined: Thu Jul 05, 2012 11:59 pm
Location: California
Has thanked: 249 times
Been thanked: 219 times
Contact:

Re: Unofficial Builds: 3.5 beta1 + Nightly

Post by Dom DXecutioner »

Mr. B4K3D, could you kindly make a win32 build? I'd really appreciate it! Thanks!
Image
User avatar
BuZz
Site Admin
Posts: 1890
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 65 times
Been thanked: 422 times
Contact:

Re: Unofficial Builds: 3.5 beta1 + Nightly

Post by BuZz »

win32 is probably broken right now. *cough*. ill sort that in svn though.
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta1 + Nightly [r32657]

Post by B4K3D PI »

r32657 is up.

Code: Select all

##     | Date                | Author | Comment
#32657 | 01/03/2014 06:29 pm | buzz   | fixed: duplicate sources in filemanager - #271 - was adding local drives to the FileSources vector on each filemanager incarnation. oops.    
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta1 + Nightly [r32663]

Post by B4K3D PI »

r32663 is up.
Win32 build is also up as requested.

Code: Select all

##     | Date                | Author | Comment
#32663 | 01/04/2014 06:19 pm | buzz   | changed: default to a smaller hand-picked milkdrop set, with hopefully some slightly less brain-damaging visuals. If you want your favourite preset included please start a thread on the forum.

#32662 | 01/04/2014 04:34 pm | buzz   | merged: xbmc mainline 9db3f643 - fixed: mp3 files with > 8k crap on start didn't work. we now read up to 5*8k before we bail. closes #12210

#32661 | 01/04/2014 03:14 pm | buzz   | fixed: warning

#32660 | 01/04/2014 03:05 pm | buzz   | fixed: blank weather data under certain conditions - thanks to xbones for the fix - #277

#32659 | 01/04/2014 03:00 pm | buzz   | fixed: win32 build. love and kisses to Dom.

#32658 | 01/04/2014 02:30 pm | buzz   | merged: xbmc mainline 14b25e6e - Defer demuxer pause until buffers full
                                      # changed: re-enable rtmp pause functionality. We can now properly pause/unpause without crashes.             
parkerlreed
Posts: 4
Joined: Sat Jan 11, 2014 1:43 am
Has thanked: 3 times

Re: Unofficial Builds: 3.5 beta1 + Nightly [r32663]

Post by parkerlreed »

I'm trying to write a script to auto download the latest version but am running into issues. Google Drive has like 3 pages in between the link and the actual zip. Dropbox has it to where you have to grab the page and then try to grep out what you need. This would be lovely but Dropboxs HTML for the download links does not have any new lines. This makes it a lot harder to grep out the URLs.

Currently I have this

Code: Select all

#!/bin/bash
curlresult=$(curl -silent "https://drive.google.com/folderview?pli=1&id=0B9zNhNcNUdDTRVFBbHcwc2JCZFE" | grep -F "application/zip")
for i in $curlresult
do
        filename=$(echo $i | cut -d"\"" -f 2)
        fileurl=$(echo $i | cut -d"\"" -f 8)
        echo $filename $fileurl
done
File URL in this case just takes you to the main page for that particular zip file. Then that takes you to the "this file cant be scanned do you want to download anyway" page.

I guess my question would be either: does anybody have a better way to do this or can somebody host the files on a simple HTTP server?

Thanks for all the great work.
Mr_You
Posts: 3
Joined: Wed Jan 01, 2014 11:11 pm
Has thanked: 13 times

Re: Unofficial Builds: 3.5 beta1 + Nightly [r32663]

Post by Mr_You »

parkerlreed wrote: I guess my question would be either: does anybody have a better way to do this or can somebody host the files on a simple HTTP server?
Have you looked at the XBMC4XBOX Installer plugin?
Xbox v1.0, softmod, WD Caviar Blue 500GB, Xbox HD AV Pack, Xbox DVD Kit
User avatar
Dan Dar3
Posts: 1176
Joined: Sun Jul 08, 2012 4:09 pm
Has thanked: 273 times
Been thanked: 257 times
Contact:

Re: Unofficial Builds: 3.5 beta1 + Nightly [r32663]

Post by Dan Dar3 »

@parkerlreed
Re XBMC4Xbox Installer, see it in my signature, make sure you read its wiki page first - thanks for recommend it, Mr_You.

Otherwise, if you still want to go with your own automation, see the contents of latest.txt, that'll give you direct URLs to the archives.
That's exactly what my plugin does, thanks to B4K3D PI for making it available.
Post Reply