Same remark as for eden (except point 3 - you properly refer to addon.py in your addon.xml): 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? 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. 6. You can't have the same version number for eden and frodo. Use 0.1.5 for frodo or something similar. 7. You need xbmc.python set to 2.1.0 for frodo. See http://forum.xbmc.org/showthread.php?tid=151473 8. And it would be nice to have the changelog.txt in english (forgot to mention that for eden)
On Tue, Feb 19, 2013 at 3:03 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 - 6734654af309aa2b8d3d97637c4e38ea82a5296a > *branch - master > *xbmc version - frodo > > > ------------------------------------------------------------------------------ > 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 3:03 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 - 6734654af309aa2b8d3d97637c4e38ea82a5296a > *branch - master > *xbmc version - frodo > > > ------------------------------------------------------------------------------ > 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
