1. "github.com/Synopsi/XBMC.git" is still not a valid url. https://github.com/Synopsi/XBMC.git or git://github.com/Synopsi/XBMC.git are (github has a nice "copy to clipboard" function to avoid mistake).
2. You need xbmc.python 2.0 for eden. See http://wiki.xbmc.org/index.php?title=Addon.xml 3. Remove <import addon="xbmc.addon" version="11.0"/> 4. <extension point="xbmc.service" library="service.py" start="login|startup"> Choose login or startup, not both. 5. Remove the <extension point="xbmc.addon.repository"... part 6. You need to add a language tag. See http://wiki.xbmc.org/index.php?title=Addon.xml 7. You might want to update your changelog.txt Thanks /beenje On Mon, Jan 14, 2013 at 1:51 PM, Martin Smid <[email protected]> wrote: > * addon - plugin.video.synopsi > * version - 0.4.5 > * url - github.com/Synopsi/XBMC.git > * revision - rel-0.4.5 > * branch - master > * xbmc version - eden > > > > > ------------------------------------------------------------------------------ > 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_122412 > _______________________________________________ > 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_122412 _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
