1. In common.py, you should use something like
xbmc.translatePath(xbmcaddon.Addon.getAddonInfo('profile')).decode('utf-8')
instead of xbmc.translatePath(os.path.join('special://profile',
'addon_data',...2. plugin.audio.ramfm/resources/skins/Default/720p/main.xml: not well-formed (invalid token): line 236, column 20 I guess you forgot a '!' in <--1000--> 3. plugin.audio.ramfm/default.py: setting PLAYER_CORE_* is deprecated. Just use xbmc.Player(). See http://forum.xbmc.org/showthread.php?tid=173887&pid=1516662#pid1516662 Same in nowplaying.py On Thu, Dec 19, 2013 at 1:59 PM, Sean Poyser <[email protected]> wrote: > *addon - plugin.audio.ramfm > *version - 1.0.16 > *url - > http://spoyser-repo.googlecode.com/git/zips/plugin.audio.ramfm/plugin.audio.ramfm-1.0.16.zip > *xbmc version - frodo / gotham > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Xbmc-addons mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xbmc-addons > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
