diff --git a/docs/Downloaders/qBittorrent/.pages b/docs/Downloaders/qBittorrent/.pages index 59b9ab021..81719d358 100644 --- a/docs/Downloaders/qBittorrent/.pages +++ b/docs/Downloaders/qBittorrent/.pages @@ -2,4 +2,5 @@ nav: - Basic-Setup: Basic-Setup.md - Paths: Paths.md - How to add Categories: How-to-add-categories.md - - Port forwarding: Port-forwarding.md \ No newline at end of file + - Port forwarding: Port-forwarding.md + - 3rd Party tools: 3rd-party-tools.md \ No newline at end of file diff --git a/docs/Downloaders/qBittorrent/3rd-party-tools.md b/docs/Downloaders/qBittorrent/3rd-party-tools.md new file mode 100644 index 000000000..25209b6cb --- /dev/null +++ b/docs/Downloaders/qBittorrent/3rd-party-tools.md @@ -0,0 +1,59 @@ +# 3rd Party tools + +Here you will find a collection of 3r Party tools and other related links for qBittorrent. + +## qBit Manage + +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) +- 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 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 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 and Apprise API integration. + +[qBit Manage](https://github.com/StuffAnThings/qbit_manage){:target="_blank" rel="noopener noreferrer"} + +------ + +## qbittorrent-cli + +A cli to manage qBittorrent. Add torrents, reannounce and import from other clients. + +- Add torrents to qBittorrent from file or magnet link. Useful in combination with autodl-irssi +- Reannounce torrents for troublesome trackers +- Set limits on how many simultaneously active downloads are allowed +- Import torrents with state from Deluge and rTorrent + +[qbittorrent-cli](https://github.com/ludviglundgren/qbittorrent-cli){:target="_blank" rel="noopener noreferrer"} + +------ + +## qbittools + +qbittools is a feature rich CLI for the management of torrents in qBittorrent. + +[qbittools](https://gitlab.com/AlexKM/qbittools){:target="_blank" rel="noopener noreferrer"} + +------ + +## A Dark but not black qBittorrent WebUI + +A darker theme for qBittorrent WebUI (made with the help of the Walkerservers community) + +- It's dark, but not black +- It has different colors for ratio-values (see screenshot) +- It has a mix of Fontawesome and custom icons + +![!Example](https://raw.githubusercontent.com/brettpetch/nightwalker/main/preview.png) + +[Nightwalker](https://github.com/brettpetch/nightwalker){:target="_blank" rel="noopener noreferrer"} + +------ + +--8<-- "includes/support.md"