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.
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
Directory Watcher
I added the Directory Watcher plugin to my atuostart group. I set the folder to my torrent download folder. I want to monitor this folder and perform an action when a file appears and becomes unlocked by utorrent. Is there a way to monitor when a file becomes unlocked by another process?
Re: Directory Watcher
Never tried it but I'm thinking you may need a combination of some scripting and a SysInternals tool called NTHandle.
http://technet.microsoft.com/en-us/sysi ... 96655.aspx
Basically you would need to run handle against your path and then do something with it's results.
http://technet.microsoft.com/en-us/sysi ... 96655.aspx
Basically you would need to run handle against your path and then do something with it's results.
Re: Directory Watcher
An easier way might be to use uTorrent's built-in move feature.
Once the torrent has completed the DL, uTorrent will move it to a specified directory... then you can have Watcher do what you need to it.
and/or you can set uT to append .!ut to incomplete files... then have Watcher do something with them once they no longer end with .!ut
Once the torrent has completed the DL, uTorrent will move it to a specified directory... then you can have Watcher do what you need to it.
and/or you can set uT to append .!ut to incomplete files... then have Watcher do something with them once they no longer end with .!ut
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system
Re: Directory Watcher
Sure it moves the file to the directory (which is what I am doing), but the file is still seeding and therefore locked by utorrent. I only want to move the files when they are done seeding.Livin wrote:An easier way might be to use uTorrent's built-in move feature.
Once the torrent has completed the DL, uTorrent will move it to a specified directory... then you can have Watcher do what you need to it.
and/or you can set uT to append .!ut to incomplete files... then have Watcher do something with them once they no longer end with .!ut