There is another error line 276: plugin.audio.ramfm/resources/skins/Default/720p/main.xml: not well-formed (invalid token): line 276, column 20 Sorry my script stopped at the first error.
Could you as well add a xml header with encoding to plugin.audio.ramfm/resources/skins/Default/skin.xml? If you don't mind, please make all files unix eol. Don't forget to send the new pull request to the list. I might miss it otherwise. On Sun, Dec 22, 2013 at 10:40 AM, Sean Poyser <[email protected]> wrote: > Thanks Ben, all changes now implemented. > > *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 > > > Best Regards, > > Sean > > > On Sat, Dec 21, 2013 at 4:41 PM, Benjamin Bertrand > <[email protected]> wrote: >> >> 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
