Replies: 2 comments
-
This is my best attempt at a batch file that does what I want, but it double spaces some lines due to the options emitting nothing at all if there's no motion, but a trailing break if there is:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If there are no motion events detected, you should see a log line similar to:
You can use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In trying combinations of --scan-only, --verbosity, --quiet, and --logfile, I wasn't able to create a great combination that'd serve my purpose of: find files with no motion to delete. Ideally, even with a wildcard, it could emit something like:
Now, it is difficult to get both the filename and a simple list of events or lack thereof. Only the ASCII art progress bar also shows filenames.
Beta Was this translation helpful? Give feedback.
All reactions