Unofficial Builds: 3.5.3 + Nightly [r33032]

Discussion of XBMC4XBOX development.
User avatar
mrmajikbus45
Posts: 345
Joined: Mon Nov 18, 2013 12:36 am
Location: Indianapolis, IN, USA
Has thanked: 32 times
Been thanked: 56 times

Re: Unofficial Builds: 3.5 beta2 + Nightly [32707]

Post by mrmajikbus45 »

As the official XBMC4Xbox weather guy, I am happy about this decision.
A strong man doesn't need to read the future, he makes his own. -Solid Snake
American as Guile!
Get your Chimp on!
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta2 + Nightly [32717]

Post by B4K3D PI »

r32717 is up.

Code: Select all

##     | Date                | Author | Comment
#32717 | 05/06/2014 04:19 AM | buzz   | updated: addons4xbox installer to 0.12.1
                                      # changes
                                      # - Handle addon dependencies for locally installed addons from .zip

#32716 | 05/06/2014 03:11 AM | buzz   | merged: xbmc mainline 2415d892 - this allows settings streamdetails from plugins, i.e. to the media flags. see the pydocs for syntax. closes #8982

#32715 | 05/06/2014 02:13 AM | buzz   | updated: addons4xbox installer to 0.12.0 - changes include:
                                      # - Support recursive dependencies
                                      # - Better dependency versioning support
                                      # - 30 min per repo addons.xml cache
                                      # - Reduced logging
                                      # - Many bugfixes

#32714 | 05/04/2014 07:21 AM | buzz   | changed: make the addons4xbox installer use our repository first always, and fall back on the others

#32713 | 05/04/2014 02:41 AM | buzz   | changed: disable PyThreadState_Clear as it can cause a crash when exiting python

#32712 | 05/03/2014 10:56 PM | buzz   | updated: Python Dll/libs to 2.7.6

#32711 | 05/03/2014 10:43 PM | buzz   | fixed: include paths for building _ctypes for python

#32710 | 05/03/2014 10:33 PM | buzz   | merged: python 2.7.5 -> 2.7.6 source changes

#32709 | 05/03/2014 10:24 PM | buzz   | Tag vendor/python/current as vendor/python/releases/2.7.6.

#32708 | 05/03/2014 10:24 PM | buzz   | Load /home/jools/temp/Python-2.7.6 into vendor/python/current.   
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta2 + Nightly [32718]

Post by B4K3D PI »

r32718 is up.

Code: Select all

##     | Date                | Author | Comment
#32718 | 05/06/2014 05:31 AM | buzz   | updated: addons4xbox installer to 0.12.2
                                      # changes
                                      # - Brain glitch - Broken file time checking code  
User avatar
sahib12
Posts: 285
Joined: Wed Jan 02, 2013 3:13 pm
Location: Liberty City
Has thanked: 8 times
Been thanked: 16 times
Contact:

Re: Unofficial Builds: 3.5 beta2 + Nightly [32718]

Post by sahib12 »

I'm liking these new features, can't wait for a stable :D keep up the good work buzz!
Image
r32crazy01
Posts: 92
Joined: Sat May 04, 2013 12:29 pm
Location: New Zealand
Has thanked: 38 times
Been thanked: 35 times

Re: Unofficial Builds: 3.5 beta2 + Nightly [32718]

Post by r32crazy01 »

X2 Some very tasty new things by the looks of it :) , Thx Buzz!
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta3

Post by B4K3D PI »

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.5 beta3

Post by spicemuseum »

Massive list of revisions this week - a lot of DVD / PA player updates and merges from XBMC. Thanks for your hard work Buzz, and thanks for the build Baked. ...just downloading to test.
User avatar
xman
Posts: 1289
Joined: Wed Jul 04, 2012 2:30 pm
Location: Sydney, Australia
Has thanked: 55 times
Been thanked: 168 times

Re: Unofficial Builds: 3.5 beta3

Post by xman »

