Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • nice! an issue: files in subdirs of the media dir list (eg, /Recorders/Sony/1/), are not appended but only moved with the tree to OUTPUT. the media dirs can be anywhere in a long path, all recursive files need to be renamed and moved. idea to fix? Commented Feb 4, 2022 at 9:21
  • yes, there are dups in the input dir trees. those should not trouble here as appending the path to the filename, then moving to OUTPUT will result in only unique filenames in OUTPUT. (dups eliminated in a separate, later step) Commented Feb 4, 2022 at 13:00
  • ah right, because the first parent dir is different! Commented Feb 4, 2022 at 13:07