hello Gert!
thanks for this wunderbar software, so usefull
i make a little vbs script that :
- look for all folders and subfolders and each file inside
- check if any name has illegal characters; and if yes, then rename it (for both folders and files)
the issue is that for certain names, WD throw an error, so the script halt and renaming does not happen.
is there an issue with diacritics characters and very long name on NAS?
here are some logs
2017-05-29 16:33:32.002;I;Starting to monitor the directory;;
2017-05-29 16:33:32.003;I;Do not trigger when file title starts with '#chkpt_file#' or '#work_file#';;
2017-05-29 16:33:32.004;I;All other files are processed;;
2017-05-29 16:33:32.015;I;Events inside directory d:\system volume information\ (including sub directories) will be ignored.;;
2017-05-29 16:51:30.000;I;DMS - Traversing directory \\is2\op\VOD\RECEPTIONS\Judas\illico de´cembre - bande annonce a` de´poser produced this error: Error Code: 3 Description: The system cannot find the path specified. ;;
2017-05-29 16:51:30.001;I;DMS - Traversing directory \\is2\op\VOD\RECEPTIONS\Judas\films a` convertir + apposer STM produced this error: Error Code: 3 Description: The system cannot find the path specified. ;;
2017-05-29 16:57:00.000;E;DMS - Traversing directory \\is2\op\VOD\INDIGO\BARKER\Indigo_05_Mai\PKG - HBO PPV event of June 17, 2017 (Ward vs Kovalev II) - Poster art and images\06_17_17_kovalev_ward_II\13455962_6?17_PPVWard_vs_;;
2017-05-29 16:57:00.001;E;.....Kovalev_KA_27X40_PPV02 Folder produced this error: Error Code: 123 Description: The filename, directory name, or volume label syntax is incorrect. ;;
2017-05-29 16:57:00.002;W;Init for monitor fails, will retry after 30 seconds;;
regards,
fred