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

by thach1ef
Fri Jun 12, 2015 3:33 pm
Forum: General Support
Topic: Directory Watcher
Replies: 35
Views: 27866

Re: Directory Watcher

No one is able to help me out with this?
by thach1ef
Thu Jun 11, 2015 3:45 pm
Forum: Plugin Support
Topic: DirectoryWatcher help
Replies: 2
Views: 1921

Re: DirectoryWatcher help

No one has any help for me on this?
by thach1ef
Wed Jun 10, 2015 8:11 pm
Forum: General Support
Topic: Directory Watcher
Replies: 35
Views: 27866

Re: Directory Watcher

I've been trying my best with this for the past couple days and no luck. Does anyone have any thoughts? I took Pako's code and removed some pieces so that I'm left with

def CheckFileAccessFunction_1(filePath):
from os import path
f = None
if path.exists(filePath):
try:
f = open(filePath, 'ab ...
by thach1ef
Tue Jun 09, 2015 7:48 pm
Forum: General Support
Topic: Directory Watcher
Replies: 35
Views: 27866

Re: Directory Watcher

Hi Pako,

I know this thread is old and seems to have been derailed by another topic, but I wanted to ask you something about your python code that this thread was originally about.

I'm not good with python code, but it seems that the code checks to see if a file is being used, and if not it sets ...
by thach1ef
Tue Jun 09, 2015 6:23 pm
Forum: Plugin Support
Topic: DirectoryWatcher help
Replies: 2
Views: 1921

DirectoryWatcher help

Hi guys,

I'm still fairly new with EG and am trying to setup an automated media center. I've tried to follow all the guides out there but for some reason I'm not getting the exact behavior that they are experiencing.

The problem that I'm running into is with DirectoryWatcher.Updated. I can't find ...
by thach1ef
Tue Jun 02, 2015 6:01 pm
Forum: General Support
Topic: Newbie question, sorry ;/
Replies: 5
Views: 2014

Re: Newbie question, sorry ;/

Thanks a bunch, I think I got what you are saying. I was probably a little confused as my first time using this I did an automated AMC setup which contained 4 macros and I was thinking those 4 macros were apart of a larger structure. But it seems that they work independently and are just in a folder ...
by thach1ef
Tue Jun 02, 2015 1:37 pm
Forum: General Support
Topic: Newbie question, sorry ;/
Replies: 5
Views: 2014

Re: Newbie question, sorry ;/

Ah ok thank you very much. And another simple question, for my next set of instructions (btw, please tell me what this is called in the EG world..) so I create another folder underneath Autostart?
by thach1ef
Mon Jun 01, 2015 11:16 pm
Forum: General Support
Topic: Newbie question, sorry ;/
Replies: 5
Views: 2014

Re: Newbie question, sorry ;/

To try and clarify.

I have DirectoryWatcher watching the folder D:\Downloads and doing some stuff, which is all working.

However I want to also watch D:\Rips and do some other stuff. Just not sure how I can have both things going at once without them interfering.
by thach1ef
Mon Jun 01, 2015 8:28 pm
Forum: General Support
Topic: Newbie question, sorry ;/
Replies: 5
Views: 2014

Newbie question, sorry ;/

I am very new to EventGhost, but I'm trying my best to learn.

I currently have EventGhost set up to watch a folder, when a file hits that folder, it processes the file and moves it. All is well. I'm not sure what the correct term is for this current setup, is it called a string? Script? Event Tree ...