WatchDirectory home page
WatchDirectory Startseite (Deutsche Version)
Site WatchDirectory (Français)
  Welcome, Guest. Please Login or Register
YaBB - Yet another Bulletin Board
   
  HomeHelpSearchLoginRegister  
 
Page Index Toggle Pages: 1
4.2.3 beta (Read 6221 times)
Gert
YaBB Administrator
*****
Offline



Posts: 2381
The Netherlands
4.2.3 beta
Jun 14th, 2007 at 6:40am
 
A new watchDirectory beta is available, with the following changes:

    *  New: A plugin to Automatically Rename Files.
    * New: When a renamed directory is detected, watchDirectory can optionally also fire events for the contents of the "new" directory
    * New: The thumbnail plugin supports BMP as the output format.
    * New: When using the scheduler with the option "ignore events outside scheduled periods" selected, watchDirectory will no longer monitor the directory outside the scheduled periods.
    * Updated: The email plugin will not report an error when there is no @email.txt file in a directory
    * Updated: The Postman program uses an upgraded email component, and no longer needs to copy files on long paths.
    * Fix: The postman program could crash if you included a Unicode file without a byte order marker.
    * Fix: The ftp plugin did not handle some of the proxy types correctly.
    * Fix: The email plugin reported the "old" filename/directory name in case of rename events.
    * Fix: The control center could report a wrong number of running tasks.

Note that you should install the beta in the same directory as your current install. Also, while the beta is installed, it will claim that there is an update available on the web. Just ignore those messages.


Gert

removed the download link, see last reply for the current version
Back to top
« Last Edit: Jun 17th, 2007 at 9:47am by Gert »  

Gert Rijs - gert (at) gdpsoftware (dot) com
Blog: http://blog-en.gdpsoftware.com/
End Alzheimer's: http://www.alz.org&&...
WWW WWW GdPSoftware  
IP Logged
 
Gert
YaBB Administrator
*****
Offline



Posts: 2381
The Netherlands
Re: 4.2.3 beta 2
Reply #1 - Jun 17th, 2007 at 9:46am
 
Hi,

A new beta is available, with one new feature. The email plugin always had the option to "combine" emails that are sent within a certain time period (for example within one hour). Previously the time period was always "reset" when an email was combined. When monitoring "busy" directories, this could cause emails to be delayed far longer than the configured combine period.
The updated email plugin allows you to make this delay period "fixed".

Gert

removed the download link, see last reply for the current version
Back to top
« Last Edit: Jun 20th, 2007 at 7:25am by Gert »  

Gert Rijs - gert (at) gdpsoftware (dot) com
Blog: http://blog-en.gdpsoftware.com/
End Alzheimer's: http://www.alz.org&&...
WWW WWW GdPSoftware  
IP Logged
 
Gert
YaBB Administrator
*****
Offline



Posts: 2381
The Netherlands
Re: 4.2.3 beta 3
Reply #2 - Jun 20th, 2007 at 7:24am
 
Hi,

We just uploaded a new beta with a few fixes and some new features.

Fixed: Ignoring certain subdirectories of the monitored directory did not work anymore (not ignored).

And several new options for the email plugin. Most of these were requested in response to the email tip in our previous newsletter .


Dynamic subject based on the directory where the new file is found
When you use the trick with the email.txt file, as described in the newsletter, you can now also add the subject to use for the email to the email.txt file.
To do this, your email.txt file should look like this:
Code:
; <- lines that start with a semicolon are ignored
TO:<John@doe.com>
CC:<Mary@doe.com>
;
; email plugin stops reading email addresses when it sees a line starting with "["
[subject]
subject=A new file: %WD_FILE%
 



Look for the email.txt in parent directories
When the email.txt file is not found in the directory which has the file event (new file, deleted file etcetera), you can instruct the email plugin to look for it in the parent directory (and after that in the parents parent directory....).
To enable this, add an exclamation mark (!) in front of the filename:
Code:
@@!email.txt 


When the file C:\Monitored\subdir\sub\file.txt is created, the email plugin will try the following filenames:
Code:
C:\Monitored\subdir\sub\email.txt
C:\Monitored\subdir\email.txt
C:\Monitored\email.txt
C:\email.txt
 



