Unofficial Builds: 3.5.3 + Nightly [r33032]

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

Unofficial Nightly Builds [r31660]

Post by B4K3D PI »

31660 is up. Enjoy 8-)

Code: Select all

##     | Date                | Author | Comment
#31660 | 03/02/2013 08:45 pm | buzz   | fixed: xbmcaddon.py threw an error for scripts with id with less than 3 parts. We need to check list length and only use the plugin:// search paths #for plugins. bumped vesrion number of xbmcaddon to 1.2.0

#31659 | 03/02/2013 08:01 pm | buzz   | merged: xbmc mainline 136f81db - fixed: Direct keyboard input wasn't working (also fixes #255 on our bugtracker)

#31658 | 03/02/2013 07:00 pm | buzz   | merged: xbmc mainline 46fa5a3a - fixed: We're using the result of CKey::GetUnicode() as wchar_t, so may as well return that.

#31657 | 03/02/2013 06:54 pm | buzz   | merged: xbmc mainline 9a3bc7d0 - fixed: More consistent logging in CApplication::OnKey to ensure we know when keypresses are detected and actions sent.
                                      # merged: xbmc mainline bba1d638 - changed: Make the action given in the OnKey message decipherable.

#31656 | 03/02/2013 05:50 pm | buzz   | fixed: error in r31431 - wrong window constant (copy and paste fail?)

#31655 | 02/02/2013 11:47 pm | buzz   | merged: xbmc mainline 5adb019c - Fixed Ticket #9256 "Script debug window does not activate"

#31654 | 02/02/2013 11:45 pm | buzz   | changed: split Keymap.xml into multiple files - based on xbmc mainline r21442 (old svn)

#31653 | 02/02/2013 11:42 pm | buzz   | changed: remove InitBasicD3D() from FatalErrorHandler function (make sure any fatal errors are caught after basic d3d init, but before resolution switch and splash)
                                      # changed: move language/keymap loading and skin version check to before screenmode switch and splash and add error messages for FatalErrorHandler...              
k1m05
Posts: 47
Joined: Sun Jul 08, 2012 11:15 pm
Has thanked: 54 times
Been thanked: 11 times

Re: Unofficial Nightly Builds [r31660]

Post by k1m05 »

Does this include the ability to add .strm files to movies library?
User avatar
Xphazer
Posts: 524
Joined: Wed Jul 04, 2012 4:39 am
Location: Montréal
Has thanked: 238 times
Been thanked: 106 times

Re: Unofficial Nightly Builds [r31660]

Post by Xphazer »

No cause dev('s) don't have crystal ball.
No patch have been submitted and no bug have been opened on the bug tracker, till then its almost like the problem doesn't exist.
I am not involved in the main code development, the fact that I'm replying to you doesn't mean that BuZz is aware that something need to be fixed.

Open a bug report there: http://redmine.exotica.org.uk/projects/xbmc4xbox/
Includding details about the problem and this patch: http://trac.xbmc.org/attachment/ticket/ ... tory.patch

Once the fix will be included in the trunk, then B4K3D PI will be able to have a build with the fix. :)
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 Nightly Builds [r31660]

Post by BuZz »

http://redmine.exotica.org.uk/issues/180

thanks for the link to that patch btw xphazer - it leads back to a bug report on xbmc.org which has a fix here https://github.com/xbmc/xbmc/commit/8e3 ... e4c0b04cce which I will look at when I get some time.

PS. as xphazer mentions you can help by opening new bugs or in this case adding further information to the existing bug to help with progress etc.
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Nightly Builds [r31660]

Post by B4K3D PI »

This is r31660 with the suggested patch. Take this as a temporary solution until there is a fix for the problem.
XBMC4XBOX.STRM.MOD-31660.zip
k1m05
Posts: 47
Joined: Sun Jul 08, 2012 11:15 pm
Has thanked: 54 times
Been thanked: 11 times

