1. You need to add a language tag. See http://wiki.xbmc.org/index.php?title=Addon.xml 2. Invalid end-of-line (CRLF) in plugin.video.elisa.viihde/addon.py Could you please convert that file to unix eol? 3. You have default.py in your addon.xml but that file doesn't exist in your addon. It should be addon.py. 4. BeautifulSoup is available in the official repo. Add a dependency (script.module.beautifulsoup) in you addon.xml and remove the BeautifulSoup.py from your addon. 5. You have a dependency to script.module.simplejson in your addon.xml. So remove simplejson from your addon.
On Tue, Feb 19, 2013 at 2:29 PM, Anssi Ylönen <[email protected]> wrote: > *addon - plugin.video.elisa.viihde > *version - 0.0.5 > *url - https://github.com/anylonen/XBMC-Elisa-Viihde-plugin.git > *revision - e766440207 > *branch - master > *xbmc version - eden > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Xbmc-addons mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xbmc-addons > On Tue, Feb 19, 2013 at 2:29 PM, Anssi Ylönen <[email protected]> wrote: > *addon - plugin.video.elisa.viihde > *version - 0.0.5 > *url - https://github.com/anylonen/XBMC-Elisa-Viihde-plugin.git > *revision - e766440207 > *branch - master > *xbmc version - eden > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Xbmc-addons mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xbmc-addons > ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
