FFMpeg-Compressor: Copy unprocessed files while running
This commit is contained in:
parent
6698db5fef
commit
27efc155b9
3 changed files with 46 additions and 41 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue