mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-11-09 07:53:06 +08:00
updates README to include share_limits
This commit is contained in:
parent
1169ef39fd
commit
158c3c5f07
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue