FFMpeg-Compressor: Copy unprocessed files while running

This commit is contained in:
OleSTEEP 2024-01-06 14:25:01 +03:00
parent 6698db5fef
commit 27efc155b9
3 changed files with 46 additions and 41 deletions

View file

@ -71,7 +71,4 @@ if __name__ == "__main__":
except FileNotFoundError:
pass
if configloader.config['FFMPEG']['CopyUnprocessed']:
printer.info("Copying unprocessed files...")
utils.add_unprocessed_files(orig_folder)
utils.get_compression_status(orig_folder)