Yes massive indeed and the Porn sites working again as well, what more do we need?. :lol: :lol: :lol:
schmatzler
Posts: 3
Joined: Sat Mar 22, 2014 4:50 pm
Has thanked: 1 time

Re: Unofficial Builds: 3.5 beta3

Post by schmatzler »

Awesome! And a lot of german translations opened up, too. Hope, I got them all right. :) Keep up the good work!
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta3 + Nightly [r32785]

Post by B4K3D PI »

r32785 is up.

Code: Select all

##     | Date                | Author | Comment
#32785 | 05/14/2014 03:29 PM | buzz   | fixed: allow None for string parameters (based on xbmc mainline 36f3eab2 ([fix] ListItem.setInfo (or actually anything that takes a string via python) can now handle None.), and add code for coercing parameter to a string before failing. This fixes many addon compatibility issues with setinfo/listitems

#32784 | 05/14/2014 04:03 AM | buzz   | changed: rework PyXBMCLongAsStringOrLong function and check if PyString_AsString returns NULL

#32783 | 05/14/2014 03:37 AM | buzz   | changed: added function to allow "int" setinfo parameters as string as well as int/long. This should improve compatibility with xbmc addons significantly, as many use string parameters when constructing listitems.

#32782 | 05/14/2014 01:49 AM | buzz   | fixed: language loading for plugins - needed since r32773

#32781 | 05/14/2014 12:31 AM | buzz   | merged: xbmc mainline 4b374ce0 -
                                      # fixed: wrong type passed to Py_BuildValue
                                      # parameter is an int, not a long

#32780 | 05/14/2014 12:26 AM | buzz   | merged: xbmc mainline 8c3a49b0 - [fix] Trac# 10717. Minor fix to the python Doc and code for the python method playlist.load() so that it returns a consistent value.

#32779 | 05/14/2014 12:21 AM | buzz   | merged: xbmc mainline 50f0233e - added: missing python InfoTagVideo methods GetPremiered and GetFirstAired

#32778 | 05/14/2014 12:20 AM | buzz   | merged: xbmc mainline 0418224d - added: originaltitle infolabel in python xbmcmodule

#32777 | 05/14/2014 12:08 AM | buzz   | merged: xbmc mainline 79bff68a - changed: added recently added and missing infoLabels to the python xbmcmodule

#32776 | 05/14/2014 12:04 AM | buzz   | removed: unneeded InfoLabel musicplayer.filename as we already have player.filenameandpath

#32775 | 05/13/2014 11:42 PM | buzz   | merged: xbmc mainline 93f61464 - added: InfoLabels ListItem.LastPlayed and MusicPlayer.LastPlayed for music items

#32774 | 05/13/2014 11:16 PM | buzz   | merged: xbmc mainline fb2432c3 - added: sort by listeners for addons. usage: 'xbmcplugin.addSortMethod( handle=int( sys.argv[ 1 ] ), sortMethod=xbmcplugin.SORT_METHOD_LISTENERS )'

#32773 | 05/13/2014 07:21 PM | buzz   | merged: xbmc mainline 02c2e53c (with xbmc4xbox changes) - [gettext] define use of the English string file, as the source language file.

#32772 | 05/13/2014 06:47 PM | buzz   | merged: xbmc mainline a6302e3c - [gettext] fixed old bug at comparing fallback language pathnames case sensitive

#32771 | 05/13/2014 06:42 PM | buzz   | merged: xbmc mainline 1ac98782 - [gettext] fixed: check reuse of numeric id in Enlish string. If it is reused and the reused id has not been updated, modified in the translated strings.po file, use the English string instead.

#32770 | 05/13/2014 06:36 PM | buzz   | Merged revision(s) 32769 from branches/3.5:
                                      # merged: xbmc mainline 2a474cf7 - [gettext] fixed: old encoding bug, when adding degree and other string constants to the memory map. Since LocalizeStrings.cpp has ANSI encoding, that is what we need to use for encoding, when we add this strings...

