qBittorrent增强版介绍与安装指南
qBittorrent增强版介绍与安装指南
技术背景
qBittorrent是一款用C++/Qt编写的BitTorrent客户端,它使用了Arvid Norberg开发的libtorrent(有时也称为libtorrent - rasterbar)。该客户端旨在成为其他BitTorrent客户端的优秀替代品,具有快速、稳定的特点,并且支持Unicode以及许多实用功能。而qBittorrent增强版在此基础上增加了更多实用特性。
实现步骤
特性介绍
- 自动封禁特定下载器:可以自动封禁迅雷、QQ、百度、Xfplay、DLBT和离线下载器。
- 自动封禁来自中国的未知对等方(默认关闭):用户可根据需求开启该选项。
- 自动更新公共追踪器列表(默认关闭):方便获取最新的追踪器信息。
- 自动封禁BitTorrent媒体播放器对等方(默认关闭):避免不必要的连接。
- 对等方白名单/黑名单:用户可以自定义允许或禁止连接的对等方。
安装步骤
- 通用方式:如果使用的是没有特殊要求的桌面Linux发行版,可以从发布页面使用AppImage。最新的AppImage下载链接为:qBittorrent - Enhanced - Edition - x86_64.AppImage。
- Arch Linux:由c0re100维护,可通过AUR安装。
- Debian:由Kolcha维护,有GUI和nox版本,相关仓库包含所有变体,为方便提供了特定软件包的链接。
- openSUSE:由openSUSE中国社区维护,可通过openSUSE仓库安装。
- Ubuntu:由poplite维护,可通过PPA安装。
- macOS(Homebrew):由AlexaraWu维护,使用命令
brew install c0re100 - qbittorrent
进行安装。 - Windows
- Windows 10 & 11:由c0re100维护,使用命令
winget install c0re100.qBittorrent - Enhanced - Edition
安装。 - Chocolatey:由iYato维护,使用命令
choco install qbittorrent - enhanced
安装。 - Scoop:由Chawye Hsu维护,先执行
scoop bucket add dorado https://github.com/chawyehsu/dorado
,再执行scoop install qbittorrent - enhanced
。
- Windows 10 & 11:由c0re100维护,使用命令
核心代码
本文主要是介绍软件及其安装方式,无核心代码。
最佳实践
- 启用自动更新公共追踪器列表功能,以获取最新的种子资源。
- 根据自身需求合理配置对等方白名单/黑名单,提高下载效率。
常见问题
- 遇到软件问题:在报告错误之前,先使用论坛进行故障排除:https://forum.qbittorrent.org 。
- 报告错误或功能请求:普通错误可报告至:https://bugs.qbittorrent.org ;增强功能相关的错误(如自动封禁、API、自动更新追踪器列表等),请报告至:https://github.com/c0re100/qBittorrent - Enhanced - Edition/issues 。
更多信息请访问:https://www.qbittorrent.org 或我们的维基:https://wiki.qbittorrent.org 。
qBittorrent增强版介绍与安装指南
https://119291.xyz/posts/qbittorrent-enhanced-edition-introduction-and-installation-guide/