- Status Assigned
- Percent Complete
- Task Type Feature Request
- Category General
-
Assigned To
Toni Corvera - Operating System Linux
- Severity Low
- Priority Very Low
- Reported Version Not applicable
- Due in Version ?
-
Due Date
Undecided
- Votes
- Private
FS#315 - Recurse directories, output to current dir
Request by Chris Hills
http://outlyer.net/2014-05-18:vcs-1_13_2-released/comment-page-1/#comment-17238:
Thanks Toni. I was hoping I could simply run `$ vcs-1.13.2.bash -? **/*.mp4` to create contact sheets for all videos in all subfolders, but it sounds like I’ll have to use a wrapper script. Would you consider adding this in a future release for a donation?
My reply:
I guess you’re using zsh-ish globbing there.
That’s not something I use so I didn’t even think of the case where recursing could be so simple.
It was a bit of an overlook on my part not to have the option to output to the same directory as the video, probably because recursion always required a wrapper in my head.