#32769 | 05/13/2014 06:32 PM | buzz   | merged: xbmc mainline 2a474cf7 - [gettext] fixed: old encoding bug, when adding degree and other string constants to the memory map. Since LocalizeStrings.cpp has ANSI encoding, that is what we need to use for encoding, when we add this strings
                                      # merged: xbmc mainline 6118f4a7 - [gettext] fixed typo...    
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta4

Post by B4K3D PI »

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

Re: Unofficial Builds: 3.5 beta4 + Nightly [r32796]

Post by B4K3D PI »

r32796 is up.

Code: Select all

##     | Date                | Author | Comment
#32796 | 05/16/2014 07:39 AM | buzz   | changed: exclude credits folder from build script (currently unused).

#32795 | 05/16/2014 07:09 AM | buzz   | fixed: theaudiodb.xml scraper discography

#32794 | 05/16/2014 06:42 AM | buzz   | removed: all the old broken music scrapers.
                                      # changed: make theaudiodb.com scraper the default (and only currently) music scraper

#32793 | 05/16/2014 06:37 AM | buzz   | added: theaudiodb.com scraper based on the xbmc mainline one. Finally a working music scraper on xbmc4xbox ;-)

#32792 | 05/16/2014 05:33 AM | buzz   | removed: nuke all the broken old video scrapers. If someone wants to resurrect one, they can open a ticket on the bugtracker (with a patch or it won't happen) :)

#32791 | 05/16/2014 05:26 AM | buzz   | removed: include for dtrailers from scraper

#32790 | 05/16/2014 05:00 AM | buzz   | removed: dtrailer scraper (dead)
                                      # fixed: imdb scraper (cast / writers / studio / director / tmdb fanart, etc)

#32789 | 05/16/2014 03:56 AM | buzz   | fixed: tmdb scraper cast/directors/writers   
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta4 + Nightly [r32801]

Post by B4K3D PI »

r32801 is up.

Code: Select all

##     | Date                | Author | Comment
#32801 | 05/23/2014 02:40 AM | buzz   | removed: some leftover / unused audio passthrough config defaults

#32800 | 05/23/2014 02:38 AM | buzz   | cosmetic: CRLF->LF

#32799 | 05/23/2014 02:34 AM | buzz   | fixed: don't enable 1080i by default. Was still being set if set enabled in dash - follow up from r31600

#32798 | 05/23/2014 02:32 AM | buzz   | changed: only change MTRRDefType for 128MB hack on machines with more than 64MB ram.

#32797 | 05/19/2014 06:46 PM | buzz   | changed: use posters by default with tvdb scraper - #299   
wonkey donkey
Posts: 1
Joined: Tue May 20, 2014 6:09 am

Re: Unofficial Builds: 3.5 beta4 + Nightly [r32801]

Post by wonkey donkey »

U guys are the best!!! Keep up the good worx, i am really enjoying my XBOX again :D
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta4 + Nightly [r32804]

Post by B4K3D PI »

r32804 is up.

Code: Select all

##     | Date                | Author | Comment
#32804 | 06/06/2014 04:29 AM | buzz   | updated: ffmpeg library dlls

#32803 | 06/06/2014 04:01 AM | buzz   | changed: revert old and apply updated xbmc ffmpeg patches

#32802 | 06/06/2014 03:48 AM | buzz   | updated: ffmpeg patches from xbmc mainline  
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta4 + Nightly [r32836]

Post by B4K3D PI »

r32836 is up.

Code: Select all

##     | Date                | Author | Comment
#32794 | 05/16/2014 06:42 AM | buzz   | removed: all the old broken music scrapers.
                                      # changed: make theaudiodb.com scraper the default (and only currently) music scraper


#32836 | 06/08/2014 04:42 AM | buzz   | merged: xbmc mainline 30faa113 - FIX: Don't show the "Copy" option in the file manager for sources not supporting it (i.e. videodb)