Gert

removed the download link, see last reply for the current version
corrected the layout of code sample
Back to top
« Last Edit: Jul 31st, 2007 at 5:09pm by Gert »  

Gert Rijs - gert (at) gdpsoftware (dot) com
Blog: http://blog-en.gdpsoftware.com/
End Alzheimer's: http://www.alz.org&&...
WWW WWW GdPSoftware  
IP Logged
 
Gert
YaBB Administrator
*****
Offline



Posts: 2381
The Netherlands
Re: 4.2.3 beta 4
Reply #3 - Jul 20th, 2007 at 2:46pm
 
Hi,

A new beta is available with two enhancements:
The "File Age" monitoring method can now also fire events for directories older than a certain age. It will fire a DIRNEW event for directories that are too old.
The "Automatically Delete Files" plugin now supports the DIRNEW event, and it will remove the directory IF IT IS EMPTY. If the directory contains other files (or directories) it is not removed.

Gert



removed the download link, see last reply for the current version
Back to top
« Last Edit: Jul 30th, 2007 at 8:39am by Gert »  

Gert Rijs - gert (at) gdpsoftware (dot) com
Blog: http://blog-en.gdpsoftware.com/
End Alzheimer's: http://www.alz.org&&...
WWW WWW GdPSoftware  
IP Logged
 
Gert
YaBB Administrator
*****
Offline



Posts: 2381
The Netherlands
Re: 4.2.3 beta 5 (release candidate)
Reply #4 - Jul 30th, 2007 at 8:38am
 
Hello,

We just uploaded a new beta (5th beta of 4.2.3).
There are 2 new features of this version:

The Automatically Email plugin, when configured to combine emails, can optionally combine these emails separately for each sub-directory.
The bat file plugin has a new variable (WD_FILE_OWNER), and the plugins that support dynamic naming can use the new tag {owner}. These variables are filled with the accountname of the owner of the detected file.


Gert

removed the download link, see last reply for the current version
Back to top
« Last Edit: Aug 1st, 2007 at 12:26pm by Gert »  

Gert Rijs - gert (at) gdpsoftware (dot) com
Blog: http://blog-en.gdpsoftware.com/
End Alzheimer's: http://www.alz.org&&...
WWW WWW GdPSoftware  
IP Logged
 
Gert
YaBB Administrator
*****
Offline



Posts: 2381
The Netherlands
Re: 4.2.3 beta 6 (release candidate)
Reply #5 - Aug 1st, 2007 at 12:25pm
 
Hi,

Just one fix in this release to the "automatically FTP" plugin. The "browse to the FTP directory" (labeled with "...") will now default to the user's home directory, instead of to "/". Some FTP servers don't allow to browse to "/", and that caused the dialog to fail (not show any directories). Thanks to Helen for reporting this issue.


Gert

removed the download link, see last reply for the current version
Back to top
« Last Edit: Aug 27th, 2007 at 8:03am by Gert »  

Gert Rijs - gert (at) gdpsoftware (dot) com
Blog: http://blog-en.gdpsoftware.com/
End Alzheimer's: http://www.alz.org&&...
WWW WWW GdPSoftware  
IP Logged
 
Gert
YaBB Administrator
*****
Offline



Posts: 2381
The Netherlands
Re: 4.2.3 beta 7
Reply #6 - Aug 27th, 2007 at 8:02am
 
Hello All,

Here is the final (well, I thought that before) beta of watchDirectory version 4.2.3. This version will be the "release" version next week.

New in beta 7:
# Fix: The "automatically delete" plugin would also remove the monitored directory itself.
# Fix: Quiet events ignored the scheduler settings.
# Fix: If you enabled dynamic naming on the FTP plugin, the browse button did not work.


Gert


removed the download link. Version 4.2.3 is now the official release
Back to top
« Last Edit: Sep 4th, 2007 at 12:41pm by Gert »  

Gert Rijs - gert (at) gdpsoftware (dot) com
Blog: http://blog-en.gdpsoftware.com/
End Alzheimer's: http://www.alz.org&&...
WWW WWW GdPSoftware  
IP Logged
 
Page Index Toggle Pages: 1