I've moved all but the lib / lang folders to root removed unneeded default.tbn changed to write to addon_data (thanks for that tip, good info) removed unneeded simplejson, imported as outlined works for Windows and OSX for all features, for Linux can only manage the queue (no playback due to DRM) so pretty much just Windows and OSX moved license inside folder
new rev is 22bbf8ec60155d5025a4, didn't increment version to 1.0.7 but can if needed thanks Jim Updated Info *addon - plugin.video.xbmcflicks *version - 1.0.6 *url - git://github.com/spudsdude/XBMC-Flicks.git *revision - 22bbf8ec60155d5025a4 *branch - master *xbmc version - dharma, eden-pre On Sun, Dec 19, 2010 at 2:33 AM, Arne Morten Kvarving <[email protected]> wrote: > On Sun, Dec 19, 2010 at 4:41 AM, Jim M. <[email protected]> wrote: >> *addon - plugin.video.xbmcflicks >> *version - 1.0.6 >> *url - git://github.com/spudsdude/XBMC-Flicks.git >> *revision - 9a63256e9d6292b1f51fedbe53dce3654314d24a >> *branch - master >> *xbmc version - dharma, eden-pre > > 1) directory layout is a PITA for me. keep the files in root please > 2) need no default.tbn > 3) you're writing to the add-on's folder - that's a big nono. for > instance, it may be stored in an unwritable location. use > addon.getAddonInfo('profile') and write in that dir > 4) we have simplejson available as a script module. use > <import addon="script.module.simplejson"/> > 5) this can't possibly be working on all platforms? > 6) it's LICENSE.txt inside the folder > ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