#32835 | 06/08/2014 04:34 AM | buzz   | merged: xbmc mainline 1273189e -
                                      # changed: CUtil::MakeLegalPath now legalize entire path
                                      # refactored path splitting code to URIUtils::SplitPath
                                      # fixes #11748

#32834 | 06/08/2014 04:15 AM | buzz   | merged: xbmc mainline f9272acc - added: allow CD rip subfolder to be specified in settings, thanks to mladic

#32833 | 06/08/2014 02:29 AM | buzz   | merged: xbmc mainline c8e6e8a6 (missing parts) - Fixed: Ticket #7283 now also able to delete recordings from the Movies and TV Shows directories.

#32832 | 06/08/2014 01:46 AM | buzz   | merged: xbmc mainline f09b51b8 - dvdplayer: factor out timestamp retrieval from CPTSOutputQueue

#32831 | 06/08/2014 01:41 AM | buzz   | merged: xbmc mainline badd6b25 - dvdplayer: drop old unused autosync method used to distrust timestamps

#32830 | 06/08/2014 01:33 AM | buzz   | merged: xbmc mainline 5f86fc8d - changed: don't autosync video by default Our pattern detector should get use smooth timestamps when it's possible.

#32829 | 06/08/2014 01:18 AM | buzz   | merged: xbmc mainline f071b8d5 - fixed: the reported fps is often not completely accurate, if the frameduration is within 20 microseconds of a common duration, use that instead

#32828 | 06/07/2014 11:57 PM | buzz   | merged: xbmc mainline commits * f79bd4e1 - Remove unreachable code in DVDInputStreamNavigator * c1950f5b - Fix uninitialized m_decode.msg throwing exception in DVDPlayerAudio after 43b0cf6ada834a8d662cc16ea56206d62c9586be

#32827 | 06/07/2014 11:47 PM | buzz   | merged: xbmc mainline commits * b2b67eee - Fix possible NULL dereferences in DVDPlayer.cpp (partial) * 93d35bd7 - Fix use of uninitialized data in dvdplayer. (partial / with changes)

#32826 | 06/07/2014 11:41 PM | buzz   | merged: xbmc mainline commits * 9dc906f0 - Fixed missing breaks in DVDFactoryCodec.cpp * Fix use of uninitialized variables in DVDCodecs (partial)

#32825 | 06/07/2014 03:02 AM | buzz   | updated: copyright headers

#32824 | 06/06/2014 02:16 PM | buzz   | updated: resync dvdplayer.cpp still frame checking with xbmc mainline

#32823 | 06/06/2014 01:53 PM | buzz   | merged: xbmc mainline 8508364 - dvdplayer: move navigator state into IMenus

#32822 | 06/06/2014 01:51 PM | buzz   | merged; xbmc mainline commits (with xbmc4xbox changes)
                                      #     c7d4d09d - dvdplayer: add support for pause and seek of LiveTV and recordings This functionality is only enabled when the PVR backend reports that it is supported
                                      #     8c009560 - dvdplayer: fix memory leak and incorrect seking dialog after: c7d4d09d45557b84f8660b1499035275b6f9ad6e...

#32821 | 06/06/2014 01:05 PM | buzz   | merged: xbmc mainline 07fb4fe1f -
                                      # myth: make myth file system client use IDisplayTime in dvdplayer

                                      # Now all old clients use the logic of input stream defining current program
                                      #     duration instead of when old program started in comparison to start of...


#32820 | 06/06/2014 12:44 PM | buzz   | merged: xbmc mainline d1cf1b77 - fixed: DVDPlayer GUI display time not updating near the end of file (fixes #14299)

#32819 | 06/06/2014 12:35 PM | buzz   | merged: xbmc mainline b2fc0508 - dvdplayer: a disabled stream could be re-selected for bluray and dvd

#32818 | 06/06/2014 12:30 PM | buzz   | merged: xbmc mainline bd49c32e - dvdplayer: make HasVideo return true if a video stream was opened since playback has started - fixes missing video info on channel change

