You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: