mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-08 14:15:37 +08:00
(docs): add version for qbit / qbit api to readme (#523)
This commit is contained in:
parent
eccc96e388
commit
37e560f7ef
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -14,7 +14,7 @@ This is a program used to manage your qBittorrent instance such as:
|
|||
* Apply category based on `save_path` to uncategorized torrents in category's `save_path`
|
||||
* Change categories based on current category (`cat_change`)
|
||||
* 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 rarely needed/used.\***
|
||||
* Automatically add [cross-seed](https://github.com/cross-seed/cross-seed) torrents in paused state. **\*Note: cross-seed now allows for torrent injections directly to qBit, making this feature rarely needed/used.\***
|
||||
* 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 outside the root folder (for multi-file torrents the largest file is used)
|
||||
|
@ -23,6 +23,18 @@ This is a program used to manage your qBittorrent instance such as:
|
|||
* 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
|
||||
|
||||
## Supported Qbittorrent Versions
|
||||
|
||||
### Master
|
||||
|
||||

|
||||

|
||||
|
||||
### Develop
|
||||
|
||||

|
||||

|
||||
|
||||
## Getting Started
|
||||
|
||||
Check out the [wiki](https://github.com/StuffAnThings/qbit_manage/wiki) for installation help
|
||||
|
|
Loading…
Add table
Reference in a new issue