From 158c3c5f078539098c70a427d82ef93685b1c1a8 Mon Sep 17 00:00:00 2001 From: bobokun Date: Sun, 11 Jun 2023 17:25:39 -0400 Subject: [PATCH] updates README to include share_limits --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 356ceae..d858997 100755 --- a/README.md +++ b/README.md @@ -10,13 +10,14 @@ This is a program used to manage your qBittorrent instance such as: -* Tag torrents based on tracker URL and set seed goals/limit upload speed by tag (only tag torrents that have no tags) +* Tag torrents based on tracker URLs * Update categories based on save directory * Remove unregistered torrents (delete data & torrent if it is not being cross-seeded, otherwise it will just remove the torrent) * Automatically add [cross-seed](https://github.com/mmgoodnow/cross-seed) torrents in paused state. **\*Note: cross-seed now allows for torrent injections directly to qBit, making this feature obsolete.\*** * Recheck paused torrents sorted by lowest size and resume if completed * Remove orphaned files from your root directory that are not referenced by qBittorrent -* Tag any torrents that have no hard links outisde the root folder and allows optional cleanup to delete these torrents and contents based on maximum ratio and/or time seeded +* Tag any torrents that have no hard links outisde the root folder +* Apply share limits based on groups filtered by tags/categories and allows optional cleanup to delete these torrents and contents based on maximum ratio and/or time seeded * RecycleBin function to move files into a RecycleBin folder instead of deleting the data directly when deleting a torrent * Built-in scheduler to run the script every x minutes. (Can use `--run` command to run without the scheduler) * Webhook notifications with [Notifiarr](https://notifiarr.com/) and [Apprise API](https://github.com/caronc/apprise-api) integration