On Wed, Jan 19, 2011 at 6:08 PM, Jim M. <[email protected]> wrote: > I'll rework the pathing, I assumed that was translated into the > correct directory. > > should I avoid special:// in general and always get the pathing using > getAddonInfo('path')?
yes, ideally. if you have to, you can pass it through xbmc.translatePath. when we change to external python, the filesystem won't be overridden and thus the special:// paths won't work. ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
