-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Describe the Bug
I had the "remove audio language" plugin run on some files. On some files the plugin did nothing.
After moving the file from the tmp dir back to the original dir, it is not checked if available disk size is given.
Instead the file is moved until no more disk size is available and then the original file is removed.
Steps to Reproduce
- Have 2 disks
- Disk 2 (source) has size for 1 file only
- Have a plugin (I've used the language remover plugin) target that file
- The tmp dir for unmaniac is on disk 1
- Disk 1 has enough storage available
- After the plugin is done processing this file (it sits on disk 1 in the tmp dir) it will be moved to disk 2 (source dir).
- The source dir is quickly full and the "move" command is done early
- The source file is removed as if the job was done successfuly
Expected Behavior
The destination path is checked for available disk space. If its not given, the job should fail.
Screenshots
No response
Relevant Settings
Not relevant.
Version
0.2.8
Platform
Docker on Linux
Relevant log output
No response