Re: Unofficial Nightly Builds [r31660]

Post by k1m05 »

Excellent. Thanks. I will definitely stay up way to late tonight now playing with this.
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Nightly Builds [r31661]

Post by B4K3D PI »

31661 is up.

Code: Select all

##     | Date                | Author | Comment
#31661 | 04/02/2013 02:44 am | buzz   | changed: rework startup code/FatalErrorHandler again. 
                                      # We need to set InitD3D flag at this stage, and we don't need to set g_LoadErrorStr as the functions for keymap/charset already set it.       
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Nightly Builds [r31667]

Post by B4K3D PI »

r31667 is up. :)

Code: Select all

##     | Date                | Author | Comment
#31667 | 02/09/2013 02:30 am | buzz   | changed: #223 - enable programs on home screen by default on PM3 HD skin

#31666 | 02/09/2013 01:12 am | buzz   | merged: xbmc mainline (merge 125cb1e c29b990) 0f366acc, eaddee86, 055067f9, c29b990d with changes - Add optional condition attribute to <onfoo condition="bar">blah</onfoo>

#31665 | 02/09/2013 12:03 am | buzz   | merged: xbmc mainline 71e5255f - changed: default <onup> and <ondown> id's should be the control ID rather than ID-1 or ID+1. Fixes #11537.

#31664 | 02/08/2013 11:46 pm | buzz   | merged: xbmc mainline (merge 1dabf2d df5dad3) with minor changes.
                                      # onbackcontrols:
                                      # some initial skin work for <onback>
                                      # refactor the handling of ACTION_NAV_BACK at the window level ensuring controls get a chance to deal with it first
                                      # ensure lists pass <onback> through to the base class...

#31663 | 02/08/2013 10:23 pm | buzz   | removed: unused JumpToPreviousSection and JumpToSection functions.

#31662 | 02/08/2013 09:03 pm | buzz   | merged xbmc mainline (merge 626dfcc..0537470) with minor changes for xbox & keymap differences - Introduce ACTION_NAV_BACK as replacement for ACTION_PARENT_DIR (commits 04135b40, cc35f9ca, ec649804, f78a8989, f25f5c06, 051e6d53, 71a0e7fb, b2bc8598, 05374705)           
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.2.1-Stable + Nightly

Post by B4K3D PI »

3.2.1-Stable is up. Enjoy! :D
For more details: http://www.xbmc4xbox.org.uk/2013/02/xbm ... -released/
(Download links available in the second post of this thread)
Last edited by B4K3D PI on Sun Feb 17, 2013 4:00 am, edited 1 time in total.
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.2.1-Stable + Nightly

Post by B4K3D PI »

3.2.1-Stable patched for IceLibrary24Xbox. (Ignore this if you are not using IceLibrary24Xbox)
This will be the last patched build before BuZz fixes the problem cleanly.
XBMC4XBOX.STRM.MOD-3.2.1.zip
xbmcstedt
Posts: 28
Joined: Tue Jan 15, 2013 8:15 pm
Location: ON, Canada
Has thanked: 10 times
Been thanked: 1 time

Re: Unofficial Builds: 3.2.1-Stable + Nightly

Post by xbmcstedt »

Everything seems to be working OK except I can't FTP the '/scripts/.modules' folder over.

Update:
Nevermind it was transferring across but FireFTP (Firefox Plugin) would not show the '.modules' folder. Will try to verify every is OK with Filezilla.
User avatar
Kozz
Posts: 238
Joined: Wed Jul 04, 2012 4:42 am
Has thanked: 22 times
Been thanked: 51 times

Re: Unofficial Builds: 3.2.1-Stable + Nightly

Post by Kozz »

the reason it wont show the .modules folder is because any folder with a "." (period) in front of it means that its hidden, you might need to right click and choose show hidden files and folders, sometimes ctrl+h works depending on the program or os your using
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.2.1-Stable + Nightly

