From 29cd9bc78099c9db9f101d30edf007ca82b59d57 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 3 Apr 2019 03:53:26 +0300 Subject: [PATCH] docs and notes... Signed-off-by: Alex A. Naanou --- .../archive/media/img/my/work/process-archive.sh | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/archive/media/img/my/work/process-archive.sh b/ui (gen4)/archive/media/img/my/work/process-archive.sh index ae4b4c07..56233489 100755 --- a/ui (gen4)/archive/media/img/my/work/process-archive.sh +++ b/ui (gen4)/archive/media/img/my/work/process-archive.sh @@ -1,4 +1,16 @@ #!/bin/bash +# +# This does not care about actual topology of the archive directory that +# is passed it, it will find all the supported raw files and create the +# apropriate directories one level up. +# +# +# XXX check the edge case where the passed dir directly contains the raw +# files... +# ..should nest the output dirs withing the passed dir and not +# leak them to the same level... +# XXX document this case... +# # CPU threads to keep free... KEEP_FREE=2 @@ -34,8 +46,8 @@ printhelp(){ echo " --skip-all - same as setting all of the above." echo echo "NOTE: common preview path is relative to ARCHIVE_ROOT." - echo "NOTE: if no arguments are passed then this will process all directories" - echo " in current location." + echo "NOTE: if no ARCHIVE_ROOT is passed then this will process all" + echo " directories in cwd." echo }