diff options
Diffstat (limited to 'scripts/complete_from_files.md')
-rw-r--r-- | scripts/complete_from_files.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/complete_from_files.md b/scripts/complete_from_files.md new file mode 100644 index 0000000..0884979 --- /dev/null +++ b/scripts/complete_from_files.md @@ -0,0 +1,11 @@ +# Complete From Files + +This is a oneshot worker that marks tasks as completed based on files existing. + +Provide the path to the directory of interest as the second argument. It will be +traversed recursively. + +Currently only two file/task patterns are recognized: + +- `___________.mkv`: `youtube:___________` +- `some title [___________].mkv`: `youtube:___________` |