Browse Source

+ TODOs /A

Anton TETERIN 1 year ago
parent
commit
0880b0ee35
1 changed files with 8 additions and 2 deletions
  1. 8 2
      scripts/media2import.sh

+ 8 - 2
scripts/media2import.sh

@@ -34,6 +34,10 @@ usage () {
     exit 1;
     exit 1;
 }
 }
 
 
+
+# TODO: skip files which specified extensions (*.LRV, *.THM)
+# TODO: remove files with specififed extensions (*.LRV, *.THM)
+
 # read flags
 # read flags
 while getopts s:d:n: flag
 while getopts s:d:n: flag
 do
 do
@@ -172,10 +176,10 @@ if [ ${confirm} = "Y" ]; then
             files_copied_total_size+=$file_size
             files_copied_total_size+=$file_size
 
 
             # TODO: add summarize sized of copied file ${file_size}
             # TODO: add summarize sized of copied file ${file_size}
-            echo "[ $(ts) ]: src and dst hashes are the same, removing src file"
+            # echo "[ $(ts) ]: src and dst hashes are the same, removing src file"
             rm "${file}"
             rm "${file}"
         else
         else
-            echo "[ $(ts) ]: src and dst hashes are different."
+            echo "[ $(ts) ]: src and dst hashes are different, src file will not be removed."
             files_error_filename+=("$file")
             files_error_filename+=("$file")
         fi
         fi
 
 
@@ -201,6 +205,8 @@ if [ ${confirm} = "Y" ]; then
         # read creation date of file
         # read creation date of file
         #dst_subdir="${dst}/${file_creation_date}${note}"
         #dst_subdir="${dst}/${file_creation_date}${note}"
 
 
+    # TODO: list subdirs, that created (in order to see, where to files are transferred)
+
 else
 else
     # not confirmed
     # not confirmed
     echo "[ $(ts) ]: Operation is not confirmed."
     echo "[ $(ts) ]: Operation is not confirmed."