[FR]: Remove orphaned without moving to orphaned_dir #590
Labels
feature request
New feature or request
status:added-to-develop
Feature Request or Bug Fix is in Develop
Is your feature request related to a problem? Please elaborate.
As of now, when removing orphaned torrents, qbm first moves the files to
orphaned_dir
then delete them based onempty_after_x_days
. The moving process isn't necessary when the value is 0, which cause high IO when moving files between drives just to delete them afterwardsDescribe the solution you'd like
My suggestion is to add an if statement to check if the value of
empty_after_x_days=0
, if it is, then skip the whole moving process and just delete the files.Does your solution involve any of the following?
Describe alternatives you've considered
I created 3 qbm config files:
orphaned_dir
located on the SSDorphaned_dir
located on the HDDWho will this benefit?
Anyone with multiple drives who's not using unRAID, especially for racing.
Additional Information
No response
The text was updated successfully, but these errors were encountered: