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 6 matches

by agrowe
Sun Jan 02, 2011 12:28 am
Forum: General Support
Topic: Does eventghost trap IR signals?
Replies: 2
Views: 1026

Re: Does eventghost trap IR signals?

Thanks heaps for the reply.
Seems to be exactly what i need.

Much Appreciated
by agrowe
Sat Jan 01, 2011 2:49 am
Forum: General Support
Topic: Does eventghost trap IR signals?
Replies: 2
Views: 1026

Does eventghost trap IR signals?

Hi.
I have XBMC running on my win7 x64 computer on the second monitor. Everything is great so I want to add my Logitech Harmony remote to it. I have bought a USB IR recorder but it hasn't arrived yet.
I was wondering, when I get it connected, I'll set up my logitech remote as a mce remote which ...
by agrowe
Thu Dec 30, 2010 1:42 am
Forum: General Support
Topic: Wait until file transfer is complete?
Replies: 31
Views: 13537

Re: Wait until file transfer is complete?

Hi, thanks for the clarification.
I am still having troubles though. It will show the OSD while the file is still copying.
Below is the log file for Eventghost
12:37:31 PM DirectoryWatcher.Created (u'D:\\Media\\Movies\\Top Gear - 15x07.avi',)
12:37:31 PM DirectoryWatcher.Updated (u'D:\\Media ...
by agrowe
Tue Dec 28, 2010 11:03 pm
Forum: General Support
Topic: Wait until file transfer is complete?
Replies: 31
Views: 13537

Re: Wait until file transfer is complete?

Thanks for the reply,
in the first xml, the python test is:
if eg.globals.myDirectoryLastUpdated < eg.Utils.time.time() - 5: eg.result = True
but in the second it says it should be You should actually use <= (greater than or equal) in the comparison to make sure
So should it be <= or >=?

Thanks
by agrowe
Tue Dec 28, 2010 10:24 am
Forum: General Support
Topic: Wait until file transfer is complete?
Replies: 31
Views: 13537

Re: Wait until file transfer is complete?

Hi Jinxdone,
I have been using some of your code to try and get the an XMBC auto update to work when a file has finished being transfered. I have been having lots of trouble trying to get it to work. You also mentioned a python script should be able to do the job better. Ive done programming at Uni ...
by agrowe
Tue Dec 28, 2010 7:31 am
Forum: General Support
Topic: Using Directory Watcher for completed file trasfer
Replies: 0
Views: 1391

Using Directory Watcher for completed file trasfer

Hi,
I have been using the latest version of Eventghost on Win7 x64 to help automate my XBMC install.
The problem I was facing was that i wanted XBMC to update its library whenever I added a new show to its folder.
I had this working with the XBMC plugin and the Directory Watcher plugin but not 100 ...