Hi yes sadly there was a bug in the partial pull that was performed last, we have a fix for it, but we have had to rewrite our deployment scripts in order to meet the new requirements from team xbmc.
A new release should be coming soon As for your error in parseDOM i'll forward it to tobias. Regards Henrik DK On Wed, Jan 2, 2013 at 8:44 AM, Matt Hughes <[email protected]> wrote: > Hi, > This recent pull currently breaks parseDom 1.5.0 > Seems to be a problem in the 'getXBMCVersion()' function > > Some XBMC version strings can contain a space, so when executing > ''' version[:version.find("-")] ''' it will return '12.0 Git:20130322' > instead of '12.0'. This makes 'float(version)' fail, resulting in script > error. > > I added a check for a space, and it seems to fix it > > https://github.com/Kr0nZ/plugin.video.cinemassacre/commit/45ec46ba13832479856703912495b653147191cc > > I have also come across another bug, which happens when Im trying to > extract <li> elements from larger strings of other <li> elements, where it > will sometimes only extract the first <li> element found. > I found the reason for this was in the parseDom function, towards the end > (line 300). Sometimes the call to '_getDOMContent()' will return an empty > string, and when "item = item[item.find(temp, item.find(match)) + > len(temp):]" executes, its will match the end of the html content, so > erasing it. > > I added an if clause, so now it will skip to the next match if no DOM > content found: > > https://github.com/Kr0nZ/plugin.video.cinemassacre/commit/45ec46ba13832479856703912495b653147191cc > > > Hope you can get these fixed soon, the first bug seems to break every > plugin that uses parseDom. > > -Kr0nZ > > > > On Fri, Dec 28, 2012 at 9:58 PM, Henrik Jensen < > [email protected]> wrote: > >> Here we go again ;) >> >> So, I've updated the xml's and branched the plugins for frodo and eden. >> >> The problem with this sudden api change is that it's basically 2*6 >> addon.xml's that have to be manually verified, moved and comitted to >> different branches for each release cycle. >> >> This leads to a lot of potential for small "stupid" mistakes, which makes >> me a sad panda ;( >> >> Also without better documentation its impossible for me to tell which of >> the xbmc addon extension described in ronie's announcement mail are neded >> for frodo for each of the addons. As far as I can see it's only one line in >> each addon's xml, but i haven't really gone to deep into it. >> >> Please note we also bumped the version of the cache plugin since we >> wanted to incorporate ronies requested changes. >> >> Regards HenrikDK >> >> *addon - plugin.video.vimeo >> *version - 2.5.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/vimeoxbmc/ >> *revision - cb72cfd1b225 >> *branch - release >> *xbmc version - frodo >> >> *addon - plugin.video.vimeo >> *version - 2.5.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/vimeoxbmc/ >> *revision - 9b820915b030 >> *branch - eden >> *xbmc version - eden >> >> >> *addon - plugin.video.youtube >> *version - 3.4.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/youtubexbmc/ >> *revision - cbe1cb9bf912 >> *branch - release >> *xbmc version - frodo >> >> *addon - plugin.video.youtube >> *version - 3.4.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/youtubexbmc/ >> *revision - c034083263dc >> *branch - eden >> *xbmc version - eden >> >> >> *addon - plugin.video.bliptv >> *version - 0.8.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/bliptvxbmc/ >> *revision - 81744eb98e19 >> *branch - release >> *xbmc version - frodo >> >> *addon - plugin.video.bliptv >> *version - 0.8.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/bliptvxbmc/ >> *revision - 127c169c914a >> *branch - eden >> *xbmc version - eden >> >> >> *addon - script.module.parsedom >> *version - 1.5.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/commonxbmc/ >> *revision - 9123c8056d24 >> *branch - release >> *xbmc version - frodo >> >> *addon - script.module.parsedom >> *version - 1.5.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/commonxbmc/ >> *revision - 07c0d80818f1 >> *branch - eden >> *xbmc version - eden >> >> >> *addon - script.common.plugin.cache >> *version - 1.5.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/cachexbmc/ >> *revision - 832d685ad4c9 >> *branch - release >> *xbmc version - frodo >> >> *addon - script.common.plugin.cache >> *version - 1.5.0 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/cachexbmc/ >> *revision - 92f93da22b2e >> *branch - eden >> *xbmc version - eden >> >> >> *addon - script.module.simple.downloader >> *version - 0.9.4 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/downloadxbmc/ >> *revision - fd68eecbf19d >> *branch - release >> *xbmc version - frodo >> >> *addon - script.module.simple.downloader >> *version - 0.9.4 >> *url - http://hg.tobiasussing.dk/hgweb.cgi/downloadxbmc/ >> *revision - d108e92b602f >> *branch - eden >> *xbmc version - eden >> >> On Sat, Dec 29, 2012 at 1:14 AM, Henrik Jensen < >> [email protected]> wrote: >> >>> Hi >>> >>> I'm looking into, a new release, but its gonna take some time since this >>> change basically breaks our build scripts and introduces a lot of tedious >>> manual work into the release cycle. >>> >>> Regards HenrikDK >>> >>> On Fri, Dec 28, 2012 at 11:28 PM, Benjamin Bertrand < >>> [email protected]> wrote: >>> >>>> I updated for eden: >>>> - script.module.parsedom >>>> - script.common.plugin.cache >>>> >>>> I didn't update script.module.simple.downloader, because you have: >>>> settings = xbmcaddon.Addon(id='script.module.simple.downloader.beta') >>>> It doesn't match the addon id with the beta. >>>> >>>> I didn't update the plugins because they depend on >>>> script.module.simple.downloader 0.9.4. >>>> >>>> For frodo, please use xbmc.python 2.1.0 as explained by Martijn. >>>> >>>> >>>> On Fri, Dec 28, 2012 at 3:32 PM, Henrik Jensen >>>> <[email protected]> wrote: >>>> > Lots of bug-fixes, and new features for vimeo plugin >>>> > >>>> > *addon - plugin.video.vimeo >>>> > *version - 2.5.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/vimeoxbmc/ >>>> > *revision - 493c442f3506 >>>> > *branch - release >>>> > *xbmc version - frodo >>>> > >>>> > *addon - plugin.video.vimeo >>>> > *version - 2.5.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/vimeoxbmc/ >>>> > *revision - 493c442f3506 >>>> > *branch - release >>>> > *xbmc version - eden >>>> > >>>> > >>>> > *addon - plugin.video.youtube >>>> > *version - 3.4.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/youtubexbmc/ >>>> > *revision - 676d821b68c3 >>>> > *branch - release >>>> > *xbmc version - frodo >>>> > >>>> > *addon - plugin.video.youtube >>>> > *version - 3.4.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/youtubexbmc/ >>>> > *revision - 676d821b68c3 >>>> > *branch - release >>>> > *xbmc version - eden >>>> > >>>> > >>>> > *addon - plugin.video.bliptv >>>> > *version - 0.8.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/bliptvxbmc/ >>>> > *revision - a5c87c72a012 >>>> > *branch - release >>>> > *xbmc version - frodo >>>> > >>>> > *addon - plugin.video.bliptv >>>> > *version - 0.8.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/bliptvxbmc/ >>>> > *revision - a5c87c72a012 >>>> > *branch - release >>>> > *xbmc version - eden >>>> > >>>> > >>>> > *addon - script.module.parsedom >>>> > *version - 1.5.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/commonxbmc/ >>>> > *revision - 13efa62304ed >>>> > *branch - release >>>> > *xbmc version - frodo >>>> > >>>> > *addon - script.module.parsedom >>>> > *version - 1.5.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/commonxbmc/ >>>> > *revision - 13efa62304ed >>>> > *branch - release >>>> > *xbmc version - eden >>>> > >>>> > >>>> > *addon - script.common.plugin.cache >>>> > *version - 1.4.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/cachexbmc/ >>>> > *revision - 431f346361db >>>> > *branch - release >>>> > *xbmc version - frodo >>>> > >>>> > *addon - script.common.plugin.cache >>>> > *version - 1.4.0 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/cachexbmc/ >>>> > *revision - 431f346361db >>>> > *branch - release >>>> > *xbmc version - eden >>>> > >>>> > >>>> > *addon - script.module.simple.downloader >>>> > *version - 0.9.4 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/downloadxbmc/ >>>> > *revision - 5c3fb05577a9 >>>> > *branch - release >>>> > *xbmc version - frodo >>>> > >>>> > *addon - script.module.simple.downloader >>>> > *version - 0.9.4 >>>> > *url - http://hg.tobiasussing.dk/hgweb.cgi/downloadxbmc/ >>>> > *revision - 5c3fb05577a9 >>>> > *branch - release >>>> > *xbmc version - eden >>>> > >>>> > >>>> ------------------------------------------------------------------------------ >>>> > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and >>>> > much more. Get web development skills now with LearnDevNow - >>>> > 350+ hours of step-by-step video tutorials by Microsoft MVPs and >>>> experts. >>>> > SALE $99.99 this month only -- learn more at: >>>> > http://p.sf.net/sfu/learnmore_122812 >>>> > _______________________________________________ >>>> > Xbmc-addons mailing list >>>> > [email protected] >>>> > https://lists.sourceforge.net/lists/listinfo/xbmc-addons >>>> > >>>> >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> >> MVPs and experts. SALE $99.99 this month only -- learn more at: >> http://p.sf.net/sfu/learnmore_122912 >> >> _______________________________________________ >> Xbmc-addons mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/xbmc-addons >> >> >
------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612
_______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