#32817 | 06/06/2014 12:04 PM | buzz   | merged: xbmc mainline 43b0cf6a (partial) - Fix use of uninitialized members in dvdplayer/

#32816 | 06/06/2014 09:57 AM | buzz   | changed: restore libmpeg2 sources for now

#32815 | 06/06/2014 09:49 AM | buzz   | updated: DVDVideoCodecLibMpeg2.cpp based on xbmc mainline

#32814 | 06/06/2014 09:08 AM | buzz   | fixed: some warnings

#32813 | 06/06/2014 09:03 AM | buzz   | merged: xbmc mainline ff92d64e - cosmetics: PyDoc indent

#32812 | 06/06/2014 09:02 AM | buzz   | merged: xbmc mainline 6991789a - remove duplicate code in xbmcmodule.cpp for xbmc.output() and warn that it will be depreciated soon

#32811 | 06/06/2014 08:57 AM | buzz   | merged: xbmc mainline 8512db6c - changed: removed recently added enablesubtitles function in favor of new method showSubtitles(visible) (note: disablesubtitles is deprecated and will be removed in future releases)

#32810 | 06/06/2014 08:55 AM | buzz   | merged: xbmc mainline fd3e1cae2 - fixed: return untranslated subtitle name in case the lang-code lookup fails
                                      # merged: xbmc mainline ab4cff3cd - Fixed: If selecting a subtitle strea, switch on subtitles as well.
                                      # merged: xbmc mainline 2cf46309f - added: ability to turn subtitles on from python plugin/script

#32809 | 06/06/2014 08:51 AM | buzz   | merged: xbmc mainline 8c750cfb - added: xbmc.Player().getAvailableSubtitleStreams() and xbmc.Player().setSubtitleStream() (closes #11842 - thanks hippojay for initial patch)

#32808 | 06/06/2014 08:47 AM | buzz   | merged: xbmc mainline 5f5c0251 - fixed: handle non language audio streams in xbmc.Player().getAvailableAudioStreams()
                                      # merged: xbmc mainline 6e03845c - fixed: typo in setAudioStream, it should be "<" not "<="
                                      # merged: xbmc mainline a39d9d82 - cosmetic: fixed deprecated conversion from string constant to ‘char*’

#32807 | 06/06/2014 08:43 AM | buzz   | merged: xbmc mainline c7d3629a - added: python imports, PyList_New and PyList_Append
                                      # merged: xbmc mainline fba3a7de - added: xbmc.Player().getAvailableAudioStreams() and xbmc.Player().setAudioStream()

                                      # usage:
                                      #  - xbmc.Player().getAvailableAudioStreams() returns a language list of all available audio streams for the currently playing movie. e.g ['Italian', 'English', 'German']...

#32806 | 06/06/2014 08:16 AM | buzz   | cosmetic: tabs -> spaces

#32805 | 06/06/2014 06:37 AM | buzz   | merged: xbmc mainline c3c0d1cb (partial) - [cosmetic] - fixed warnings, unneeded unsigned int checks, faulty memsets/memcmps     
User avatar
janey
Posts: 12
Joined: Sun Jun 22, 2014 3:42 am
Location: Tobyhanna, PA

Re: Unofficial Builds: 3.5 beta4 + Nightly [r32836]

Post by janey »

hi where can i dnld it from
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 beta4 + Nightly [r32836]

Post by Dom DXecutioner »

Try the first post of this thread
Image
User avatar
janey
Posts: 12
Joined: Sun Jun 22, 2014 3:42 am
Location: Tobyhanna, PA

Re: Unofficial Builds: 3.5 beta4 + Nightly [r32836]

Post by janey »

Got it , Thanks
and HAPPY 4th Everyone......
User avatar
B4K3D PI
Posts: 89
Joined: Fri Dec 21, 2012 1:58 pm
Been thanked: 189 times

Re: Unofficial Builds: 3.5 beta4 + Nightly [r32854]

