-
Hello, I'm attempting to delete non-HL files after a minimum seed time of 30 days, such as in the case Radarr replaces a movie and I've met the minimum tracker enforce seed times. It's not letting me set the max seed time as lower than the min seed time, nor the max ratio as 0. Basically I'm trying to let the files seed for as long as possible until such time they are safe to be deleted, so I don't want to set a max ratio. On the new develop version I'm getting warnings such as the following during test:
What is the recommended approach? Config below. Yes, I have dry-run on for testing. Thank you.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
In your case you can remove the line |
Beta Was this translation helpful? Give feedback.
In your case you can remove the line
max_ratio: 0
and also themin_seeding_time: 43200 # 30 days
and only havemax_seeding_time
defined.