Post by BuZz »

I have split off some posts from here, as this thread is really the wrong place for multiple discussions regarding features and general bugs etc. people: Please open new threads when asking questions or posting problems, so they don't get lost in this thread and are easier for other people to find/reference.
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.2.1-Stable + Nightly

Post by B4K3D PI »

r31686 is up and it includes an IMDB scraper fix. :)

Code: Select all

##     | Date                | Author | Comment
#31686 | 01/03/2013 02:42 am | buzz   | fixed: imdb scraper - added fullcast/writer/director functions and fixed up search results/title. Did I tell you how much I hate updating the IMDB scraper? thanks to Indy for the heads up on the full cast issue.

#31685 | 01/03/2013 12:53 am | buzz   | revert: part of r31662 that was unrelated (and not ready).

#31684 | 28/02/2013 07:56 pm | buzz   | changed: force dvdplayer for OGG playback currently, due to a memory leak issue with OGG playback (found using modland plugin)

#31683 | 28/02/2013 09:38 am | buzz   | merged: xbmc mainline 5500ac1b - Fix uninitialized variable in OGGcodec.cpp

#31682 | 28/02/2013 08:46 am | buzz   | removed: ToggleFrameDrop / m_bDropFrames (all looks unused - removed in xbmc mainline in r21294 on old svn)

#31681 | 28/02/2013 05:48 am | buzz   | merged: xbmc mainline 017ec61b - fixed: avoid initing the ogg codec twice if it's a vorbis file (we had the CodecFactory.cpp portion in already which should not have been committed on its own)

#31680 | 28/02/2013 03:06 am | buzz   | fixed: Container.FolderName (label) was not getting changed once set (vecItems had old data so the IsEmpty failed). use xbmc mainline code (which fixes it as it uses a new blank CFileItemList)

#31679 | 28/02/2013 01:29 am | buzz   | changed: reduce confluence lite main title font size for PAL/NTSC resolutions

 _____ _                 _          _                     _ 
/__   \ |__   __ _ _ __ | | _____  | |__  _   _ ________ / \
  / /\/ '_ \ / _` | '_ \| |/ / __| | '_ \| | | |_  /_  //  /
 / /  | | | | (_| | | | |   <\__ \ | |_) | |_| |/ / / //\_/ 
 \/   |_| |_|\__,_|_| |_|_|\_\___/ |_.__/ \__,_/___/___\/
gils
Posts: 5
Joined: Thu Feb 14, 2013 6:01 pm
Has thanked: 9 times

Re: Unofficial Builds: 3.2.1-Stable + Nightly [r31686]

Post by gils »

does not work - music - black button (playlist) :( Nightly [r31686]
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.2.1-Stable + Nightly [r31686]

Post by BuZz »

please register on http://redmine.exotica.org.uk/projects/xbmc4xbox/ and open a ticket. You should expect issues and be ready to help debug (by providing info) if running a development build.
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.2.1-Stable + Nightly [r31686]

Post by BuZz »

no matter - I fixed this in r31687 - but in the future the bugtracker is the place for this stuff as I can easily miss it on the forum - thanks.
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.2.1-Stable + Nightly [r31687]

Post by B4K3D PI »

r31687 is up.

Code: Select all

##     | Date                | Author | Comment
#31687 | 02/03/2013 12:18 am | buzz   | merged: xbmc mainline 11807448 - Changed: playlist action is now global and will go to currently playing playlist window making navigation more consistent (action check in GUIWindowMusicBase removal from this patch had already been applied accidently in r31644 so this was needed to restore playlist action functionality)...    
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.2.1-Stable + Nightly [r31715]

Post by B4K3D PI »

r31715 is up.
-"Can't add .strm's to the library as movies" (#180) fixed.
-Many changes from mainline merged.
More to come later. :)

Code: Select all

##     | Date                | Author | Comment
#31715 | 03/03/2013 12:29 pm | buzz   | merged: xbmc mainline 6c5c993f - fixed, aq/vq starvation on low resource platforms when parsing video content with multiple audio/subtitle streams

#31714 | 03/03/2013 12:28 pm | buzz   | merged: xbmc mainline e9319d2e - [dvdinputstream] - remove any "|option" options from the strFileName which might have sneaked in (since some m3u8 urls are now handled by inputstreamffmpeg). Those options should only hit our curlfile impl - others can't do anything with the suffixed options and will fail.

#31713 | 03/03/2013 12:25 pm | buzz     

                                      # merged: xbmc mainline a5adc613 -

                                      # fixed: ssa subtitles where packets overlap in time

                                      # Sometimes a ssa packet would show up that had a start
                                      #     time before the end time of previous packet, but a
                                      #     end time before previous packet's end time....

#31712 | 03/03/2013 12:23 pm | buzz   | merged: xbmc mainline 52df23a9 - dvdplayer: seeks due to audio stream switch should be trickplay

#31711 | 03/03/2013 12:22 pm | buzz   | merged: xbmc mainline db72953b - fixed: subtitles would sometime go missing on start Caused by: 8885f2f2207c0d3c6cd14c22754a1e52872ad56f

#31710 | 03/03/2013 12:21 pm | buzz   | merged: xbmc mainline 8885f2f2 - dvdplayer: reduce likelyhood of jumpy pts causing duplicate subtitles

#31709 | 03/03/2013 12:20 pm | buzz   | merged: xbmc mainline abf53090 - gui: always hide seek dialog when player signals display after seek. This fixes stuck seek bar with paplayer

#31708 | 03/03/2013 12:06 pm | buzz   | merged: xbmc mainline d6a00309 - dvdplayer: increase interval for calc of average audio offset

#31707 | 03/03/2013 12:05 pm | buzz   | merged: xbmc mainline 0251fb7e -
                                      # dvdplayer: if a timestamp is readded for audio output, ignore it

                                      # This will avoid timestamps first advancing, then jumping back
                                      #     which would have been caused by duplicate output at same pts.

#31706 | 03/03/2013 12:04 pm | buzz   | merged: xbmc mainline 915e7a5a - dvdplayer: move calculation of output pts to CDVDAudio

#31705 | 03/03/2013 12:03 pm | buzz   | merged: xbmc mainline df2b446c - dvdplayer: move pts output queue into DVDAudio

#31704 | 03/03/2013 11:19 am | buzz   | merged: xbmc mainline 6070da3e - [dvdplayer/subs] - factor the calculation from relative to absolute overlaytime out from the subtitleplayer into the dvdoverlaycodec base class and adapt subtext, subtx3g and subffmpeg to use it accordingly without changing former behaviour

#31703 | 03/03/2013 11:08 am | buzz   | merged: xbmc mainline ef191ef1 - [dvdplayer/overlaycodec] - pass the demuxpacket to the overlaydecoders - move the dts to pts overwrite from DVDPlayerSubtitle down to the overlaydecoders
                                      # merged: xbmc mainline 53313e14 - [dvdplayer/PGS-subs] - fix PGS Subtitles like ffmpeg did it in http://git.videolan.org/?p=ffmpeg.git;a=commit;h=2939e258f9d1fff89b3b68536beb931b54611585 - fixes #12074

#31702 | 03/03/2013 10:51 am | buzz   | merged: xbmc mainline 9b894753 - fixed: ffmpeg tscc codec needs bits_per_coded_sample passed from the demuxer, see decode_init() in libavcodec/tscc.c, fixes #10159

#31701 | 03/03/2013 10:44 am | buzz   | merged: xbmc mainline 3661ddbb - dvdplayer: allow demuxer signal to player that stream info has changed

#31700 | 03/03/2013 10:42 am | buzz   | merged: xbmc mainline 8a2ac64a - fixed: don't return corrupt total times when demuxer does not know. seems to be flagged by negative values, fixes insanely long totaltimes reported for infinite length streams (e.g. shoutcast)

#31699 | 03/03/2013 10:26 am | buzz   | merged: xbmc mainline 4fdfb3dd - [dvdplayer] reset holdmode when receiving STILL. This fixes navigational issues in menus.

#31698 | 03/03/2013 10:24 am | buzz   | merged: xbmc mainline 6a324363 - [dvdplayer] fix vts_changes starting with a still randomly not working after cad5f177e11812e221879f2ff49a49c8b661d6f0

#31697 | 03/03/2013 10:22 am | buzz   | merged: xbmc mainline cc760114 - [dvdplayer] fix typo - check correct player init

#31696 | 03/03/2013 10:21 am | buzz   | merged: xbmc mainline ae00fdfd - fixed: Cosmetics -> K = Kilo, M = Mega, b = bit, B = byte

#31695 | 03/03/2013 10:19 am | buzz   | merged: xbmc mainline 2a4e36a8 - Fixed: Ticket #11882 - Can't get subtitle overlay because m_pCurrent not initialized.

#31694 | 03/03/2013 10:17 am | buzz   | merged: xbmc mainline 9d4a1624 - Prevent using of uninitialized variable. "len" is used in memcpy when "m_holdmode" is "HOLDMODE_SKIP" and "m_lastevent" is "DVDNAV_BLOCK_OK"

#31693 | 03/03/2013 10:16 am | buzz   | merged: xbmc mainline 6fb92461 - Bypass OpenDefaultStreams when reading DVDs. This fixes an issue where incorrect stream IDs were opened thru the demuxer instead of following what the DVDNavigator dictates.

#31692 | 03/03/2013 10:12 am | buzz   | merged: xbmc mainline 6823a104 - allow HLS streams to pass through to FFMPEG

#31691 | 03/03/2013 10:01 am | buzz     

                                      # merged: xbmc mainline 1eff9fb5 (with changes) -

                                      # added: setting for specifying your internet bandwidth
                                      #  changed: use bandwidth setting to select which rss feed media item to select

#31690 | 03/03/2013 09:35 am | buzz   | merged: xbmc mainline 14834ab1 - [cosmetic] CDVDMessageQueue: fix "conversion from 'counst double' to 'int', possible loss of data" warning

#31689 | 03/03/2013 09:26 am | buzz   | merged: xbmc mainline 5de9c47f -

                                     # [dvdplayer] make sure timestamp queus are flush on resync in dvdplayer

                                     # After a resync, clocks are expected to be expressed in the new time. If this is not done,
                                     #   m_audioClock can get updated to old values again.

#31688 | 03/03/2013 08:41 am | buzz   | fixed: allow adding strm files to movies library. fixes #180 - based on xbmc mainline 8e37bd0c (with VideoInfoScanner.cpp changes)                          
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.2.1-Stable + Nightly [r31719]

Post by B4K3D PI »

r31719 is up.

Code: Select all

##     | Date                | Author | Comment
#31719 | 03/03/2013 12:54 pm | buzz   | merged: xbmc mainline 4c90033e - dvdplayer: ff/rw/seek was broken for inputs implementing IDisplayTime This affected PVR with file based inputs and BluRay.

#31718 | 03/03/2013 12:50 pm | buzz   | merged: xbmc mainline 6bbcd22f - fixed: GetCachePercentage() was wrong for stacked items

#31717 | 03/03/2013 12:45 pm | buzz   | merged: xbmc mainline e4f20883 - fixed, differentiate two identical log message so we can tell which one is which

#31716 | 03/03/2013 12:41 pm | buzz   | merged: xbmc mainline 70d4e49c - dvdplayer: if subtitle player is reset, we must flush overlays. If subtitle player is asked to flush or reset, it will restart it's decoded buffer. This will re-add all overlays so we must flush active overlays too    
Post Reply