VidCoder icon indicating copy to clipboard operation
VidCoder copied to clipboard

Folder watcher doesn't

Open jglazer63 opened this issue 2 months ago • 3 comments

Problem Description

I put a folder in the folder watcher and it adds the videos to the queue. But when I put a new video there it doesn't pick it up unless I disable and enable it. What am I missing?

What version of VidCoder are you running?

12.12

Encode Log


jglazer63 avatar Dec 06 '25 03:12 jglazer63

You could try changing this in Advanced options:

Image

Sometimes the system watcher doesn't fire correctly. If you change to Watcher Mode: Polling, VidCoder will periodically check the watched folders for videos, rather than relying on system callbacks.

RandomEngy avatar Dec 06 '25 16:12 RandomEngy

Thanks, I'll try that

jglazer63 avatar Dec 06 '25 19:12 jglazer63

This has helped quite a bit but I discovered that if the video file is locked open when the watcher first sees it, the watcher will never pick it up, even if the video file is closed later. I have to restart vidcoder for it to pick up these files.

jglazer63 avatar Dec 15 '25 13:12 jglazer63

I do have code that is supposed to retry locked files: https://github.com/RandomEngy/VidCoder/blob/beta/VidCoderFileWatcher/Services/SystemFolderWatcher.cs#L197

Could you send the Watcher log file from %appdata%\VidCoder\Logs , and use the System watcher mode? That will give me more information about what's going on.

RandomEngy avatar Jan 19 '26 16:01 RandomEngy