On Tue, Dec 21, 2010 at 5:37 PM, orokara <[email protected]> wrote:
> The issues mentioned should now be fixed:
>
> *addon - plugin.video.pitchfork
> *version - 1.1.0
> *url
> - http://xbmc-addon-repository.googlecode.com/svn/trunk/plugin.video.pitchfork/
> *xbmc version - dharma, eden-pre

you seem to have misunderstood.

self.addonDir = os.path.join(xbmc.translatePath("special://home/"),
"addons", os.path.basename(self.addon.getAddonInfo('path')))

just do

self.addonDir = xbmc.translatePath(self.addon.getAddonInfo('path'))

> *addon - plugin.video.AnimeFTW
> *version - 1.5.0
> *url -
> http://xbmc-addon-repository.googlecode.com/svn/trunk/plugin.video.animeftw/
> *xbmc version - dharma, eden-pre

kinda the same, instead of
 self.base_cache_path = os.path.join( xbmc.translatePath(
"special://masterprofile/" ), "addon_data", os.path.basename(
self.addon.getAddonInfo('path') ) )

just do

self.base_cache_path = xbmc.translatePath(self.addon.getAddonInfo('profile'))

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to