Check http://forum.xbmc.org/showthread.php?tid=151475 1. icon must be 256x256 2. Please use major.minor.patch for your addon version (1.0.0) 3. For frodo, xbmc.python must be 2.1.0 4. cookiepath = cookiepath + self.COOKIEFILE looks suspicious. You should use os.path.join. And no need to call xbmc.translatePath twice. Just call it once.
On Fri, Jan 18, 2013 at 3:48 AM, Pavel Pepeldjiyski <[email protected]> wrote: > * addon - plugin.video.bgtelevizor > * version - 1.0 > * url - git://github.com/pavelpep/plugin.video.bgtelevizor.git > * revision - fa0519cd2a83e8deb6ab4ff3d668228d991f9292 > * branch - master > * xbmc version - frodo > > > ------------------------------------------------------------------------------ > 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
