On Tue, Jan 18, 2011 at 2:33 PM, Kristoffer Petersson <[email protected]> wrote: > Sorry about that very new to all of this. This should do it then?
no worries, nobody expect you to know these things up front (not like they are documented anywhere ;)) > *addon - plugin.video.krill.day9 > *version - 0.2 > *url - https://xbmc-plugin-day9.googlecode.com/svn/trunk/ > *revision - 6 > *branch - trunk > *xbmc version - dharma almost. favorites.py is no go. you cannot write to the add-on dir, use addon = xbmcAddon.Addon('plugin.video.krill.day9') I_CAN_WRITE_TO = addon.getAddonInfo('profile') likewise I_CANNOT_WRITE_TO = addon.getAddonInfo('path') is the path to the addon's directory (for read only access!) oh, and please remember to use 'reply to all on a mailing list' cheers spiff ------------------------------------------------------------------------------ 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