Post by B4K3D PI »

r32854 is up.

Code: Select all

##     | Date                | Author | Comment
#32854 | 07/11/2014 08:39 PM | buzz   | updated: addons4xbox installer to 0.13.1 - includes string id changes to avoid conflicts and some commented out code removal - should fix #310

#32853 | 07/11/2014 07:04 PM | buzz   | merged: old xbmc commit from r15123 - fixed: check for dll load isnt thread safe. if another thread will unload after the check - we will crash. this may cause libid3tag library to never unload (should be ok on non xbox versions)

#32852 | 07/11/2014 06:56 PM | buzz   | fixed: some corrections from r32843

#32851 | 07/11/2014 06:22 PM | buzz   | merged: xbmc mainline 33e1005f - ignore commented (starting with #) lines in m3u/strm

#32850 | 07/11/2014 06:21 PM | buzz   | merged: xbmc mainline 7f29ec41f - fixed: #10551 - crash due to recusively loading playlists

#32849 | 07/10/2014 01:30 AM | buzz   | merged: xbmc mainline d555c4fa (partial) - [change] - don't lock EEXIST errors when creating directorys with nfs or smb
                                      # merged: xbmc mainline 9666a521 (partial) - - get rid of the EEXIST warnings - this time i mean it... - nfs uses -EEXIST - smb uses errno

#32848 | 07/10/2014 01:26 AM | buzz   | merged: xbmc 8a205c76 (missing parts) - [smb] remove old file authentication code that isn't used

                                      # CSmbDirectory will never directly re-authenticate, it will only
                                      #     notify uppper layer that it needs to authenticate. So this could
                                      #     would never do any good anymore.


#32847 | 07/10/2014 01:21 AM | buzz   | merged: xbmc mainline 5888aeb7 - fixed: SMB url errors after e5d5c1f22d45825831d8d4785ba049a9991f3016.

#32846 | 07/10/2014 01:20 AM | buzz   | merged: xbmc mainline e5d5c1f2 - Don't add trailing slash to source with options

                                      # Sources with |option=value, like http or wedav would get a trailing
                                      #     slash after the options. For example, davs://example.net/|auth=digest
                                      #     would become davs://example.net/|auth=digest/ which causes problem later...


#32845 | 07/10/2014 01:09 AM | buzz   | merged: xbmc mainline a5bf3d88 - cosmetic: comparison between signed and unsigned integer
                                      # merged: xbmc mainline 0d74098a - Fixed: On 64bit, ID3 tag parser could spin an infinite loop if the genre tag was non-empty, yet didn't contain a valid separator. unsigned int != size_t

#32844 | 07/10/2014 01:04 AM | buzz   | merged: xbmc mainline 86b33f13 - fixed: Ticket #9695 - ParseMP3Genre array index out of bounds error (thanks Malard)

#32843 | 07/10/2014 01:03 AM | buzz   | merged: xbmc mainline a00d850f - fixed: Assert with VS2010 (index out of range) Some code cleanup

#32842 | 07/10/2014 01:00 AM | buzz   | merged: id3_file_close code from xbmc mainline

#32841 | 07/10/2014 12:45 AM | buzz   | merged: xbmc mainline 178141f5 - Fix memory leak on read failure in APEv2Tag.cpp

#32840 | 07/10/2014 12:43 AM | buzz   | merged: xbmc mainline 771e8824 (partial) - fixed: warning of type mismatches

#32839 | 07/10/2014 12:41 AM | buzz   | merged: xbmc mainline 52829fe1 - changed: support the new libapetag file API - fixes ape tags on smb:// etc.

#32838 | 07/10/2014 12:35 AM | buzz   | merged: xbmc mainline 0190e7c0 - fixed: eol checking in id3 tag parser, thanks cptspiff

#32837 | 06/08/2014 06:27 AM | buzz   | added: russian keyboard map - thanks to Reket and Dan Dar3 - #309      
Post Reply