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.

Directory Watcher

If you have a question or need help, this is the place to be.
cableghost
Posts: 37
Joined: Thu Oct 10, 2013 9:43 pm

Re: Directory Watcher

Post by cableghost »

Boolean263 wrote:If you want all your watched directories to trigger the same macro, the simplest way is to drag events from each plugin into your macro. You might also be able to use a wild-card event string, but I'm not clear what the syntax would be.
Thank you. Then once created, I rename the Event Name `DirectoryWatcher2.Updated` on the 2nd Plugin?
User avatar
kgschlosser
Site Admin
Posts: 5190
Joined: Fri Jun 05, 2015 5:43 am
Location: Rocky Mountains, Colorado USA

Re: Directory Watcher

Post by kgschlosser »

syntax for wild carding events in EG 0.5 is as follows.

* = multi character wild card
? = single character wild card

*SomeEvent* will capture every event with SomeEvent in it
*SomeEvent will capture every event that ends in SomeEvent
*Some*Event* will capture any event with the words Some and Event in it
?omeEvent will capture any event that is 9 characters long and ends in omeEvent

hope that explains it.
If you like the work I have been doing then feel free to Image
eirik226
Experienced User
Posts: 142
Joined: Wed Nov 07, 2012 5:22 pm

Re: Directory Watcher

Post by eirik226 »

I'm guessing this is the official thread for this plugin.

I have issues with this plugin, it won't trigger an event when a new file is created. I have it watching a folder on my network, I've mounted this folder to my computer (so the folder is displayed there as Z:/ (or whatever).

It works for some time, but I often have to go to the plugin and reset the folder to make it display events again. Is this because I have it watching a network folder? Is there a way to solve this?

I get no errors, it just won't display an event when I create or download a file to that folder after some time.
jachin99
Experienced User
Posts: 614
Joined: Sat Feb 13, 2016 8:39 pm

Re: Directory Watcher

Post by jachin99 »

Which versions of windows are involved in your setup. Win 10 recently dropped smb v1 and it is causing issues for some.
User avatar
kgschlosser
Site Admin
Posts: 5190
Joined: Fri Jun 05, 2015 5:43 am
Location: Rocky Mountains, Colorado USA

Re: Directory Watcher

Post by kgschlosser »

have you tried it with a local folder to see if the problem happens when it is not a network attached drive?
If you like the work I have been doing then feel free to Image
eirik226
Experienced User
Posts: 142
Joined: Wed Nov 07, 2012 5:22 pm

Re: Directory Watcher

Post by eirik226 »

I'm currently trying on a local folder to see if it works, if it does I'll just re do it so I can watch a local folder and not a network folder. Thanks.
Post Reply