On Wed, Dec 8, 2010 at 7:56 PM, tvalacarta <[email protected]> wrote:
> Thanks Arne.
>
> You must understand that this plugin is developed by several people, and
> each one works with his channels. I have developed the core features and
> write some of the channels, but each member work with his channels on his
> way.
>
> The maintenance of the plugin is a distributed work, and it doesn't take a
> lot of individual work. I mantain the core files, and each of the channels
> is mantained by its authors. There is code of better or worse quality,
> depending of the experience of the individual team members, but the whole
> works fine and we are not very strict about this. The objective is to make
> online content available, and to be fun in the process.

sure, it was a comment made in sympathy, not in spite :)

> Now i'll try to reply your comments:
>
> 1) This feature can be removed, and if it is a problem we can for sure
> remove the entire channels using it (casttv, animeforos). Please confirm us
> if this is ok for you, i ask the channel author for the change.

it's just the favorites.xml writing i don't like. problem is that we
cannot have random bits of code writing our files (we have in-memory
copies, changes may get lost if we flush these to disc etc). i'm more
than willing to discuss an interface to expose the requested
functionality, but it has to be just that - an interface. removing the
channels is not necessary, just the code touching our naught bits :)

> 2) Sorry but i am not sure what do you mean with this. I have tested the
> plugin and we don't write to the global userdata folder, with the exception
> of the favourites file mentioned before. We find the addon folder using
> "xbmc.translatePath("special://profile/addon_data/%s" % PLUGIN_ID)" in
> config.py, but we will change as you request.

this was related to 1) - just a general never-do-this. btw, you can
use getAddonInfo('profile') for a shorter version of what you do.

> 3) I never used runplugin command myself, it must be another team member
> code, but if it is a problem can be changed.

actually, this was also in the favorite management code.

> 4) Ok, we'll make the change.

thanks.

arnem

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to