From d9341ff4413b32b66eab032c180cff236b9092ae Mon Sep 17 00:00:00 2001 From: Flaminel Date: Fri, 27 Jun 2025 15:26:37 +0300 Subject: [PATCH] fixed readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7448b1cf..6c3df31e 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Cleanuparr was created primarily to address malicious files, such as `*.lnk` or > **Features:** > - Strike system to mark bad downloads. > - Remove and block downloads that reached a maximum number of strikes. -> - Remove and block downloads that are **failing to be imported** by the arrs. [configuration](https://Cleanuparr.github.io/Cleanuparr/docs/configuration/queue-cleaner/import-failed) -> - Remove and block downloads that are **stalled** or in **metadata downloading** state. [configuration](https://Cleanuparr.github.io/Cleanuparr/docs/configuration/queue-cleaner/stalled) -> - Remove and block downloads that have a **low download speed** or **high estimated completion time**. [configuration](https://Cleanuparr.github.io/Cleanuparr/docs/configuration/queue-cleaner/slow) -> - Remove and block downloads blocked by qBittorrent or by Cleanuparr's **Content Blocker**. [configuration](https://Cleanuparr.github.io/Cleanuparr/docs/configuration/content-blocker/general) +> - Remove and block downloads that are **failing to be imported** by the arrs. [configuration](https://cleanuparr.github.io/cleanuparr/docs/configuration/queue-cleaner/import-failed) +> - Remove and block downloads that are **stalled** or in **metadata downloading** state. [configuration](https://cleanuparr.github.io/cleanuparr/docs/configuration/queue-cleaner/stalled) +> - Remove and block downloads that have a **low download speed** or **high estimated completion time**. [configuration](https://cleanuparr.github.io/cleanuparr/docs/configuration/queue-cleaner/slow) +> - Remove and block downloads blocked by qBittorrent or by Cleanuparr's **Content Blocker**. [configuration](https://cleanuparr.github.io/cleanuparr/docs/configuration/content-blocker/general) > - Automatically trigger a search for downloads removed from the arrs. -> - Clean up downloads that have been **seeding** for a certain amount of time. [configuration](https://Cleanuparr.github.io/Cleanuparr/docs/configuration/download-cleaner/seeding) -> - Remove downloads that are **orphaned**/have no **hardlinks**/are not referenced by the arrs anymore (with [cross-seed](https://www.cross-seed.org/) support). [configuration](https://Cleanuparr.github.io/Cleanuparr/docs/configuration/download-cleaner/hardlinks) -> - Notify on strike or download removal. [configuration](https://Cleanuparr.github.io/Cleanuparr/docs/category/notifications) +> - Clean up downloads that have been **seeding** for a certain amount of time. [configuration](https://cleanuparr.github.io/cleanuparr/docs/configuration/download-cleaner/seeding) +> - Remove downloads that are **orphaned**/have no **hardlinks**/are not referenced by the arrs anymore (with [cross-seed](https://www.cross-seed.org/) support). [configuration](https://cleanuparr.github.io/cleanuparr/docs/configuration/download-cleaner/hardlinks) +> - Notify on strike or download removal. [configuration](https://cleanuparr.github.io/cleanuparr/docs/category/notifications) > - Ignore certain torrent hashes, categories, tags or trackers from being processed by Cleanuparr. Cleanuparr supports both qBittorrent's built-in exclusion features and its own blocklist-based system. Binaries for all platforms are provided, along with Docker images for easy deployment.