Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 2 matches

by olddog
Wed Mar 11, 2009 11:51 pm
Forum: Coding Corner
Topic: Help needed with Start/Stop plugin from a python script
Replies: 4
Views: 3349

Re: Help needed with Start/Stop plugin from a python script

Thanks for the reply Jeff,

I tried as you advised but just get the following message;-

23:49:10 Traceback (most recent call last):
23:49:10 Python script "18", line 1, in <module>
23:49:10 eg.plugins.EventGhost.DisableItem(XmlIdLink(4))
23:49:10 NameError: name 'XmlIdLink' is not defined

Thanks ...
by olddog
Sun Mar 08, 2009 2:44 pm
Forum: Coding Corner
Topic: Help needed with Start/Stop plugin from a python script
Replies: 4
Views: 3349

Help needed with Start/Stop plugin from a python script

Hi all,

I have a python script which controls a number of remote plugins, these are based on VMC controller and control Windows7 Media Center and it's Extenders.

However there are times i need to control then enable/disable of the plugin from within a script, after reading and decoding lots of ...