Re: [Freevo-devel] Home Automation Plugin

2006-11-29 Thread Ryan Roth
I couldn't commit the changes to svn myself so here is a patch to fix a line of code I accidentally removed in the last update. Plus I fixed the DOS line returns. Ryan Roth wrote: I written enough in other languages to be able to BS my way through others :) Duncan Webb wrote: Ryan Rot

Re: [Freevo-devel] Home Automation Plugin

2006-11-29 Thread Ryan Roth
I written enough in other languages to be able to BS my way through others :) Duncan Webb wrote: > Ryan Roth wrote: > > If you want this to go into the rel-1 you need to add a feature request. > http://sourceforge.net/tracker/?func=add&group_id=46652&atid=446898 > > For somebody who claims that

Re: [Freevo-devel] Home Automation Plugin

2006-11-29 Thread Duncan Webb
Ryan Roth wrote: If you want this to go into the rel-1 you need to add a feature request. http://sourceforge.net/tracker/?func=add&group_id=46652&atid=446898 For somebody who claims that they don't know Python, you do a pretty good job :-) Duncan > Fixed some typos > > > -

Re: [Freevo-devel] Home Automation Plugin

2006-11-28 Thread Ryan Roth
Fixed some typos import os import plugin import config from item import Item class PluginInterface(plugin.MainMenuPlugin): """ Home Automation Plugin Activate: plugin.activate('home_automation') This plugin is for controlling home automation items, such as X10 dev

[Freevo-devel] Home Automation Plugin

2006-11-28 Thread Ryan Roth
I have finally written the home automation plugin I have talked about wanting for the last year. I do not know python so input and corrections are welcome. I would like it to be added to the SVN tree as an official plugin if possible. This would make revisions much easier. Ryan import os