Added support for .bat and .sh file generation from the error log. It should produce a command file that would sort images from your upload directory into subfolders based on the error type.
Currently supported categories:
corrupted (includes damaged images, too big or too small pics and the ones that managed to upload but failed thumbnail generation)
existing
deleted (pics that were once uploaded but later removed, they can't be reuploaded)
all other errors (to separate successfully uploaded pics)
The latter also creates a log.txt that includes the error message generated for every image.
I tried to detect OS and generate shell scripts for *nix too, but I know little about them, thus it requires testing, please do.
Added support for .bat and .sh file generation from the error log. It should produce a command file that would sort images from your upload directory into subfolders based on the error type.
Currently supported categories:
The latter also creates a log.txt that includes the error message generated for every image.
I tried to detect OS and generate shell scripts for *nix too, but I know little about them, thus it requires testing, please do.